Home
last modified time | relevance | path

Searched defs:continuation (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/amd/amd/
H A Dafs_ops.c496 struct continuation { struct
514 * Discard an old continuation argument
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py534 def run_analyzer(opts, continuation=report_failure): argument
661 def dispatch_ctu(opts, continuation=run_analyzer): argument
685 def filter_debug_flags(opts, continuation=dispatch_ctu): argument
696 def language_check(opts, continuation=filter_debug_flags): argument
726 def arch_check(opts, continuation=language_check): argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddefs.h703 struct continuation struct
705 void (*continuation_hook) (struct continuation_arg *); argument
706 struct continuation_arg *arg_list; argument
707 struct continuation *next; argument
/openbsd-src/lib/libedit/TEST/
H A Dtc1.c52 static int continuation = 0; variable
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_sw_fence.c142 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument
192 struct list_head *continuation) in __i915_sw_fence_complete() argument
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.h160 unsigned int continuation : 1; member
/openbsd-src/usr.bin/ftp/
H A Dftp.c442 int originalcode = 0, continuation = 0; in getreply() local