Lines Matching refs:COMMIT
2172 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/B
2186 /a+b?(*COMMIT)c+(*FAIL)/auto_callout
2954 /(*COMMIT:X)/B
2960 /A(*COMMIT)B/aftertext,mark
2981 # COMMIT at the start of a pattern should be the same as an anchor. Perl
2985 /(*COMMIT)ABC/
2988 /(*COMMIT)ABC/no_start_optimize
3697 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
3703 /(?!a(*COMMIT)b)ac|ad/
4994 # This is here because Perl matches, even though a COMMIT is encountered
4997 /(?1)(A(*COMMIT)|B)D/