Searched refs:maxnsub (Results 1 – 3 of 3) sorted by relevance
41 extern size_t maxnsub;
139 if ((match = malloc((maxnsub + 1) * sizeof (regmatch_t))) == NULL) in compile()450 if (maxnsub < rep->re_nsub) in compile_re()451 maxnsub = rep->re_nsub; in compile_re()
80 size_t maxnsub; variable660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()