/src/lib/libedit/TEST/ |
tc1.c | 64 static int continuation = 0; variable in typeref:typename:int 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 in typeref:typename:int 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
|
opt-debug-errors.mk | 34 # It is a common style to align the continuation backslashes at the right 35 # 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, \\\
|
char-005c-reverse-solidus.mk | 23 # This backslash is treated as a line continuation.
|
cond-token-plain.mk | 166 # The '\\' is not a line continuation. Neither is it an unquoted string
|
directive-for.mk | 269 # assumed that there was no line continuation between the '.' and the 'for'
|
/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/sys/arch/next68k/stand/boot/ |
srt0.s | 84 bra hloop | and do not allow continuation
|
/src/usr.bin/patch/ |
pch.c | 1409 int continuation; local in function:do_ed_script 1436 continuation = 0; 1439 continuation = !continuation; 1440 if (!continuation ||
|
/src/usr.bin/ftp/ |
ftp.c | 398 int originalcode = 0, continuation = 0; local in function:getreply 497 if (continuation) 499 continuation++; 519 if (continuation && code != originalcode) {
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm7445.dtsi | 94 compatible = "brcm,bcm7445-hif-continuation",
|
/src/sys/external/bsd/acpica/dist/compiler/ |
dtcompilerparser.tab.c | 1570 { DbgPrint (ASL_PARSE_OUTPUT, "line continuation detected\n"); (yyval.u) = (yyvsp[(2) - (2)].u); ;}
|
/src/sys/arch/m68k/060sp/dist/ |
fplsp.s | 5074 #--continuation from REDUCEX 5284 #--continuation point from REDUCEX
|
fpsp.s | 5180 #--continuation from REDUCEX 5390 #--continuation point from REDUCEX
|