Searched refs:wGet_wchar (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c254 wGet_wchar(WINDOW *win, wint_t *result) function
275 #define Get_wchar(result) wGet_wchar(stdscr, result)
307 switch (wGet_wchar(win, &ch)) {
893 while ((code = wGet_wchar(win, &c)) == ERR) {

Completed in 48 milliseconds