Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2727 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 Doptfunc.c588 if (parse_color(s, &fg, &bg, &attr) == CT_NULL) in colordesc()
H A Dfuncs.h39 public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHA…
H A Dline.c1990 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL, NULL) == CT_NULL) in set_color_map()