Lines Matching refs:re_anchor
528 Anchor re_anchor,
564 // If the regexp is anchored explicitly, update re_anchor
567 re_anchor = ANCHOR_BOTH;
568 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH)
569 re_anchor = ANCHOR_START;
588 if (re_anchor != ANCHOR_BOTH)
589 re_anchor = ANCHOR_START;
611 switch (re_anchor) {
671 if (re_anchor == ANCHOR_BOTH)