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

/freebsd-10-stable/sys/teken/demo/
H A Dteken_demo.c285 const int ccolors[8] = { local
317 init_pair(i + 8 * j, ccolors[i], ccolors[j]);
/freebsd-10-stable/contrib/tcsh/
H A Dtw.color.c244 static const char ccolors[] = "abcdefghx"; local
250 if (x == '\0' || (p = strchr(ccolors, x)) == NULL)
252 return 30 + (p - ccolors);

Completed in 160 milliseconds