Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dgetstr.c445 int getn_wstr(wint_t *wstr, int n) in getn_wstr() function
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1423 #define getn_wstr(t,n) wgetn_wstr(stdscr,t,n) macro