Lines Matching refs:COMMIT
8073 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/B
8083 *COMMIT
8162 /a+b?(*COMMIT)c+(*FAIL)/auto_callout
8168 +4 ^ ^ (*COMMIT)
9784 # hitting (*COMMIT).
9786 /(?1)(A(*COMMIT)|B)D/
9992 Failed: error 159 at offset 13: an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT)
9997 /A(*COMMIT)B/aftertext,mark
10022 # COMMIT at the start of a pattern should be the same as an anchor. Perl
10026 /(*COMMIT)ABC/
10030 /(*COMMIT)ABC/no_start_optimize
11825 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
11832 /(?!a(*COMMIT)b)ac|ad/