Home | History | Annotate | Download | only in src

Lines Matching refs:anchored

302 external one, possibly multiple times if the pattern is not anchored. The
3127 BOOL utf, anchored, startline, firstline;
3201 anchored = (options & (PCRE2_ANCHORED|PCRE2_DFA_RESTART)) != 0 ||
3325 is never set for an anchored regular expression, but the anchoring may be
3330 if (!anchored)
3350 /* For anchored or unanchored matches, there may be a "last known required
3373 /* Call the main matching function, looping for a non-anchored regex after a
3575 on only if not anchored. */
3577 if (rc != PCRE2_ERROR_NOMATCH || anchored)