Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_newterm.c174 FILE *_ofp = ofp ? ofp : stdout; in NCURSES_SP_NAME() local
207 fileno(_ofp), &errret, FALSE) != ERR) { in NCURSES_SP_NAME()
232 _ofp, in NCURSES_SP_NAME()
Dlib_set_term.c378 sp->_ofp = output; in NCURSES_SP_NAME()
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dlib_tstp.c269 if (scan->_ofp != 0 in handle_SIGINT()
270 && isatty(fileno(scan->_ofp))) { in handle_SIGINT()
Dlib_mvcur.c330 if (SP_PARM->_ofp && isatty(fileno(SP_PARM->_ofp))) { in NCURSES_SP_NAME()
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_baudrate.c211 && !isatty(fileno(SP_PARM ? SP_PARM->_ofp : stdout)) in NCURSES_SP_NAME()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h981 FILE *_ofp; /* output file ptr for screen */ member
2121 #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)
/freebsd-12-stable/contrib/ncurses/
DNEWS10563 + modified initialization of SP->_ofp so that init_acs() is called with
10896 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps