Searched refs:body (Results 1 - 24 of 24) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextWind.c49 #define EW_SEG_SIZE ((unsigned) (Tk_Offset(TkTextSegment, body) \
191 (char *) &ewPtr->body.ew, argv[4], 0);
213 (char *) &ewPtr->body.ew, (char *) NULL, 0);
216 (char *) &ewPtr->body.ew, argv[4], 0);
257 ewPtr->body.ew.textPtr = textPtr;
258 ewPtr->body.ew.linePtr = NULL;
259 ewPtr->body.ew.tkwin = NULL;
260 ewPtr->body.ew.create = NULL;
261 ewPtr->body.ew.align = ALIGN_CENTER;
262 ewPtr->body
[all...]
H A DtkTextMark.c23 #define MSEG_SIZE ((unsigned) (Tk_Offset(TkTextSegment, body) \
156 markPtr->body.mark.linePtr);
204 markPtr->body.mark.linePtr);
269 markPtr->body.mark.linePtr);
274 markPtr->body.mark.textPtr = textPtr;
275 markPtr->body.mark.linePtr = indexPtr->linePtr;
276 markPtr->body.mark.hPtr = hPtr;
323 indexPtr->linePtr = markPtr->body.mark.linePtr;
424 markPtr->body.mark.linePtr = linePtr;
617 if (markPtr->body
[all...]
H A DtkTextBTree.c106 #define CSEG_SIZE(chars) ((unsigned) (Tk_Offset(TkTextSegment, body) \
108 #define TSEG_SIZE ((unsigned) (Tk_Offset(TkTextSegment, body) \
244 segPtr->body.chars[0] = '\n';
245 segPtr->body.chars[1] = 0;
254 segPtr->body.chars[0] = '\n';
255 segPtr->body.chars[1] = 0;
449 strncpy(segPtr->body.chars, string, (size_t) chunkSize);
450 segPtr->body.chars[chunkSize] = 0;
1136 /* Empty loop body. */
1202 segPtr->body
[all...]
H A DtkText.c549 savedChar = segPtr->body.chars[last];
550 segPtr->body.chars[last] = 0;
551 Tcl_AppendResult(interp, segPtr->body.chars + offset,
553 segPtr->body.chars[last] = savedChar;
1374 memcpy((VOID *) buffer, (VOID *) (segPtr->body.chars
1661 Tcl_DStringAppend(&line, segPtr->body.chars, segPtr->size);
2128 savedChar = segPtr->body.chars[last];
2129 segPtr->body.chars[last] = '\0';
2130 DumpSegment(interp, "text", segPtr->body.chars + first,
2132 segPtr->body
[all...]
H A DtkTextIndex.c137 /* Empty loop body. */
757 /* Empty loop body. */
784 c = segPtr->body.chars[offset];
813 c = segPtr->body.chars[offset];
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
H A DtkTextTag.c589 && (segPtr->body.toggle.tagPtr == tagPtr)) {
H A DtkTextDisp.c807 /* Empty loop body. */
858 for (p = segPtr->body.chars + offset; *p != 0; p++) {
860 maxChars = (p + 1 - segPtr->body.chars) - offset;
1490 /* Empty loop body. */
4252 p = segPtr->body.chars + offset;
/ast/src/lib/libexpr/
H A Dexexpr.c44 return excast(ex, sym->value->data.procedure.body, type, NiL, 0);
H A Dexlib.h80 Exnode_t* body; /* body */ \
83 } procedure; /* procedure args and body */ \
H A Dexcc.c623 gen(cc, sym->value->data.procedure.body);
656 gen(cc, sym->value->data.procedure.body);
H A Dexeval.c771 v = exeval(ex, expr->data.call.procedure->value->data.procedure.body, env);
/ast/src/cmd/ksh93/features/
H A Dmath.sh158 *) body=
160 do case $body in
161 ?*) body="$body $k"
166 '{'*) body=$k
208 case $body in
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
231 1) code="$code)$body"
/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...]
H A Dvmbest.c391 ** header and a 2-word body. Merging a tiniest block
449 if(np->body.data >= vd->seg->baddr)
/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 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 */
H A Dtroff2html.c936 if (tp->body)
937 pushin(tp->file, tp->line, NiL, tp->body, ap);
949 if (append && mp->body)
951 sfputr(state.tmp, mp->body, -1);
959 free(mp->body);
961 if (!(mp->body = newof(0, char, n, 0)))
964 strcpy(mp->body, value);
973 error(2, "set macro %s `%s'", mp->name + 1, mp->body);
1348 error(2, "get macro %s `%s'", tp->name + 1, tp->body);
1349 return tp->body;
[all...]
/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh313 do body=${testcase[TEST]}
315 do got=${ printf "$body" "$1" "$2" "$code" | $SHELL 2>&1 }
/ast/src/cmd/nmake/
H A DMakefile40 nmake.1 : nmake nmake.1.body nmake.1.tail
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 757 milliseconds