Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ls/
H A Dls.c347 static ls_color_t *lsc_colors; variable
2902 if (color_match(fname, mode, &lsc_colors[i])) in ls_color_find()
2903 return (&lsc_colors[i]); in ls_color_find()
2997 lsc_colors[lsc_ncolors].ftype = LS_PAT; in new_color_entry()
2999 if ((lsc_colors[lsc_ncolors].sfx = strdup(p + 1)) == NULL) { in new_color_entry()
3004 lsc_colors[lsc_ncolors].sfx = NULL; in new_color_entry()
3015 lsc_colors[lsc_ncolors].ftype = type_map[i].stype; in new_color_entry()
3019 lsc_colors[lsc_ncolors].fg = -1; in new_color_entry()
3020 lsc_colors[lsc_ncolors].bg = -1; in new_color_entry()
3051 lsc_colors[lsc_ncolors].fg = color - 30; in new_color_entry()
[all …]