Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_ungetch.c91 ungetch(int ch) in ungetch() function
H A Dlib_mouse.c1914 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/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/man/
H A Dman_db.renames.in277 ungetch.3x ungetch.3ncurses
H A Dmanhtml.aliases124 ungetch(3X) curs_util(3X)
/freebsd/contrib/less/
H A Dos.c245 ungetch(c); in iread()
/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.c1055 ungetch('\0'); in _nc_console_read()
/freebsd/lib/ncurses/tinfo/
H A DMakefile596 curs_getch.3 ungetch.3 \
/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.h2713 #define safe_ungetch NCURSES_SP_NAME(ungetch)
H A Dllib-lncursestw2951 #undef ungetch
2952 int ungetch(
H A Dllib-lncursesw2942 #undef ungetch
2943 int ungetch(
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in829 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
1092 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc319 capabilities; also to implement pushback via ungetch().

12