Home
last modified time | relevance | path

Searched refs:ungetch (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_ungetch.c91 ungetch(int ch) in ungetch() function
H A Dlib_mouse.c1904 result = NCURSES_SP_NAME(ungetch) (NCURSES_SP_ARGx KEY_MOUSE); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c92 if (NCURSES_SP_NAME(ungetch) (NCURSES_SP_ARGx in NCURSES_SP_NAME() local
/freebsd/contrib/ee/
H A Dnew_curse.h213 extern void ungetch P_((int c));
H A Dnew_curse.c2216 ungetch(c) /* push a character back on input */ in ungetch() function
2405 ungetch(string[Count]);
/freebsd/contrib/less/
H A Dos.c184 ungetch(c); in iread()
/freebsd/contrib/dialog/
H A Dmenubox.c558 ungetch('\n'); in dlg_menu()
588 ungetch('\n'); in dlg_menu()
H A Dtextbox.c612 ungetch(key); in perform_search()
613 ungetch(KEY_RESIZE); in perform_search()
H A Dchecklist.c486 ungetch('\n'); in dlg_checklist()
H A Dtreeview.c447 ungetch('\n'); in dlg_treeview()
H A Dbuildlist.c895 ungetch('\n'); in dlg_buildlist()
H A Dutil.c2463 ungetch(ch); in dlg_will_resize()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def378 "ungetch" @265 NONAME
H A Dncurses.ref286 "ungetch" @265 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c1068 ungetch('\0'); in _nc_console_read()
/freebsd/lib/ncurses/tinfo/
H A DMakefile594 curs_getch.3 ungetch.3 \
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c2150 ungetch('\0'); in _nc_mingw_console_read()
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in826 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
1089 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest2353 #undef ungetch
2354 int ungetch(
H A Dllib-lncurses2344 #undef ungetch
2345 int ungetch(
H A Dcurses.priv.h2638 #define safe_ungetch NCURSES_SP_NAME(ungetch)
H A Dllib-lncursestw2945 #undef ungetch
2946 int ungetch(
H A Dllib-lncursesw2936 #undef ungetch
2937 int ungetch(
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc319 capabilities; also to implement pushback via ungetch().
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4378 report_return(ungetch(ch)); in cmd_ungetch()

12