Searched refs:maxnsub (Results 1 – 3 of 3) sorted by relevance
42 extern size_t maxnsub;
146 if ((match = malloc((maxnsub + 1) * sizeof(regmatch_t))) == NULL) in compile()545 if (maxnsub < rep->re_nsub) in compile_re()546 maxnsub = rep->re_nsub; in compile_re()
89 size_t maxnsub; variable684 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()