Home
last modified time | relevance | path

Searched refs:saved_tty (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_ttyflags.c277 saved_tty(NCURSES_SP_DCL0) in saved_tty() function
284 if (_nc_prescreen.saved_tty == 0) { in saved_tty()
285 _nc_prescreen.saved_tty = typeCalloc(TTY, 1); in saved_tty()
287 result = _nc_prescreen.saved_tty; in saved_tty()
301 returnCode(NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_ARGx saved_tty(NCURSES_SP_ARG))); in NCURSES_SP_NAME()
316 returnCode(NCURSES_SP_NAME(_nc_set_tty_mode) (NCURSES_SP_ARGx saved_tty(NCURSES_SP_ARG))); in NCURSES_SP_NAME()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h941 TTY *saved_tty; /* savetty/resetty information */ member