Home
last modified time | relevance | path

Searched refs:_outch (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c79 #define SetOutCh(func) if (SP_PARM) SP_PARM->_outch = func; else _nc_prescreen._outch = func
80 #define GetOutCh() (SP_PARM ? SP_PARM->_outch : _nc_prescreen._outch)
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c274 scan->_outch = NCURSES_SP_NAME(_nc_outch); in handle_SIGINT()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1063 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1269 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1430 sp->_outch = NCURSES_OUTC_FUNC; \
2469 sp->_outch = _nc_outc_wrapper; \