Searched refs:ungetch (Results 1 – 25 of 27) sorted by relevance
12
91 ungetch(int ch) in ungetch() function
1914 result = NCURSES_SP_NAME(ungetch) (NCURSES_SP_ARGx KEY_MOUSE); in NCURSES_SP_NAME()
92 if (NCURSES_SP_NAME(ungetch) (NCURSES_SP_ARGx in NCURSES_SP_NAME() local
213 extern void ungetch P_((int c));
2216 ungetch(c) /* push a character back on input */ in ungetch() function2405 ungetch(string[Count]);
558 ungetch('\n'); in dlg_menu()588 ungetch('\n'); in dlg_menu()
612 ungetch(key); in perform_search()613 ungetch(KEY_RESIZE); in perform_search()
486 ungetch('\n'); in dlg_checklist()
447 ungetch('\n'); in dlg_treeview()
895 ungetch('\n'); in dlg_buildlist()
2463 ungetch(ch); in dlg_will_resize()
277 ungetch.3x ungetch.3ncurses
124 ungetch(3X) curs_util(3X)
245 ungetch(c); in iread()
378 "ungetch" @265 NONAME
286 "ungetch" @265 NONAME ; implemented
1055 ungetch('\0'); in _nc_console_read()
596 curs_getch.3 ungetch.3 \
2353 #undef ungetch2354 int ungetch(
2344 #undef ungetch2345 int ungetch(
2713 #define safe_ungetch NCURSES_SP_NAME(ungetch)
2951 #undef ungetch2952 int ungetch(
2942 #undef ungetch2943 int ungetch(
829 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */1092 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */
319 capabilities; also to implement pushback via ungetch().