Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c2604 static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument
2607 if ((attr & attr_bit) == 0) in tput_inmode()
2609 color_str = get_color_map(attr_bit); in tput_inmode()
2620 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument
2622 if ((attrmode & attr_bit) == 0) in tput_outmode()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2621 static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int))
2624 if ((attr & attr_bit) == 0)
2626 color_str = get_color_map(attr_bit);
2637 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int))
2639 if ((attrmode & attr_bit) == 0)