Lines Matching refs:unanchored
734 // Remember unanchored match to end of string.1029 // Also create unanchored version, which starts with a .*? loop.1033 Frag unanchored = c.Cat(c.DotStar(), all);1034 c.prog_->set_start_unanchored(unanchored.begin);1105 if (anchor == RE2::UNANCHORED) {