Searched refs:parse_color (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/less/dist/ |
| D | screen.c | 2509 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg) in parse_color() function 2585 switch (parse_color(str, &fg, &bg)) in tput_color() 2647 switch (parse_color(str, &fg, &bg)) in win_set_color()
|
| D | optfunc.c | 554 if (parse_color(s, &fg, &bg) == CT_NULL) in colordesc()
|
| D | funcs.h | 32 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg);
|
| D | line.c | 1580 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL) in set_color_map()
|