Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sed/
Dextern.h40 extern size_t maxnsub;
Dcompile.c132 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()
Dprocess.c77 size_t maxnsub; variable
531 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()