Home | History | Annotate | Download | only in re2

Lines Matching refs:longest

42   //   * If longest is true, returns the longest match starting
51 bool anchored, bool longest,
112 bool longest_; // whether searching for longest match
346 // Leftmost-longest mode: save this match only if
401 bool anchored, bool longest,
425 longest = true;
437 longest_ = longest;
441 // longest match (if longest is true) and also to tell
454 fprintf(stderr, "NFA::Search %s (context: %s) anchored=%d longest=%d\n",
456 longest);