Home
last modified time | relevance | path

Searched refs:_prescreen (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_slkinit.c66 && SP_PARM->_prescreen in NCURSES_EXPORT()
H A Dlib_set_term.c767 sp->_prescreen = FALSE; in NCURSES_SP_NAME()
810 if (SP_PARM != 0 && SP_PARM->_prescreen) in NCURSES_SP_NAME()
/openbsd/lib/libcurses/tinfo/
H A Dlib_setup.c971 sp->_prescreen = TRUE; in new_prescr()
/openbsd/lib/libcurses/
H A Dcurses.priv.h435 #define IsPreScreen(sp) (((sp) != 0) && sp->_prescreen)
974 bool _prescreen; /* is in prescreen phase */ member