Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_tputs.c78 #define SetOutCh(func) if (SP_PARM) SP_PARM->_outch = func; else _nc_prescreen._outch = func
79 #define GetOutCh() (SP_PARM ? SP_PARM->_outch : _nc_prescreen._outch)
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dlib_tstp.c271 scan->_outch = NCURSES_SP_NAME(_nc_outch); in handle_SIGINT()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h945 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1201 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1272 sp->_outch = NCURSES_OUTC_FUNC; \
2200 sp->_outch = _nc_outc_wrapper; \