OpenGrok
Cross Reference: curses.h
xref
: /
prebuilt
/
linux-x86
/
toolchain
/
i686-linux-glibc2.7-4.4.3
/
sysroot
/
usr
/
include
/
curses.h
Home
|
History
|
Annotate
|
Download
|
only in
include
Lines Matching
full:getmaxyx
910
#define
getmaxyx
(win,y,x) (y = getmaxy(win), x = getmaxx(win))