Home
last modified time | relevance | path

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

/coreutils/src/
Dtr.c192 es_match (struct E_string const *es, size_t i, char c) in es_match() function
778 if (!es_match (es, start_idx + 1, '*')) in find_bracketed_repeat()
828 if (!es_match (es, idx, '*')) in star_digits_closebracket()
833 return es_match (es, i, ']'); in star_digits_closebracket()
863 if (es_match (es, i, '[')) in build_spec_list()
872 if (es_match (es, i + 1, ':') || es_match (es, i + 1, '=')) in build_spec_list()
967 if (es_match (es, i + 1, '-')) in build_spec_list()