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

/macosx-10.10/text_cmds-88/ed/
H A Dsub.c176 regmatch_t rm[SE_MAX];
185 if (!regexec(pat, txt, SE_MAX, rm, 0)) {
209 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
H A Ded.h46 #define SE_MAX 30 /* max subexpressions in a regular expression */ macro

Completed in 99 milliseconds