Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c181 FILE *_ofp = ofp ? ofp : stdout; in NCURSES_SP_NAME() local
206 _setmode(fileno(_ofp), _O_BINARY); in NCURSES_SP_NAME()
213 fileno(_ofp), &errret, FALSE) != ERR) { in NCURSES_SP_NAME()
240 _ofp, in NCURSES_SP_NAME()
H A Dlib_set_term.c422 sp->_ofp = output; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c281 && !NC_ISATTY(fileno((SP_PARM && SP_PARM->_ofp) ? SP_PARM->_ofp : stdout)) in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c272 if (scan->_ofp != 0 in handle_SIGINT()
273 && NC_ISATTY(fileno(scan->_ofp))) { in handle_SIGINT()
H A Dlib_mvcur.c331 if (SP_PARM->_ofp && NC_ISATTY(fileno(SP_PARM->_ofp))) { in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1145 FILE *_ofp; /* output file ptr for screen */ member
2424 #define NC_OUTPUT(sp) ((sp != 0 && sp->_ofp != 0) ? sp->_ofp : stdout)
/freebsd/contrib/ncurses/
H A DNEWS13779 + modified initialization of SP->_ofp so that init_acs() is called with
14112 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps