HomeSort by: relevance | last modified time | path
    Searched refs:maxnsub (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sed/
extern.h 42 extern size_t maxnsub;
process.c 95 size_t maxnsub; variable in typeref:typename:size_t
697 nomatch ? 0 : maxnsub + 1, match, eflags);
703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
compile.c 150 match = xmalloc((maxnsub + 1) * sizeof(regmatch_t));
471 if (maxnsub < rep->re_nsub)
472 maxnsub = rep->re_nsub;

Completed in 12 milliseconds