Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c1571 public int set_color_map(int attr, char *colorstr) in set_color_map() argument
1576 if (strlen(colorstr)+1 > sizeof(color_map[cx].color)) in set_color_map()
1578 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL) in set_color_map()
1580 strcpy(color_map[cx].color, colorstr); in set_color_map()
H A Dfuncs.h226 public int set_color_map(int attr, char *colorstr);