Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Ddiff.c65 bool multiple_regexps;/* Does 'regexps' represent a disjunction? */ member
825 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp() local
826 size_t newlen = reglist->len = len + 2 * multiple_regexps + patlen; in add_regexp()
840 if (multiple_regexps) in add_regexp()
859 if (reglist->multiple_regexps) in summarize_regexp_list()