Searched refs:ccolors (Results 1 – 2 of 2) sorted by relevance
285 const int ccolors[8] = { in main() local317 init_pair(i + 8 * j, ccolors[i], ccolors[j]); in main()
240 static const char ccolors[] = "abcdefghx"; in color() local246 if (x == '\0' || (p = strchr(ccolors, x)) == NULL) in color()248 return 30 + (p - ccolors); in color()