Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/libedit/TEST/
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()
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()
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dlogger.c100 const char *timestr, *continuation; in log_message() local
120 continuation = ""; in log_message()
130 repos, prefix, continuation, in log_message()
146 continuation = "-"; in log_message()
/freebsd-12-stable/contrib/amd/amd/
Damfs_generic.c74 struct continuation { struct
92 static void free_continuation(struct continuation *cp); argument
93 static int amfs_bgmount(struct continuation *cp);
505 struct continuation *cp = (struct continuation *) arg; in amfs_cont()
608 struct continuation *cp = (struct continuation *) arg; in amfs_retry()
648 free_continuation(struct continuation *cp) in free_continuation()
710 amfs_bgmount(struct continuation *cp) in amfs_bgmount()
1090 struct continuation *cp; /* Continuation structure if need to mount */ in amfs_generic_mount_child()
1104 cp = ALLOC(struct continuation); in amfs_generic_mount_child()
/freebsd-12-stable/contrib/file/magic/Magdir/
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.
Dsniffer88 # clear that continuation level match
/freebsd-12-stable/contrib/gdb/gdb/
Dutils.c120 struct continuation *cmd_continuation;
121 struct continuation *intermediate_continuation;
439 struct continuation *continuation_ptr; in add_continuation()
442 (struct continuation *) xmalloc (sizeof (struct continuation)); in add_continuation()
460 struct continuation *continuation_ptr; in do_all_continuations()
461 struct continuation *saved_continuation; in do_all_continuations()
485 struct continuation *continuation_ptr; in discard_all_continuations()
502 struct continuation *continuation_ptr; in add_intermediate_continuation()
505 (struct continuation *) xmalloc (sizeof (struct continuation)); in add_intermediate_continuation()
523 struct continuation *continuation_ptr; in do_all_intermediate_continuations()
[all …]
Ddefs.h707 struct continuation struct
711 struct continuation *next; argument
715 extern struct continuation *cmd_continuation;
717 extern struct continuation *intermediate_continuation;
/freebsd-12-stable/sbin/pfctl/tests/files/
Dpf0030.in1 #test line continuation
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dder_put.c382 unsigned int continuation = 0; in der_put_tag() local
387 *p-- = tag % 128 | continuation; in der_put_tag()
391 continuation = 0x80; in der_put_tag()
Dder_get.c522 unsigned int continuation; in der_get_tag() local
528 continuation = *p & 128; in der_get_tag()
535 } while(continuation); in der_get_tag()
/freebsd-12-stable/usr.bin/indent/tests/
Dcomments.0.stdout27 * Old indent unnecessarily removed the star comment continuation on
Dcomments.024 * Old indent unnecessarily removed the star comment continuation on the next line.
/freebsd-12-stable/contrib/gdb/gdb/config/i386/
Di386v42mp.mh14 # continuation character (backslash) to extend a commented line. As a
/freebsd-12-stable/usr.bin/patch/
Dpch.c1454 int continuation; in do_ed_script() local
1481 continuation = 0; in do_ed_script()
1484 continuation = !continuation; in do_ed_script()
1485 if (!continuation || in do_ed_script()
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
Dftp.c451 int originalcode = 0, continuation = 0;
517 if (continuation)
519 continuation++;
530 if (continuation && code != originalcode) {
/freebsd-12-stable/contrib/tnftp/src/
Dftp.c375 int originalcode = 0, continuation = 0; in getreply() local
474 if (continuation) in getreply()
476 continuation++; in getreply()
496 if (continuation && code != originalcode) { in getreply()
/freebsd-12-stable/sys/gnu/dts/arm/
Dbcm7445.dtsi94 compatible = "brcm,bcm7445-hif-continuation",
/freebsd-12-stable/contrib/googletest/googletest/docs/
DPumpManual.md43 …nerated) at acceptable places to fit within 80 columns and indent the continuation lines correctly.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticCommonKinds.td40 /// note_matching - this is used as a continuation of a previous diagnostic,
/freebsd-12-stable/contrib/lua/src/
Dluaconf.h.dist658 @@ LUA_KCONTEXT is the type of the context ('ctx') for continuation
/freebsd-12-stable/contrib/file/
DChangeLog88 the issue in the PR with -k and --mime-type there was no continuation
251 * Make sure that continuation separators are printed
862 * Warn about inconsistent continuation levels.
/freebsd-12-stable/contrib/one-true-awk/
DFIXES119 More cleanups from Christos Zoulas: notably backslash continuation
771 message. also fixed line number error in continuation lines.
/freebsd-12-stable/tools/test/testfloat/
Dtestfloat.txt396 leftmost column, and any subsequent ``continuation'' lines are indented with
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.seq1857 * this L-Q is a continuation of a data transfer for which
1864 * a continuation of a transfer already setup in our FIFO

123