Searched refs:maxnsub (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/text_cmds-88/sed/
H A Dextern.h40 extern size_t maxnsub;
H A Dprocess.c85 size_t maxnsub; variable
613 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
H A Dcompile.c149 if ((match = malloc((maxnsub + 1) * sizeof(regmatch_t))) == NULL)
458 if (maxnsub < (*repp)->re_nsub)
459 maxnsub = (*repp)->re_nsub;

Completed in 134 milliseconds