Home
last modified time | relevance | path

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

123

/src/contrib/libedit/TEST/
H A Dtc1.c64 static int continuation = 0; variable
78 return (continuation ? b : a); in prompt()
197 if (!continuation && num == 1) in main()
204 continuation = 0; in main()
212 if (continuation) { in main()
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
229 continuation = ncontinuation; in main()
231 if (continuation) in main()
H A Dwtc1.c16 static int continuation; variable
26 return continuation ? b : a; in prompt()
178 if(!continuation && numc == 1) in main()
185 continuation = 0; in main()
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
195 continuation = ncontinuation; in main()
197 if(continuation) in main()
/src/crypto/krb5/src/util/et/
H A Det_c.awk132 (continuation == 1) && ($0 ~ /\\[ \t]*$/) {
138 (continuation == 1) && ($0 ~ /"[ \t]*$/) {
141 continuation = 0;
168 continuation++;
176 continuation++;
H A Det_c.pl175 if (($continuation == 1) && ($_ =~ /\\[ \t]*$/)) {
181 if (($continuation == 1) && ($_ =~ /"[ \t]*$/)) {
185 $continuation = 0;
213 $continuation++;
221 $continuation++;
/src/contrib/file/magic/Magdir/
H A Ddump17 >0 belong 4 continuation of file record,
36 >0 belong 4 continuation of file record,
55 >0 belong 4 continuation of file record,
93 >0 leshort 4 continuation of file record.
/src/contrib/libxo/tests/xo/
H A Dxo_02.sh38 ${XOP} --continuation "$@"
43 ${XOP} --depth 2 --continuation 'and then {:tag}\n' value2
/src/crypto/openssl/util/
H A Dadd-depends.pl320 my $continuation = $continuations{$producer};
357 $buf .= ' '.$continuation if @deps;
/src/sbin/pfctl/tests/files/
H A Dpf0030.in1 #test line continuation
/src/bin/sh/tests/parser/
H A Dps2-expand1.01 # Test variable expansion in PS2 (continuation prompt)
/src/crypto/heimdal/lib/asn1/
H A Dder_put.c454 unsigned int continuation = 0; in der_put_tag() local
459 *p-- = tag % 128 | continuation; in der_put_tag()
463 continuation = 0x80; in der_put_tag()
H A Dder_get.c561 unsigned int continuation; in der_get_tag() local
567 continuation = *p & 128; in der_get_tag()
574 } while(continuation); in der_get_tag()
/src/usr.bin/indent/tests/
H A Dcomments.0.stdout26 * Old indent unnecessarily removed the star comment continuation on
H A Dcomments.023 * Old indent unnecessarily removed the star comment continuation on the next line.
/src/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
63 compatible = "brcm,bcm7445-hif-continuation", "syscon";
88 continuation registers.
/src/contrib/libxo/doc/
H A Dxo.rst98 include a newline), use the `--continuation` option to let secondary
115 xo --depth 2 --continuation 'and then {:tag}\n' value2
199 --continuation OR -C Output belongs on same line as previous output
/src/tools/build/
H A Dcheckstyle9.pl1766 my $continuation = 0;
1771 $continuation = 1;
1781 $prevline =~ /\\\s*$/) && $continuation == 0) {
1786 $continuation = 0;
1800 if ($continuation ||
1804 $continuation = ($s =~ /^.*?\\\n/) ? 1 : 0;
/src/usr.bin/patch/
H A Dpch.c1456 int continuation; in do_ed_script() local
1483 continuation = 0; in do_ed_script()
1486 continuation = !continuation; in do_ed_script()
1487 if (!continuation || in do_ed_script()
/src/contrib/libxo/tests/xo/saved/
H A Dxo_02.T.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.X.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.JP.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.HP.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.XP.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.HIPx.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.H.err5 --continuation OR -C Output belongs on same line as previous output
H A Dxo_02.J.err5 --continuation OR -C Output belongs on same line as previous output

123