Searched refs:multiple_regexps (Results 1 – 1 of 1) sorted by relevance
59 bool multiple_regexps;/* Does `regexps' represent a disjunction? */ member769 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp() local770 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()