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

/illumos-gate/usr/src/cmd/sed/
H A Dextern.h41 extern size_t maxnsub;
H A Dprocess.c80 size_t maxnsub; variable
660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
H A Dcompile.c139 if ((match = malloc((maxnsub + 1) * sizeof (regmatch_t))) == NULL)
450 if (maxnsub < rep->re_nsub)
451 maxnsub = rep->re_nsub;

Completed in 59 milliseconds