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

/netbsd-current/lib/libcurses/
H A Dcurses_private.h379 int __unget(wint_t);
H A Dget_wch.c586 return __unget((wint_t)c);
H A Dgetch.c926 return __unget((wint_t)c);
930 * __unget --
934 __unget(wint_t c) function
939 __CTRACE(__CTRACE_INPUT, "__unget(%x)\n", c);

Completed in 201 milliseconds