Home
last modified time | relevance | path

Searched refs:safe_ungetch (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wch.c86 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT()
91 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT()
104 safe_ungetch(SP_PARM, value); in NCURSES_EXPORT()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_getch.c248 safe_ungetch(sp, KEY_EVENT); in fifo_push()
456 safe_ungetch(sp, '\n'); in _nc_wgetch()
459 safe_ungetch(sp, '\n'); in _nc_wgetch()
462 safe_ungetch(sp, bufp[-1]); in _nc_wgetch()
542 safe_ungetch(sp, ch); in _nc_wgetch()
550 safe_ungetch(sp, KEY_MOUSE); /* FIXME This interrupts a gesture... */ in _nc_wgetch()
555 safe_ungetch(sp, ch); in _nc_wgetch()
H A Dlib_ungetch.c62 safe_ungetch(SCREEN *sp, int ch) in safe_ungetch() function
93 return safe_ungetch(CURRENT_SCREEN, ch); in ungetch()
H A Dresizeterm.c527 safe_ungetch(SP_PARM, KEY_RESIZE); /* so application can know this */ in NCURSES_SP_NAME()
H A Dlib_set_term.c639 sp->_ungetch = safe_ungetch; in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2720 #define safe_ungetch NCURSES_SP_NAME(ungetch) macro
2726 #define safe_ungetch _nc_ungetch macro