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