Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dpat_rep.c53 #define MAXSUBEXP 10 /* max subexpressions, DO NOT CHANGE */ macro
838 regmatch_t pm[MAXSUBEXP]; in rep_name()
865 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0) in rep_name()