| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | utf8decode.t | 107 && $warnings[1] =~ /unexpected non-continuation/) 162 3.1 Unexpected continuation bytes 163 3.1.1 n - 1 80 - unexpected continuation byte 0x80 164 3.1.2 n - 1 bf - unexpected continuation byte 0xbf 165 3.1.3 N2 - 2 80:bf - unexpected continuation byte 0x80 166 3.1.4 N3 - 3 80:bf:80 - unexpected continuation byte 0x80 167 3.1.5 N4 - 4 80:bf:80:bf - unexpected continuation byte 0x80 168 3.1.6 N5 - 5 80:bf:80:bf:80 - unexpected continuation byte 0x80 169 3.1.7 N6 - 6 80:bf:80:bf:80:bf - unexpected continuation byte 0x80 170 3.1.8 N7 - 7 80:bf:80:bf:80:bf:80 - unexpected continuation byte 0x80 [all …]
|
| /openbsd-src/lib/libedit/TEST/ |
| H A D | tc1.c | 52 static int continuation = 0; variable 66 return (continuation ? b : a); in prompt() 185 if (!continuation && num == 1) in main() 192 continuation = 0; in main() 200 if (continuation) { in main() 214 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main() 217 continuation = ncontinuation; in main() 219 if (continuation) in main()
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | comment.out_ascii | 7 text line continuation 9 macro line continuation: [--ff _f_i_l_e] 15 continuation requested by a comment
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | dump | 17 >0 belong 4 continuation of file record, 36 >0 belong 4 continuation of file record, 55 >0 lelong 4 continuation of file record, 74 >0 lelong 4 continuation of file record, 91 >0 leshort 4 continuation of file record. 105 >0 belong 4 continuation of file record, 124 >0 lelong 4 continuation of file record,
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | analyze.py | 534 def run_analyzer(opts, continuation=report_failure): argument 572 continuation(opts) 578 continuation(opts) 661 def dispatch_ctu(opts, continuation=run_analyzer): argument 681 return continuation(opts) 685 def filter_debug_flags(opts, continuation=dispatch_ctu): argument 692 return continuation(opts) 696 def language_check(opts, continuation=filter_debug_flags): argument 722 return continuation(opts) 726 def arch_check(opts, continuation=language_check): argument [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | toke_l1 | 6 Malformed UTF-8 character: \xc3\x0a (unexpected non-continuation byte 0x0a, immediately after start… 14 Malformed UTF-8 character: \xc3\xc3 (unexpected non-continuation byte 0xc3, immediately after start… 20 Malformed UTF-8 character: \xc1\x27 (unexpected non-continuation byte 0x27, immediately after start…
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
| H A D | if.out_ascii | 15 Two-line true condition without continuation and macros. 17 Two-line true condition with continuation and macros. 22 Inner two-line true condition without continuation and macros.
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/ |
| H A D | empty.txt | 1 # Surely an empty substitution continuation is an accident, so it's an error. 7 # CHECK: Substitution's continuation is empty
|
| H A D | ws-only.txt | 1 # Surely an empty substitution continuation is an accident, so it's an error. 8 # CHECK: Substitution's continuation is empty
|
| H A D | end-in-double-backslash.txt | 2 # empty substitution continuation, which isn't permitted. 8 # CHECK: Substitution's continuation is empty
|
| H A D | unterminated-define-continuation.txt | 1 # Check a define's continuation line that is unterminated.
|
| H A D | unterminated-redefine-continuation.txt | 1 # Check a redefine's continuation line that is unterminated.
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_sw_fence.c | 142 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument 158 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation); in __i915_sw_fence_wake_up_all() 159 if (continuation) { in __i915_sw_fence_wake_up_all() 162 list_move_tail(&pos->entry, continuation); in __i915_sw_fence_wake_up_all() 164 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 192 struct list_head *continuation) in __i915_sw_fence_complete() argument 206 __i915_sw_fence_wake_up_all(fence, continuation); in __i915_sw_fence_complete()
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | input.out_ascii | 13 0x80 ? leading lowest continuation 14 0xbf ? leading highest continuation 21 0xc278 ?x ASCII instead of continuation 22 0xc2c380 ?`A start byte instead of continuation
|
| H A D | input.out_utf8 | 13 0x80 ? leading lowest continuation 14 0xbf ? leading highest continuation 21 0xc278 ?x ASCII instead of continuation 22 0xc2c380 ?À start byte instead of continuation
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | ws-and-continuations.txt | 77 # a line continuation. Otherwise, the behavior would be hard to understand 78 # because it looks like a line continuation. 96 # A line continuation is recognized anywhere. It should be used only where 126 # but it's actually a continuation of the previous value.
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | afs_ops.c | 496 struct continuation { struct 517 free_continuation(struct continuation *cp) in free_continuation() 530 static int afs_bgmount(struct continuation *, int); 574 struct continuation *cp = (struct continuation *) closure; in afs_cont() 641 struct continuation *cp = (struct continuation *) closure; in afs_retry() 770 afs_bgmount(struct continuation *cp, int mpe) in afs_bgmount() 1133 struct continuation *cp; /* Continuation structure if we need to mount */ in afs_lookuppn() 1469 cp = ALLOC(continuation); in afs_lookuppn()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | utils.c | 121 struct continuation *cmd_continuation; 122 struct continuation *intermediate_continuation; 453 struct continuation *continuation_ptr; in add_continuation() 456 (struct continuation *) xmalloc (sizeof (struct continuation)); in add_continuation() 474 struct continuation *continuation_ptr; in do_all_continuations() 475 struct continuation *saved_continuation; in do_all_continuations() 499 struct continuation *continuation_ptr; in discard_all_continuations() 516 struct continuation *continuation_ptr; in add_intermediate_continuation() 519 (struct continuation *) xmalloc (sizeof (struct continuation)); in add_intermediate_continuation() 537 struct continuation *continuation_ptr; in do_all_intermediate_continuations() [all …]
|
| H A D | defs.h | 703 struct continuation struct 707 struct continuation *next; argument 711 extern struct continuation *cmd_continuation; 713 extern struct continuation *intermediate_continuation;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | DebuggingCoroutines.rst | 360 implementations of coroutine types store `std::coroutine_handle<> continuation` 362 `continuation` is typically the awaiting coroutine for the current coroutine. 366 contains the corresponding continuation (which itself is a coroutine with a 391 std::coroutine_handle<> continuation; 394 return continuation; 398 FinalSuspend final_suspend() noexcept { return {continuation}; } 402 std::coroutine_handle<> continuation = std::noop_coroutine(); 416 auto await_suspend(std::coroutine_handle<> continuation) { 417 handle.promise().continuation = continuation; 465 In the example, the ``task`` coroutine holds a ``continuation`` field, [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pf30.in | 1 #test line continuation
|
| H A D | pf86.in | 1 # test comment continuation with \
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/ |
| H A D | escape_eol | 4 ok 2 Not a continuation line
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | magic | 9 # The continuation lines are given here, but they do not need to exist. 50 >3 byte &0x02 continuation,
|