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

/freebsd-13-stable/contrib/less/
H A Dline.c94 static char color_map[AT_NUM_COLORS][12] = { variable
1438 * Get the color_map index associated with a given attribute.
1481 if (strlen(colorstr)+1 > sizeof(color_map[cx]))
1485 strcpy(color_map[cx], colorstr);
1499 return color_map[cx];

Completed in 93 milliseconds