Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 25 of 253) sorted by relevance

1234567891011

/netbsd-src/lib/libedit/TEST/
H A Dtc1.c64 static int continuation = 0; variable
78 return (continuation ? b : a); in prompt()
197 if (!continuation && num == 1) in main()
204 continuation = 0; in main()
212 if (continuation) { in main()
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
229 continuation = ncontinuation; in main()
231 if (continuation) in main()
H A Dwtc1.c16 static int continuation; variable
26 return continuation ? b : a; in prompt()
178 if(!continuation && numc == 1) in main()
185 continuation = 0; in main()
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
195 continuation = ncontinuation; in main()
197 if(continuation) in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py532 def run_analyzer(opts, continuation=report_failure): argument
570 continuation(opts)
576 continuation(opts)
659 def dispatch_ctu(opts, continuation=run_analyzer): argument
679 return continuation(opts)
683 def filter_debug_flags(opts, continuation=dispatch_ctu): argument
690 return continuation(opts)
694 def language_check(opts, continuation=filter_debug_flags): argument
720 return continuation(opts)
724 def arch_check(opts, continuation=language_check): argument
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c76 struct continuation { struct
94 static void free_continuation(struct continuation *cp); argument
95 static int amfs_bgmount(struct continuation *cp);
507 struct continuation *cp = (struct continuation *) arg; in amfs_cont()
610 struct continuation *cp = (struct continuation *) arg; in amfs_retry()
650 free_continuation(struct continuation *cp) in free_continuation()
712 amfs_bgmount(struct continuation *cp) in amfs_bgmount()
1092 struct continuation *cp; /* Continuation structure if need to mount */ in amfs_generic_mount_child()
1106 cp = ALLOC(struct continuation); in amfs_generic_mount_child()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ans6/
H A Dans.pl369 my $continuation = 0;
424 $continuation) {
426 $continuation) {
461 $tsig->continuation($continuation) if
466 } elsif ($continuation) {
473 $continuation = 1;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddump17 >0 belong 4 continuation of file record,
36 >0 belong 4 continuation of file record,
55 >0 belong 4 continuation of file record,
93 >0 leshort 4 continuation of file record.
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_sw_fence.c205 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument
220 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation); in __i915_sw_fence_wake_up_all()
222 if (continuation) { in __i915_sw_fence_wake_up_all()
225 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all()
227 list_move_tail(&pos->entry, continuation); in __i915_sw_fence_wake_up_all()
251 struct list_head *continuation) in __i915_sw_fence_complete() argument
265 __i915_sw_fence_wake_up_all(fence, continuation); in __i915_sw_fence_complete()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dcomments2 ."and comment continuation to the next line using a \n"
18 # Test comment vs semicolon parsing and line continuation
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst129 In returned-continuation lowering, signaled by the use of
135 called the continuation function. The coroutine is resumed by simply
136 calling this continuation function pointer. The original coroutine
138 these continuation functions, one for each suspend point.
140 LLVM actually supports two closely-related returned-continuation
143 - In normal returned-continuation lowering, the coroutine may suspend
144 itself multiple times. This means that a continuation function
145 itself returns another continuation pointer, as well as a list of
149 a null continuation pointer. Any yielded values will be `undef`
152 - In yield-once returned-continuation lowering, the coroutine must
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dadd-depends.pl220 my $continuation = $continuations{$producer};
260 $buf .= ' '.$continuation if @deps;
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dadd-depends.pl320 my $continuation = $continuations{$producer};
357 $buf .= ' '.$continuation if @deps;
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmagic9 # The continuation lines are given here, but they do not need to exist.
50 >3 byte &0x02 continuation,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_put.c469 unsigned int continuation = 0; in der_put_tag() local
474 *p-- = tag % 128 | continuation; in der_put_tag()
478 continuation = 0x80; in der_put_tag()
H A Dfuzzer.c207 unsigned int continuation = 0; in fuzzer_put_tag() local
212 *p-- = tag % 128 | continuation; in fuzzer_put_tag()
216 continuation = 0x80; in fuzzer_put_tag()
H A Dder_get.c631 unsigned int continuation; in der_get_tag() local
637 continuation = *p & 128; in der_get_tag()
644 } while(continuation); in der_get_tag()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dopenldap.ldif44 # tabs or spaces to denote line continuation, while LDIF only allows
46 # Also slapd.conf preserves the continuation character, while LDIF strips
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c1554 continuation = BER_BVNULL; in chain_cf_gen() local
1561 …c_chaining_ctrlflag & SLAP_CH_CONTINUATION_MASK ) >> SLAP_CH_CONTINUATION_SHIFT ), &continuation ); in chain_cf_gen()
1565 + STRLENOF( "continuation=" ) + continuation.bv_len; in chain_cf_gen()
1569 resolve.bv_val, continuation.bv_val ); in chain_cf_gen()
1632 continuation = -1, in chain_cf_gen() local
1651 continuation = str2chain( argv[ 0 ] + STRLENOF( "continuation=" ) ); in chain_cf_gen()
1652 if ( continuation == -1 ) { in chain_cf_gen()
1671 if ( resolve != -1 || continuation != -1 ) { in chain_cf_gen()
1690 if ( continuation > -1 ) { in chain_cf_gen()
1691 err = ber_printf( ber, "e", continuation ); in chain_cf_gen()
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dinternal.h168 unsigned int continuation : 1; member
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h168 unsigned int continuation : 1; member
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c634 char *continuation; in tool_args() local
636 continuation = strchr( cvalue, '/' ); in tool_args()
637 if ( continuation ) { in tool_args()
639 *continuation++ = '\0'; in tool_args()
640 if ( strcasecmp( continuation, "chainingPreferred" ) == 0 ) { in tool_args()
642 } else if ( strcasecmp( continuation, "chainingRequired" ) == 0 ) { in tool_args()
644 } else if ( strcasecmp( continuation, "referralsPreferred" ) == 0 ) { in tool_args()
646 } else if ( strcasecmp( continuation, "referralsRequired" ) == 0 ) { in tool_args()
652 continuation ); in tool_args()
/netbsd-src/usr.bin/patch/
H A Dpch.c1409 int continuation; in do_ed_script() local
1436 continuation = 0; in do_ed_script()
1439 continuation = !continuation; in do_ed_script()
1440 if (!continuation || in do_ed_script()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py316 continuation = self.strip_continuation (next_line)
317 if not self.continuation_re.match (continuation):
322 line = line.rstrip() + ' ' + continuation
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py319 continuation = self.strip_continuation (next_line)
320 if not self.continuation_re.match (continuation):
325 line = line.rstrip() + ' ' + continuation
/netbsd-src/lib/libpuffs/
H A DTODO42 * clean up the request dispatching / continuation code (not user-visible?)
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dtodo25 Implement per referral/continuation callback

1234567891011