Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c78 #define SetOutCh(func) if (SP_PARM) SP_PARM->_outch = func; else _nc_prescreen._outch = func macro
81 #define SetOutCh(func) static_outch = func macro
334 SetOutCh(outc); /* redirect delay_output() */ in NCURSES_SP_NAME()
406 SetOutCh(my_outch); in NCURSES_SP_NAME()