Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dsub.c172 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()
H A Ded.h43 #define SE_MAX 30 /* max subexpressions in a regular expression */ macro