Home
last modified time | relevance | path

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

/coreutils/src/
Ddircolors.c273 char const *colorterm; in dc_parse_stream() local
285 colorterm = getenv ("COLORTERM"); in dc_parse_stream()
286 if (colorterm == nullptr) in dc_parse_stream()
287 colorterm = ""; /* Doesn't match default "?*" */ in dc_parse_stream()
341 state = fnmatch (arg, colorterm, 0) == 0 ? ST_TERMSURE : ST_TERMNO; in dc_parse_stream()
Dls.c2749 char const *colorterm = getenv ("COLORTERM"); in parse_ls_color() local
2750 if (! (colorterm && *colorterm) && ! known_term_type ()) in parse_ls_color()