Searched refs:colorterm (Results 1 – 2 of 2) sorted by relevance
273 char const *colorterm; in dc_parse_stream() local285 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()
2749 char const *colorterm = getenv ("COLORTERM"); in parse_ls_color() local2750 if (! (colorterm && *colorterm) && ! known_term_type ()) in parse_ls_color()