Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c1983 public int set_color_map(int attr, constant char *colorstr) in set_color_map() argument
1988 if (strlen(colorstr)+1 > sizeof(color_map[cx].color)) in set_color_map()
1990 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL, NULL) == CT_NULL) in set_color_map()
1992 strcpy(color_map[cx].color, colorstr); in set_color_map()
H A Dfuncs.h271 public int set_color_map(int attr, constant char *colorstr);