Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 25 of 145) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/perl/t/op/
Dutf8decode.t107 && $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/
Dtc1.c52 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/
Dcomment.out_ascii7 text line continuation
9 macro line continuation: [--ff _f_i_l_e]
15 continuation requested by a comment
/openbsd/src/usr.bin/file/magdir/
Ddump17 >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/usr.bin/perl/t/lib/croak/
Dtoke_l16 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/
Dif.out_ascii15 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/sys/dev/pci/drm/i915/
Di915_sw_fence.c142 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/
Dinput.out_utf813 0x80 ? leading lowest continuation
14 0xbf ? leading highest continuation
21 0xc278 ?x ASCII instead of continuation
22 0xc2c380 ?À start byte instead of continuation
Dinput.out_ascii13 0x80 ? leading lowest continuation
14 0xbf ? leading highest continuation
21 0xc278 ?x ASCII instead of continuation
22 0xc2c380 ?`A start byte instead of continuation
/openbsd/src/usr.sbin/amd/amd/
Dafs_ops.c496 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/
Dutils.c121 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 …]
Ddefs.h703 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/
DDebuggingCoroutines.rst360 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/
DCoroutines.rst129 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/
Dpf30.in1 #test line continuation
Dpf86.in1 # test comment continuation with \
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
Descape_eol4 ok 2 Not a continuation line
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmagic9 # The continuation lines are given here, but they do not need to exist.
50 >3 byte &0x02 continuation,
/openbsd/src/gnu/usr.bin/binutils-2.17/intl/
Dpo2tbl.sed.in43 # Look whether second part is continuation line.
52 # We found a continuation line. But before printing insert '\'.
Dlinux-msg.sed85 # Look whether second part is continuation line.
92 # We found a continuation line. But before printing insert '\'.
Dxopen-msg.sed89 # Look whether second part is a continuation line.
96 # We found a continuation line. But before printing insert '\'.
/openbsd/src/gnu/usr.bin/binutils/intl/
Dpo2tbl.sed.in43 # Look whether second part is continuation line.
52 # We found a continuation line. But before printing insert '\'.
Dlinux-msg.sed85 # Look whether second part is continuation line.
92 # We found a continuation line. But before printing insert '\'.
Dxopen-msg.sed89 # Look whether second part is a continuation line.
96 # We found a continuation line. But before printing insert '\'.
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dheader_parser.t42 a hidden line continuation */ D
230 a hidden line continuation */ D

123456