Searched refs:_ofp (Results 1 – 7 of 7) sorted by relevance
263 && SP->_ofp != 0 in cleanup()264 && isatty(fileno(SP->_ofp))) { in cleanup()
298 if (isatty(fileno(SP->_ofp))) in _nc_mvcur_init()
269 PUTC(CHDEREF(ch), SP->_ofp); /* macro's fastest... */ in PutAttrChar()
140 if (sp->_ofp != 0 in delscreen()142 && fflush(sp->_ofp) != 0 in delscreen()254 SP->_ofp = output; in _nc_setupscreen()
197 if (SP && !isatty(fileno(SP->_ofp)) in baudrate()
380 FILE *_ofp; /* output file ptr for screen */ member1186 #define NC_BUFFERED(flag) _nc_set_buffer(SP->_ofp, flag)1188 #define NC_OUTPUT ((SP != 0) ? SP->_ofp : stdout)
6682 + modified initialization of SP->_ofp so that init_acs() is called with6980 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps