Home
last modified time | relevance | path

Searched refs:defcolors (Results 1 – 1 of 1) sorted by path

/dragonfly/bin/ls/
H A Dprint.c90 static const char *defcolors = "exfxcxdxbxegedabagacad"; variable
552 c[0] = defcolors[2 * i]; in parsecolors()
553 c[1] = defcolors[2 * i + 1]; in parsecolors()