Home
last modified time | relevance | path

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

/NextBSD/bin/pax/
HDpat_rep.c63 #define MAXSUBEXP 10 /* max subexpressions, DO NOT CHANGE */ macro
867 regmatch_t pm[MAXSUBEXP];
898 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)