Lines Matching refs:verbs
1526 8. Except for (*FAIL), the backtracking control verbs such as (*PRUNE)
3223 tracking control verbs such as (*MARK:NAME), and the execution ends up
3229 field is set to NULL. For details of the backtracking control verbs,
4617 10. If any of the backtracking control verbs are used in a subpattern
4632 12. Most backtracking verbs in assertions have their normal actions.
6366 trol verbs (*PRUNE) and (*SKIP) also disable this optimization.
7280 The new verbs make use of what was previously invalid syntax: an open-
7288 the colon were not there. Any number of these verbs may occur in a
7291 Since these verbs are specifically related to backtracking, most of
7295 negative assertion, the backtracking control verbs cause an error if
7298 The behaviour of these verbs in repeated groups, assertions, and in
7302 Optimizations that affect backtracking verbs
7308 running of a match, any included backtracking verbs will not, of
7320 The following verbs act as soon as they are encountered. They may not
7409 The following verbs do nothing when they are encountered. Matching con-
7412 cannot pass to the left of the verb. However, when one of these verbs
7420 These verbs differ in exactly what kind of failure occurs when back-
7575 The verbs just described provide four different "strengths" of control
7595 two or more backtracking verbs appear in succession, all the the last
7604 Backtracking verbs in repeated groups
7606 PCRE differs from Perl in its handling of backtracking verbs in
7614 Backtracking verbs in assertions
7623 The other backtracking verbs are not treated specially if they appear
7637 Backtracking verbs in subroutines