Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c122 struct color_map { int attr; char color[12]; }; struct
123 static struct color_map color_map[] = { variable
1959 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()