Searched refs:nsubs (Results 1 – 2 of 2) sorted by relevance
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);399 static Regexp* AlternateNoFactor(Regexp** subs, int nsubs, ParseFlags flags);457 static Regexp* ConcatOrAlternate(RegexpOp op, Regexp** subs, int nsubs,
2916 register int nsubs; in getfields() local2921 nsubs = 0; in getfields()2928 array[nsubs++] = dp = cp; in getfields()2947 array[nsubs] = NULL; in getfields()