Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ls/
H A Dls.c181 } ls_color_t; typedef
207 ls_color_t *color; /* color for entry */
208 ls_color_t *link_color; /* color for symlink */
252 static ls_color_t *ls_color_find(const char *, mode_t);
253 static void ls_start_color(ls_color_t *);
337 static ls_color_t *lsc_match;
338 static ls_color_t *lsc_colors;
348 static ls_color_t *lsc_orphan;
2647 color_match(const char *fname, mode_t mode, ls_color_t *color) in color_match()
2722 dump_color(ls_color_t *c) in dump_color()
[all …]