Searched refs:safe_ungetch (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_get_wch.c | 85 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT() 90 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT() 104 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_ungetch.c | 62 safe_ungetch(SCREEN *sp, int ch) in safe_ungetch() function 93 return safe_ungetch(CURRENT_SCREEN, ch); in ungetch()
|
| H A D | lib_getch.c | 246 safe_ungetch(sp, KEY_EVENT); in fifo_push() 470 safe_ungetch(sp, '\n'); in _nc_wgetch() 473 safe_ungetch(sp, '\n'); in _nc_wgetch() 476 safe_ungetch(sp, bufp[-1]); in _nc_wgetch() 556 safe_ungetch(sp, ch); in _nc_wgetch() 564 safe_ungetch(sp, KEY_MOUSE); /* FIXME This interrupts a gesture... */ in _nc_wgetch() 569 safe_ungetch(sp, ch); in _nc_wgetch()
|
| H A D | resizeterm.c | 528 safe_ungetch(SP_PARM, KEY_RESIZE); /* so application can know this */ in NCURSES_SP_NAME()
|
| H A D | lib_set_term.c | 683 sp->_ungetch = safe_ungetch; in NCURSES_SP_NAME()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2713 #define safe_ungetch NCURSES_SP_NAME(ungetch) macro 2719 #define safe_ungetch _nc_ungetch macro
|