Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c2496 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg) in parse_color() function
2572 switch (parse_color(str, &fg, &bg)) in tput_color()
2634 switch (parse_color(str, &fg, &bg)) in win_set_color()
H A Doptfunc.c552 if (parse_color(s, &fg, &bg) == CT_NULL) in colordesc()
H A Dfuncs.h30 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg);
H A Dline.c1578 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL) in set_color_map()