Searched refs:PRUNE (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | re_tests | 1890 (A(*PRUNE)B|A(*PRUNE)C) AC n - - 1891 (A(*PRUNE)B|A(*PRUNE)D|A(*PRUNE)C) AC n - - 1892 (A(*PRUNE)B|A(*PRUNE)C|A(*PRUNE)D) AC n - - 1893 ((A(*PRUNE)B|A(*PRUNE) [all...] |
| H A D | pat_advanced.t | 1204 { # Test the (*PRUNE) pattern 1207 is($count, 9, "Expect 9 for no (*PRUNE)"); 1209 'aaab' =~ /a+b?(*PRUNE)(?{$count++})(*FAIL)/; 1210 is($count, 3, "Expect 3 with (*PRUNE)"); 1213 1 while /.(*PRUNE)(?{$count++})(*FAIL)/g; 1214 is($count, 4, "/.(*PRUNE)/"); 1216 'aaab' =~ /a+b?(??{'(*PRUNE)'})(?{$count++})(*FAIL)/; 1217 is($count, 3, "Expect 3 with (*PRUNE)"); 1220 1 while /.(??{'(*PRUNE)'})(?{$count++})(*FAIL)/g; 1221 is($count, 4, "/.(*PRUNE)/"); [all...] |
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlre.pod | 2832 =item C<(*PRUNE)> C<(*PRUNE:I<NAME>)> 2833 X<(*PRUNE)> X<(*PRUNE:NAME)> 2836 when backtracked into on failure. Consider the pattern C</I<A> (*PRUNE) I<B>/>, 2837 where I<A> and I<B> are complex patterns. Until the C<(*PRUNE)> verb is reached, 2862 If we add a C<(*PRUNE)> before the count like the following 2864 'aaab' =~ /a+b?(*PRUNE)(?{print "$&\n"; $count++})(*FAIL)/; 2875 Any number of C<(*PRUNE)> assertions may be used in a pattern. 2879 control backtracking. In some cases, the use of C<(*PRUNE)> ca [all...] |
| H A D | perldebguts.pod | 843 PRUNE no-sv 1 Pattern fails at this startpoint if no-
|
| H A D | perl5100delta.pod | 169 control verbs: (*THEN), (*PRUNE), (*MARK), (*SKIP), (*COMMIT), (*FAIL)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5009005 | 174 PRUNE # Z added by devel/scanprov
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regnodes.h | 1157 #define PRUNE 102 /* 0x66 Pattern fails at this macro
|
| H A D | regcomp.sym | 291 PRUNE VERB, no-sv 1 ; Pattern fails at this startpoint if no-backtracking through thi…
|
| H A D | regexec.c | 9866 case PRUNE: /* (*PRUNE) */ in S_regmatch()
|
| H A D | regcomp.c | 3202 case 'P': /* (*PRUNE) */ in S_reg() 3203 if ( memEQs(start_verb, verb_len,"PRUNE") ) in S_reg() 3204 op = PRUNE; in S_reg()
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | zippy | 14 All I can think of is a platter of organic PRUNE CRISPS being trampled
|
| H A D | fortunes | 1072 All I can think of is a platter of organic PRUNE CRISPS being trampled
|