Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c342 static ls_color_t *lsc_colors; variable
2908 return (&lsc_colors[i]); in ls_color_find()
3002 lsc_colors[lsc_ncolors].ftype = LS_PAT; in new_color_entry()
3009 lsc_colors[lsc_ncolors].sfx = NULL; in new_color_entry()
3024 lsc_colors[lsc_ncolors].fg = -1; in new_color_entry()
3025 lsc_colors[lsc_ncolors].bg = -1; in new_color_entry()
3061 lsc_colors[lsc_ncolors].attr = attr; in new_color_entry()
3123 if (lsc_colors == NULL) { in ls_color_init()
3137 if (lsc_colors[i].ftype == LS_ORPHAN) { in ls_color_init()
3138 lsc_orphan = &lsc_colors[i]; in ls_color_init()
[all …]