Searched refs:_outch (Results 1 – 5 of 5) sorted by relevance
79 #define SetOutCh(func) if (SP_PARM) SP_PARM->_outch = func; else _nc_prescreen._outch = func80 #define GetOutCh() (SP_PARM ? SP_PARM->_outch : _nc_prescreen._outch)
330 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
255 show_offset(NCURSES_PRESCREEN, _outch); in main()
1122 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member1284 sp->_outch = NCURSES_OUTC_FUNC; \2363 sp->_outch = _nc_outc_wrapper; \
274 scan->_outch = NCURSES_SP_NAME(_nc_outch); in handle_SIGINT()