Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dscreen.c2591 static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument
2594 if ((attr & attr_bit) == 0) in tput_inmode()
2596 color_str = get_color_map(attr_bit); in tput_inmode()
2607 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument
2609 if ((attrmode & attr_bit) == 0) in tput_outmode()