Home | History | Annotate | Download | only in re2

Lines Matching refs:UNANCHORED

733       // Remember unanchored match to end of string.
1028 // Also create unanchored version, which starts with a .*? loop.
1032 Frag unanchored = c.Cat(c.DotStar(), all);
1033 c.prog_->set_start_unanchored(unanchored.begin);
1104 if (anchor == RE2::UNANCHORED) {