Searched refs:colorstr (Results 1 – 2 of 2) sorted by relevance
1571 public int set_color_map(int attr, char *colorstr) in set_color_map() argument1576 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()
226 public int set_color_map(int attr, char *colorstr);