Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDlib_newterm.c175 FILE *_ofp = ofp ? ofp : stdout; in NCURSES_SP_NAME() local
202 fileno(_ofp), &errret, FALSE) != ERR) { in NCURSES_SP_NAME()
229 _ofp, in NCURSES_SP_NAME()
HDlib_set_term.c401 sp->_ofp = output; in NCURSES_SP_NAME()
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
HDlib_baudrate.c267 && !NC_ISATTY(fileno((SP_PARM && SP_PARM->_ofp) ? SP_PARM->_ofp : stdout)) in NCURSES_SP_NAME()
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
HDlib_tstp.c272 if (scan->_ofp != 0 in handle_SIGINT()
273 && NC_ISATTY(fileno(scan->_ofp))) { in handle_SIGINT()
HDlib_mvcur.c331 if (SP_PARM->_ofp && NC_ISATTY(fileno(SP_PARM->_ofp))) { in NCURSES_SP_NAME()
/freebsd-13-stable/contrib/ncurses/ncurses/
HDcurses.priv.h1113 FILE *_ofp; /* output file ptr for screen */ member
2393 #define NC_OUTPUT(sp) ((sp != 0 && sp->_ofp != 0) ? sp->_ofp : stdout)
/freebsd-13-stable/contrib/ncurses/
HDNEWS13316 + modified initialization of SP->_ofp so that init_acs() is called with
13649 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps