Home
last modified time | relevance | path

Searched defs:winchnstr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dinchstr.c59 int winchnstr(WINDOW *win, chtype *ch, int n) in winchnstr() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h713 inline int UNDEF(winchnstr)(WINDOW *win, chtype *str, int n) { return winchnstr(win, str, n); } in UNDEF() argument
715 #define winchnstr UNDEF(winchnstr) macro