Home | History | Annotate | Download | only in pcre

Lines Matching defs:Anchor

279 // anchor your match at the beginning of the string.  For example, you
632 enum Anchor {
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
699 pcre* Compile(Anchor anchor);