Home
last modified time | relevance | path

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

/freebsd/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)
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c274 scan->_outch = NCURSES_SP_NAME(_nc_outch); in handle_SIGINT()
/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c217 show_offset(NCURSES_PRESCREEN, _outch); in main()
H A Dcurses.priv.h1095 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1301 NCURSES_SP_OUTC _outch; /* output handler if not putc */ member
1462 sp->_outch = NCURSES_OUTC_FUNC; \
2501 sp->_outch = _nc_outc_wrapper; \