Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c198 FreeIfNeeded(sp->_current_attr); in delscreen()
360 if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == 0) { in NCURSES_SP_NAME()
376 if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == 0) { in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h567 #define SCREEN_ATTRS(s) (*((s)->_current_attr))
1007 NCURSES_CH_T *_current_attr; /* holds current attributes set */ member
/freebsd/contrib/ncurses/
H A DINSTALL1920 + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
H A DNEWS8612 + change SP->_current_attr to a pointer, adjust ifdef's to ensure that