Searched refs:toggle_attr_off (Results 1 – 4 of 4) sorted by relevance
61 toggle_attr_off(WINDOW_ATTRS(win), at); in NCURSES_EXPORT()
60 toggle_attr_off(WINDOW_ATTRS(win), off); in wbkgrndset()
1824 #define toggle_attr_off(S,at) {\ macro1888 #undef toggle_attr_off1889 #define toggle_attr_off(S,at) _nc_toggle_attr_off(&(S), at) macro
14222 + corrected toggle_attr_off() macro (patch by Andries Brouwer).