Searched refs:parse_color (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | screen.c | 2727 public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHA… in parse_color() function 2855 switch (parse_color(str, &fg, &bg, &cattr)) in tput_color() 2933 switch (parse_color(str, &fg, &bg, &cattr)) in win_set_color()
|
| H A D | optfunc.c | 588 if (parse_color(s, &fg, &bg, &attr) == CT_NULL) in colordesc()
|
| H A D | funcs.h | 39 public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHA…
|
| H A D | line.c | 1990 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL, NULL) == CT_NULL) in set_color_map()
|