Searched refs:attr_bit (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | screen.c | 2655 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in win_set_color() 2658 if ((attr & attr_bit) == 0) in win_set_color() 2660 color_str = get_color_map(attr_bit); in win_set_color() 2671 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in at_enter() 2673 if ((attrmode & attr_bit) == 0) in at_enter() 2591 tput_inmode(char * mode_str,int attr,int attr_bit,int (* f_putc)(int)) tput_inmode() argument 2607 tput_outmode(char * mode_str,int attr_bit,int (* f_putc)(int)) tput_outmode() argument
|