Searched refs:COMMIT (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/sbin/dhcp6leased/ |
| H A D | parse.y | 98 %token ERROR DELEGATION FOR ON PREFIX REQUEST RAPID COMMIT 153 conf_main : REQUEST RAPID COMMIT { 245 {"commit", COMMIT}, in lookup()
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | pat_advanced.t | 1274 { # Test the (*COMMIT) pattern 1276 'aaabaaab' =~ /a+b?(*COMMIT)(?{$count++})(*FAIL)/; 1277 is($count, 1, "Expect 1 with (*COMMIT)"); 1280 1 while /.(*COMMIT)(?{$count++})(*FAIL)/g; 1281 is($count, 1, "/.(*COMMIT)/"); 1285 1 while /(a+b?)(*COMMIT)(?{$count++; push @res,$1})(*FAIL)/g; 1286 is($count, 1, "Expect 1 with (*COMMIT)"); 1287 is("@res", "aaab", "Adjacent (*COMMIT) works as expected"); 1289 unlike("1\n2a\n", qr/^\d+(*COMMIT)\w+/m, "COMMIT an [all...] |
| H A D | opt.t | 272 abc(*COMMIT)xyz 6 0+abc - -
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | isakmp_num.cst | 91 COMMIT 2
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regnodes.h | 1188 #define COMMIT 105 /* 0x69 Pattern fails outright macro 2760 .type = COMMIT, 2767 .type = COMMIT,
|
| H A D | regcomp.sym | 294 COMMIT VERB, no-sv 1 ; Pattern fails outright if backtracking through this 342 COMMIT next:FAIL
|
| H A D | regcomp_study.c | 3396 else if (OP(scan) == COMMIT) { in Perl_study_chunk() 3397 /* gh18770: m{abc(*COMMIT)xyz} must fail on "abc abcxyz", so we in Perl_study_chunk()
|
| H A D | regexec.c | 9862 case COMMIT: /* (*COMMIT) */ in S_regmatch()
|
| H A D | regcomp.c | 3186 case 'C': /* (*COMMIT) */ in S_reg() 3187 if ( memEQs(start_verb, verb_len,"COMMIT") ) in S_reg() 3188 op = COMMIT; in S_reg()
|
| /openbsd-src/gnu/usr.bin/cvs/contrib/ |
| H A D | intro.doc | 66 TO COMMIT YOUR CHANGES
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | README.VMS | 115 Wildcard expansion is not yet implemented (i.e. CVS COMMIT *.c won't
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | parse.y | 169 %token CA CERT CHAIN CHROOT CIPHERS COMMIT COMPRESSION CONNECT 1821 COMMIT { 2662 { "commit", COMMIT }, in lookup()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5009005 | 39 COMMIT # Z added by devel/scanprov
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormat.rst | 274 --commit COMMIT default commit to use if none is specified
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlre.pod | 2985 =item C<(*COMMIT)> C<(*COMMIT:I<arg>)> 2986 X<(*COMMIT)> 2994 'aaabaaab' =~ /a+b?(*COMMIT)(?{print "$&\n"; $count++})(*FAIL)/; 3002 In other words, once the C<(*COMMIT)> has been entered, and if the pattern
|
| H A D | perldebguts.pod | 849 COMMIT no-sv 1 Pattern fails outright if backtracking
|
| H A D | perl5100delta.pod | 169 control verbs: (*THEN), (*PRUNE), (*MARK), (*SKIP), (*COMMIT), (*FAIL)
|
| H A D | perl5160delta.pod | 1722 The C<(*COMMIT)> directive is now listed in the right section
|
| H A D | perl5140delta.pod | 3464 C<*COMMIT> sometimes to be ignored has been removed.
|