Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ls/
H A Dls.c339 static size_t lsc_ncolors; variable
2815 for (i = lsc_ncolors - 1; i >= 0; --i) in ls_color_find()
2911 lsc_colors[lsc_ncolors].ftype = LS_PAT; in new_color_entry()
2913 if ((lsc_colors[lsc_ncolors].sfx = strdup(p + 1)) == NULL) { in new_color_entry()
2918 lsc_colors[lsc_ncolors].sfx = NULL; in new_color_entry()
2929 lsc_colors[lsc_ncolors].ftype = type_map[i].stype; in new_color_entry()
2933 lsc_colors[lsc_ncolors].fg = -1; in new_color_entry()
2934 lsc_colors[lsc_ncolors].bg = -1; in new_color_entry()
2965 lsc_colors[lsc_ncolors].fg = color - 30; in new_color_entry()
2967 lsc_colors[lsc_ncolors].bg = color - 40; in new_color_entry()
[all …]