Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c93 #define SetColorsIf(why, old_attr) \ macro
230 SetColorsIf(((pair == 0) && !fix_pair0), PreviousAttr); in NCURSES_EXPORT()
257 SetColorsIf((pair != 0) || fix_pair0, PreviousAttr); in NCURSES_EXPORT()
285 SetColorsIf((pair != 0) || fix_pair0, PreviousAttr); in NCURSES_EXPORT()
309 SetColorsIf((pair != 0) || fix_pair0, PreviousAttr); in NCURSES_EXPORT()
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c60 #define SetColorsIf(why, old_attr, old_pair) \ macro
162 SetColorsIf(((color_pair == 0) && !fix_pair0), previous_attr, previous_pair); in NCURSES_EXPORT()
190 SetColorsIf((color_pair != 0) || fix_pair0, previous_attr, previous_pair); in NCURSES_EXPORT()
219 SetColorsIf((color_pair != 0) || fix_pair0, previous_attr, previous_pair); in NCURSES_EXPORT()
244 SetColorsIf((color_pair != 0) || fix_pair0, previous_attr, previous_pair); in NCURSES_EXPORT()