Searched defs:lsc_colors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c347 static ls_color_t *lsc_colors; variable
2897 * Colors are sorted from most general lsc_colors[0] to most specific
2898 * lsc_colors[lsc_ncolors - 1] by ls_color_init(). Start search with
2902 if (color_match(fname, mode, &lsc_colors[i]))
2903 return (&lsc_colors[i]);
2997 lsc_colors[lsc_ncolors].ftype = LS_PAT;
2999 if ((lsc_colors[lsc_ncolors].sfx = strdup(p + 1)) == NULL) {
3004 lsc_colors[lsc_ncolors].sfx = NULL;
3015 lsc_colors[lsc_ncolors].ftype = type_map[i].stype;
3019 lsc_colors[lsc_ncolor
[all...]

Completed in 79 milliseconds