Searched refs:_outch (Results 1 – 3 of 3) sorted by relevance
78 #define SetOutCh(func) if (SP_PARM) SP_PARM->_outch = func; else _nc_prescreen._outch = func79 #define GetOutCh() (SP_PARM ? SP_PARM->_outch : _nc_prescreen._outch)
271 scan->_outch = NCURSES_SP_NAME(_nc_outch); in handle_SIGINT()
945 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member1201 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member1272 sp->_outch = NCURSES_OUTC_FUNC; \2200 sp->_outch = _nc_outc_wrapper; \