Home | History | Annotate | Download | only in util

Lines Matching defs:Anchor

141 // anchor your match at the beginning of the string.  For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
494 Anchor anchor,
502 pcre* Compile(Anchor anchor);