Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2657 constant char *color_str; in win_set_color()
2660 color_str = get_color_map(attr_bit); in win_set_color()
2661 if (color_str == NULL || *color_str == '\0' || *color_str == '+') in win_set_color()
2664 if (color_str == NULL || *color_str++ != '+') in win_set_color()
2668 tput_color(color_str, f_putc);
2593 char *color_str; tput_inmode() local