/netbsd-src/lib/libedit/TEST/ |
H A D | tc1.c | 64 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 D | wtc1.c | 16 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 D | analyze.py | 532 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 D | amfs_generic.c | 76 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 D | ans.pl | 369 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 D | dump | 17 >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 D | i915_sw_fence.c | 205 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 D | comments | 2 ."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 D | Coroutines.rst | 129 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 D | add-depends.pl | 220 my $continuation = $continuations{$producer}; 260 $buf .= ' '.$continuation if @deps;
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | add-depends.pl | 320 my $continuation = $continuations{$producer}; 357 $buf .= ' '.$continuation if @deps;
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | magic | 9 # 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 D | der_put.c | 469 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 D | fuzzer.c | 207 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 D | der_get.c | 631 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 D | openldap.ldif | 44 # 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 D | chain.c | 1554 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 D | internal.h | 168 unsigned int continuation : 1; member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/som/ |
H A D | internal.h | 168 unsigned int continuation : 1; member
|
/netbsd-src/external/bsd/openldap/dist/clients/tools/ |
H A D | common.c | 634 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 D | pch.c | 1409 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 D | update-copyright.py | 316 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 D | update-copyright.py | 319 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 D | TODO | 42 * clean up the request dispatching / continuation code (not user-visible?)
|
/netbsd-src/external/bsd/openldap/dist/doc/devel/ |
H A D | todo | 25 Implement per referral/continuation callback
|