| /netbsd/src/lib/libedit/TEST/ |
| 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()
|
| 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/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | eh_return.c | 58 continuation (void) in continuation() function 69 continuation (); in fail() 76 eh1 (continuation, 100); in do_test1() 84 eh2 (continuation); in do_test2()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| 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/bsd/file/dist/magic/magdir/ |
| 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/ |
| 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/crypto/external/bsd/openssl/dist/util/ |
| D | add-depends.pl | 320 my $continuation = $continuations{$producer}; 357 $buf .= ' '.$continuation if @deps;
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| 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()
|
| 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()
|
| 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()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/schema/ |
| 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/ |
| 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/gdb/dist/include/som/ |
| D | internal.h | 168 unsigned int continuation : 1; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/som/ |
| D | internal.h | 168 unsigned int continuation : 1; member
|
| /netbsd/src/external/bsd/openldap/dist/clients/tools/ |
| 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/ |
| 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/dist/contrib/ |
| 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/external/bsd/openldap/dist/doc/devel/ |
| D | todo | 25 Implement per referral/continuation callback
|
| /netbsd/src/lib/libpuffs/ |
| D | TODO | 42 * clean up the request dispatching / continuation code (not user-visible?)
|
| /netbsd/src/sys/arch/next68k/stand/boot/ |
| D | srt0.s | 84 bra hloop | and do not allow continuation
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | smb_data_print-segv.out | 96 …-> 0x229b), seq 75:151, ack 168, win 253, length 76 SMB-over-TCP packet:(raw data or continuation?)
|
| /netbsd/src/etc/ |
| D | bootptab | 36 # tc Table continuation (points to similar "template" host entry)
|
| /netbsd/src/usr.bin/ftp/ |
| D | ftp.c | 398 int originalcode = 0, continuation = 0; in getreply() local 497 if (continuation) in getreply() 499 continuation++; in getreply() 519 if (continuation && code != originalcode) { in getreply()
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | ChangeLog-2009 | 144 continuation backslash. Prefix first line with "A", following
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc3296.txt | 175 When returning a referral result or search continuation, the server 179 referral result or search continuation. 205 generate a referral or continuation reference based upon information
|