HomeSort by: relevance | last modified time | path
    Searched refs:continuation (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
eh_return.c 58 continuation (void) function
69 continuation ();
76 eh1 (continuation, 100);
84 eh2 (continuation);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
eh_return.c 58 continuation (void) function
69 continuation ();
76 eh1 (continuation, 100);
84 eh2 (continuation);
  /src/lib/libedit/TEST/
tc1.c 64 static int continuation = 0; variable
78 return (continuation ? b : a);
197 if (!continuation && num == 1)
204 continuation = 0;
212 if (continuation) {
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf);
229 continuation = ncontinuation;
231 if (continuation)
wtc1.c 16 static int continuation; variable
26 return continuation ? b : a;
178 if(!continuation && numc == 1)
185 continuation = 0;
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
195 continuation = ncontinuation;
197 if(continuation)
  /src/usr.bin/make/unit-tests/
opt-debug-errors-jobs.mk 30 # It is a common style to align the continuation backslashes at the right
31 # of the lines, usually at column 73. All spaces before the continuation
comment.mk 43 # not count as a line continuation, therefore the variable assignment that
64 # An odd number of backslashes makes a line continuation, \\\
  /src/external/mpl/bind/dist/bin/tests/system/
ans.pl 379 my $continuation = 0;
454 $continuation) {
456 $continuation) {
492 $tsig->continuation($continuation) if
497 } elsif ($continuation) {
504 $continuation = 1;
  /src/external/gpl3/binutils/dist/include/som/
internal.h 168 unsigned int continuation : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/binutils.old/dist/include/som/
internal.h 168 unsigned int continuation : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gdb/dist/include/som/
internal.h 168 unsigned int continuation : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gdb.old/dist/include/som/
internal.h 168 unsigned int continuation : 1; member in struct:som_subspace_dictionary_record
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
analyze.py 532 def run_analyzer(opts, continuation=report_failure):
535 requested, it calls the continuation to generate it. """
570 continuation(opts)
576 continuation(opts)
659 def dispatch_ctu(opts, continuation=run_analyzer):
679 return continuation(opts)
683 def filter_debug_flags(opts, continuation=dispatch_ctu):
690 return continuation(opts)
694 def language_check(opts, continuation=filter_debug_flags):
720 return continuation(opts
    [all...]
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 66 * on the system. Instead we use a continuation scheme to allow mounts to
76 struct continuation { struct
94 static void free_continuation(struct continuation *cp);
95 static int amfs_bgmount(struct continuation *cp);
500 * The continuation function. This is called by
507 struct continuation *cp = (struct continuation *) arg;
610 struct continuation *cp = (struct continuation *) arg;
634 /* Normally it's amfs_bgmount() which frees the continuation. However, i
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sw_fence.c 205 struct list_head *continuation)
220 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation);
222 if (continuation) {
225 pos->func(pos, TASK_NORMAL, 0, continuation);
227 list_move_tail(&pos->entry, continuation);
251 struct list_head *continuation)
265 __i915_sw_fence_wake_up_all(fence, continuation);
  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 85 # Also, shave off any continuation
320 my $continuation = $continuations{$producer};
357 $buf .= ' '.$continuation if @deps;
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 85 # Also, shave off any continuation
320 my $continuation = $continuations{$producer};
357 $buf .= ' '.$continuation if @deps;
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 220 my $continuation = $continuations{$producer};
260 $buf .= ' '.$continuation if @deps;
  /src/external/gpl2/mkhybrid/dist/
magic 6 # Any other characters on this line are ignored. Continuation lines (starting
9 # The continuation lines are given here, but they do not need to exist.
50 >3 byte &0x02 continuation,
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
der_put.c 469 unsigned int continuation = 0; local
474 *p-- = tag % 128 | continuation;
478 continuation = 0x80;
der_get.c 631 unsigned int continuation; local
637 continuation = *p & 128;
644 } while(continuation);
fuzzer.c 207 unsigned int continuation = 0; local
212 *p-- = tag % 128 | continuation;
216 continuation = 0x80;
  /src/sys/arch/next68k/stand/boot/
srt0.s 84 bra hloop | and do not allow continuation
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 1554 continuation = BER_BVNULL; local
1561 enum_to_verb( chaining_mode, ( ( lc->lc_chaining_ctrlflag & SLAP_CH_CONTINUATION_MASK ) >> SLAP_CH_CONTINUATION_SHIFT ), &continuation );
1565 + STRLENOF( "continuation=" ) + continuation.bv_len;
1568 "resolve=%s continuation=%s",
1569 resolve.bv_val, continuation.bv_val );
1632 continuation = -1, local
1650 } else if ( strncasecmp( argv[ 0 ], "continuation=", STRLENOF( "continuation=" ) ) == 0 ) {
1651 continuation = str2chain( argv[ 0 ] + STRLENOF( "continuation=" ) )
    [all...]
  /src/external/gpl3/binutils/dist/etc/
update-copyright.py 325 # If the next line doesn't look like a proper continuation,
327 continuation = self.strip_continuation (next_line)
328 if not self.continuation_re.match (continuation):
333 line = line.rstrip() + ' ' + continuation
  /src/external/gpl3/binutils.old/dist/etc/
update-copyright.py 325 # If the next line doesn't look like a proper continuation,
327 continuation = self.strip_continuation (next_line)
328 if not self.continuation_re.match (continuation):
333 line = line.rstrip() + ' ' + continuation

Completed in 40 milliseconds

1 2