Home | History | Annotate | Download | only in html

Lines Matching full:verb

2211 The backtracking control verb (*FAIL) or (*F) is a synonym for (?!).
2845 (*VERB) or (*VERB:NAME). Some may take either form, possibly behaving
2900 This verb causes the match to end successfully, skipping the remainder of the
2917 This verb causes a matching failure, forcing backtracking to occur. It is
2932 There is one verb whose main purpose is to track how a match was arrived at,
2938 A name is always required with this verb. There may be as many instances of
2965 If a verb with a name is encountered in a positive assertion that is true, the
2994 the verb, a failure is forced. That is, backtracking cannot pass to the left of
2995 the verb. However, when one of these verbs appears inside an atomic group or an
3004 reaches them. The behaviour described below is what happens when the verb is
3010 This verb, which may not be followed by a name, causes the whole match to fail
3014 verb that is encountered, once it has been passed <b>pcre_exec()</b> is
3026 If there is more than one backtracking verb in a pattern, a different one that
3052 verb causes the match to fail at the current starting position in the
3070 This verb, when given without a name, is like (*PRUNE), except that if the
3100 This verb causes a skip to the next innermost alternative when backtracking
3166 More than one backtracking verb
3169 If more than one backtracking verb is present in a pattern, the one that is