Searched refs:attr_bit (Results 1 – 1 of 1) sorted by relevance
3011 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument3014 if ((attr & attr_bit) == 0) in tput_inmode()3016 color_str = get_color_map(attr_bit); in tput_inmode()3020 attrbits |= attr_bit; in tput_inmode()3028 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument3030 if ((attrbits & attr_bit) == 0) in tput_outmode()3033 attrbits &= ~attr_bit; in tput_outmode()