Home
last modified time | relevance | path

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

/coreutils/src/
Ddircolors.c277 enum { ST_TERMNO, ST_TERMYES, ST_TERMSURE, ST_GLOBAL } state = ST_GLOBAL; in dc_parse_stream() enumerator
336 state = fnmatch (arg, term, 0) == 0 ? ST_TERMSURE : ST_TERMNO; in dc_parse_stream()
341 state = fnmatch (arg, colorterm, 0) == 0 ? ST_TERMSURE : ST_TERMNO; in dc_parse_stream()
348 if (state != ST_TERMNO) in dc_parse_stream()