Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dextern.h39 extern size_t maxnsub;
H A Dcompile.c141 if ((match = malloc((maxnsub + 1) * sizeof(regmatch_t))) == NULL) in compile()
548 if (maxnsub < rep->re_nsub) in compile_re()
549 maxnsub = rep->re_nsub; in compile_re()
H A Dprocess.c84 size_t maxnsub; variable
677 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()