Searched refs:regexps (Results 1 – 3 of 3) sorted by relevance
49 char *regexps; /* chars representing disjunction of the regexps */ member731 | (ignore_regexp_list.regexps || ignore_white_space))); in main()793 char *regexps = reglist->regexps; in add_regexp() local795 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp()808 reglist->regexps = regexps = xrealloc (regexps, size); in add_regexp()812 regexps[len++] = '\\'; in add_regexp()813 regexps[len++] = '|'; in add_regexp()815 memcpy (regexps + len, pattern, patlen + 1); in add_regexp()825 if (reglist->regexps) in summarize_regexp_list()833 char const *m = re_compile_pattern (reglist->regexps, reglist->len, in summarize_regexp_list()[all …]
2033 regexps with these single compiled regexps. All users changed.2052 Match with one big regexp instead of a list of regexps.3100 of compiled regexps.3104 lines with the lists of regexps.3334 * diff.c (main): Better error messages when regexps are bad.
425 System V's, but will settle for BSD regexps if the former is not