Searched defs:innstr (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | instr.c | 132 int innstr(char *str, int n) in innstr() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 278 inline int UNDEF(innstr)(char *_str, int n) { return innstr(_str, n); } in UNDEF() argument 280 #define innstr UNDEF(innstr) macro
|
D | curses.h | 1192 #define innstr(s,n) winnstr(stdscr,s,n) macro
|
D | ncurses.h | 1192 #define innstr(s,n) winnstr(stdscr,s,n) macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 1023 #define innstr(s,n) winnstr(stdscr,s,n) macro
|