Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff.c59 bool multiple_regexps;/* Does `regexps' represent a disjunction? */ member
769 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp() local
770 size_t newlen = reglist->len = len + 2 * multiple_regexps + patlen; in add_regexp()
784 if (multiple_regexps) in add_regexp()
803 if (reglist->multiple_regexps) in summarize_regexp_list()