Home
last modified time | relevance | path

Searched defs:getmaxy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dgetyx.c115 int getmaxy(WINDOW *win) in getmaxy() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcurses.h1106 #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) macro
Dncurses.h1106 #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h949 #define getmaxy(win) ((win)?((win)->_maxy + 1):ERR) macro