Searched refs:kMaxOnePassCapture (Results 1 – 4 of 4) sorted by relevance
326 static const int kMaxOnePassCapture = 5; // $0 through $4 variable
188 static_assert(kMaxCap == Prog::kMaxOnePassCapture*2, in OnePass_Checks()
691 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture); in GlobalReplace()
372 nsubmatch > Prog::kMaxOnePassCapture) { in RunSearch()