Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/base/
HDlib_nl.c60 _fsetmode(NC_OUTPUT, "t"); in NCURSES_EXPORT()
75 _fsetmode(NC_OUTPUT, "b"); in nonl()
/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c98 (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()
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h1666 #define NC_OUTPUT ((SP != 0) ? SP->_ofp : stdout) macro
/trueos/contrib/ncurses/
HDNEWS5095 + add/use internal macros _nc_flush() and NC_OUTPUT to hide details