Searched defs:body (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/mailx/
H A Dsend.c81 off_t body; member in struct:letter
260 * Copy out the message body
301 lp->head = lp->body = 0;
313 lp->body = ftell(nfo);
314 if (filecopy("message body", lp->fp, state.tmp.mail, nfo, NiL, (off_t)0, NiL, NiL, 0)) {
317 lp->head = lp->body = 0;
475 note(0, "Null message body; hope that's ok");
490 fseek(letter.fp, letter.body, SEEK_SET);
528 fseek(letter.fp, letter.body, SEEK_SET);
533 fseek(letter.fp, letter.body, SEEK_SE
[all...]
H A Dhead.c502 off_t body; local
509 * A blank line separates the headers from the body.
512 if (state.var.headerbotch && pp->fp != stdin && (body = ftell(pp->fp)) > 0) {
517 * message body. This compensates
521 text = body;
570 pp->count -= text - body;
573 n = fseek(pp->fp, body, SEEK_SET);
H A Dimap.c1038 Imapbody_t body; local
1071 memset(&body, 0, sizeof(body));
1072 body.id = body.idstack - 1;
1073 *body.idstack = 1;
1074 imap_BODYSTRUCTURE(imap, ap->value.list.head, mp, &body);
/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c89 int body;
96 argv[0], " string ?in? patList body ... ?default body?\"",
101 body = -1;
130 interp->result = "extra case pattern with no body";
148 body = i+1;
151 body = i+1;
168 body = i+1;
179 if (body != -1) {
180 result = Tcl_Eval(interp, caseArgv[body]);
87 int body; local
[all...]
H A DtclCmdMZ.c340 * then the loop body only gets executed once.
1604 int body;
1634 argv[0], " ?switches? string pattern body ... ?default body?\"",
1658 interp->result = "extra switch pattern with no body";
1693 * We've got a match. Find a body to execute, skipping bodies
1697 for (body = i+1; ; body += 2) {
1698 if (body >= switchArgc) {
1699 Tcl_AppendResult(interp, "no body specifie
1593 int body; local
[all...]
/ast/src/cmd/html/
H A Dtroff2html.h75 char* body; /* macro body */ member in struct:Tag_s
78 int size; /* body size (0 if static) */
115 Sfio_t* loop; /* loop body stream */
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h220 Body_t* body; member in union:_align_u
257 /* now make sure that the body of a block is a multiple of ALIGN */
268 struct _body_s body; member in union:_body_u
279 Body_t body; member in struct:_block_s
347 #define LINK(b) ((b)->body.body.link)
348 #define LEFT(b) ((b)->body.body.left)
349 #define RIGHT(b) ((b)->body.body
[all...]
/ast/src/lib/libtk/generic/
H A DtkText.h50 * a standard header followed by a body that varies from type to type.
55 * The data structure below defines the body of a segment that represents
132 } body; member in struct:TkTextSegment
/ast/src/cmd/nmake/
H A Dparse.c56 #define CON_stash (1<<2) /* file loop body lines stashed */
100 char* buffer; /* loop body buffer */
101 size_t offset; /* loop body ip offset */
102 } body; member in struct:Control_s
135 char* stashget; /* loop body stash get */
1053 pp->stashget = sfstrbase(pp->ip) + pp->cp->body.offset;
1056 pp->bp = pp->cp->body.buffer;
1113 pp->cp->body.offset = pp->stashget ? (pp->stashget - sfstrbase(pp->ip)) : (sfstrtell(pp->ip) - 1);
1116 error(3, "for loop body expected");
1118 pp->cp->body
[all...]

Completed in 38 milliseconds