OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmaxyx
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h
285
#ifdef
getmaxyx
286
inline void UNDEF(
getmaxyx
)(WINDOW* win, int& y, int& x) {
getmaxyx
(win, y, x); }
function
287
#undef
getmaxyx
macro
288
#define
getmaxyx
UNDEF(
getmaxyx
)
macro
[
all
...]
curses.h
910
#define
getmaxyx
macro
[
all
...]
ncurses.h
910
#define
getmaxyx
macro
[
all
...]
Completed in 2132 milliseconds