Searched refs:SE_MAX (Results 1 – 2 of 2) sorted by relevance
172 regmatch_t rm[SE_MAX]; in substitute_matching_text()181 if (!regexec(pat, txt, SE_MAX, rm, 0)) { in substitute_matching_text()205 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()
43 #define SE_MAX 30 /* max subexpressions in a regular expression */ macro