Home
last modified time | relevance | path

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

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