Home
last modified time | relevance | path

Searched refs:COMMIT (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/sbin/dhcp6leased/
H A Dparse.y98 %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 Dpat_advanced.t1274 { # 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 Dopt.t272 abc(*COMMIT)xyz 6 0+abc - -
/openbsd-src/sbin/isakmpd/
H A Disakmp_num.cst91 COMMIT 2
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h1188 #define COMMIT 105 /* 0x69 Pattern fails outright macro
2760 .type = COMMIT,
2767 .type = COMMIT,
H A Dregcomp.sym294 COMMIT VERB, no-sv 1 ; Pattern fails outright if backtracking through this
342 COMMIT next:FAIL
H A Dregcomp_study.c3396 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 Dregexec.c9862 case COMMIT: /* (*COMMIT) */ in S_regmatch()
H A Dregcomp.c3186 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 Dintro.doc66 TO COMMIT YOUR CHANGES
/openbsd-src/gnu/usr.bin/cvs/
H A DREADME.VMS115 Wildcard expansion is not yet implemented (i.e. CVS COMMIT *.c won't
/openbsd-src/usr.sbin/smtpd/
H A Dparse.y169 %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 D500900539 COMMIT # Z added by devel/scanprov
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormat.rst274 --commit COMMIT default commit to use if none is specified
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlre.pod2985 =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 Dperldebguts.pod849 COMMIT no-sv 1 Pattern fails outright if backtracking
H A Dperl5100delta.pod169 control verbs: (*THEN), (*PRUNE), (*MARK), (*SKIP), (*COMMIT), (*FAIL)
H A Dperl5160delta.pod1722 The C<(*COMMIT)> directive is now listed in the right section
H A Dperl5140delta.pod3464 C<*COMMIT> sometimes to be ignored has been removed.