Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/sed/
Dextern.h42 extern size_t maxnsub;
Dcompile.c146 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()
Dprocess.c89 size_t maxnsub; variable
684 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()