Lines Matching defs:cx
1714 int cx;
1715 for (cx = 0; cx < countof(color_map); cx++)
1716 if (color_map[cx].attr == attr)
1717 return cx;
1741 int cx = color_index(attr);
1742 if (cx < 0)
1744 if (strlen(colorstr)+1 > sizeof(color_map[cx].color))
1748 strcpy(color_map[cx].color, colorstr);
1757 int cx = color_index(attr);
1758 if (cx < 0)
1760 return color_map[cx].color;