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

/openbsd-current/lib/libcurses/widechar/
H A Dlib_get_wch.c49 wget_wch(WINDOW *win, wint_t *result) function
58 T((T_CALLED("wget_wch(%p)"), (void *) win));
H A Dlib_get_wstr.c124 while ((code = wget_wch(win, &ch)) != ERR) {
148 * choice whether to set kcud=\n for wget_wch(); terminating
/openbsd-current/lib/libcurses/
H A Dcurses.h1824 extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */
1865 #define get_wch(c) wget_wch(stdscr,(c))
1913 #define mvwget_wch(win,y,x,c) (wmove(win,(y),(x)) == ERR ? ERR : wget_wch((win),(c)))

Completed in 180 milliseconds