Searched refs:color_map (Results 1 – 1 of 1) sorted by relevance
122 struct color_map { int attr; char color[12]; }; struct123 static struct color_map color_map[] = { variable1959 for (cx = 0; cx < countof(color_map); cx++) in lookup_color_index()1960 if (color_map[cx].attr == attr) in lookup_color_index()1988 if (strlen(colorstr)+1 > sizeof(color_map[cx].color)) in set_color_map()1992 strcpy(color_map[cx].color, colorstr); in set_color_map()2004 return color_map[cx].color; in get_color_map()