Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2622 static void tput_color(constant char *str, int (*f_putc)(int)) in WIN32put_fmt()
2668 tput_color(color_str, f_putc);
2763 tput_color(get_color_map(attr), putchr); in putbs()
2793 tput_color("*", putchr); in putbs()
2561 static void tput_color(char *str, int (*f_putc)(int)) tput_color() function