Searched refs:_ofp (Results 1 – 7 of 7) sorted by relevance
174 FILE *_ofp = ofp ? ofp : stdout; in NCURSES_SP_NAME() local207 fileno(_ofp), &errret, FALSE) != ERR) { in NCURSES_SP_NAME()232 _ofp, in NCURSES_SP_NAME()
378 sp->_ofp = output; in NCURSES_SP_NAME()
269 if (scan->_ofp != 0 in handle_SIGINT()270 && isatty(fileno(scan->_ofp))) { in handle_SIGINT()
330 if (SP_PARM->_ofp && isatty(fileno(SP_PARM->_ofp))) { in NCURSES_SP_NAME()
211 && !isatty(fileno(SP_PARM ? SP_PARM->_ofp : stdout)) in NCURSES_SP_NAME()
981 FILE *_ofp; /* output file ptr for screen */ member2121 #define NC_BUFFERED(sp,flag) NCURSES_SP_NAME(_nc_set_buffer)(NCURSES_SP_ARGx sp->_ofp, flag)2123 #define NC_OUTPUT(sp) ((sp != 0) ? sp->_ofp : stdout)
10563 + modified initialization of SP->_ofp so that init_acs() is called with10896 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps