Searched refs:maxnsub (Results 1 – 3 of 3) sorted by relevance
40 extern size_t maxnsub;
132 match = xreallocarray(NULL, maxnsub + 1, sizeof(regmatch_t)); in compile()456 if (maxnsub < (*repp)->re_nsub) in compile_re()457 maxnsub = (*repp)->re_nsub; in compile_re()
77 size_t maxnsub; variable531 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()