Searched refs:multiple_regexps (Results 1 – 1 of 1) sorted by relevance
52 bool multiple_regexps;/* Does `regexps' represent a disjunction? */ member795 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp() local796 size_t newlen = reglist->len = len + 2 * multiple_regexps + patlen; in add_regexp()810 if (multiple_regexps) in add_regexp()829 if (reglist->multiple_regexps) in summarize_regexp_list()