Searched defs:winchstr (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | inchstr.c | 89 int winchstr(WINDOW *win, chtype *ch) in winchstr() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 719 inline int UNDEF(winchstr)(WINDOW *win, chtype *str) { return winchstr(win, str); } in UNDEF() argument 721 #define winchstr UNDEF(winchstr) macro
|
D | curses.h | 1144 #define winchstr(w, s) winchnstr(w, s, -1) macro
|
D | ncurses.h | 1144 #define winchstr(w, s) winchnstr(w, s, -1) macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 978 #define winchstr(w, s) winchnstr(w, s, -1) macro
|