Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c183 } ls_color_t; typedef
209 ls_color_t *color; /* color for entry */
210 ls_color_t *link_color; /* color for symlink */
256 static ls_color_t *ls_color_find(const char *, mode_t);
257 static void ls_start_color(ls_color_t *);
341 static ls_color_t *lsc_match;
342 static ls_color_t *lsc_colors;
352 static ls_color_t *lsc_orphan;
2738 color_match(const char *fname, mode_t mode, ls_color_t *color) in color_match()
2813 dump_color(ls_color_t *c) in dump_color()
[all …]