Searched refs:NC_OUTPUT (Results 1 – 4 of 4) sorted by relevance
60 _fsetmode(NC_OUTPUT, "t"); in NCURSES_EXPORT()75 _fsetmode(NC_OUTPUT, "b"); in nonl()
98 (void) fflush(NC_OUTPUT); in _nc_flush()113 write(fileno(NC_OUTPUT), &tmp, 1); in _nc_outch()115 putc(ch, NC_OUTPUT); in _nc_outch()
1666 #define NC_OUTPUT ((SP != 0) ? SP->_ofp : stdout) macro
5095 + add/use internal macros _nc_flush() and NC_OUTPUT to hide details