Searched refs:SetColorsIf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 93 #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 D | lib_vid_attr.c | 60 #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()
|