Searched refs:end (Results 1 - 25 of 176) sorted by relevance

12345678

/ast/src/lib/libtk/library/demos/
H A Dstyle.tcl61 $w.text insert end {Text widgets like this one allow you to display information in a
64 $w.text insert end tags bold
65 $w.text insert end {. Tags are just textual names that you can apply to one
71 $w.text insert end "\n1. Font." big
72 $w.text insert end " You can choose any X font, "
73 $w.text insert end large verybig
74 $w.text insert end " or "
75 $w.text insert end "small.\n"
76 $w.text insert end "\n2. Color." big
77 $w.text insert end " Yo
[all...]
H A Dtwind.tcl42 $t insert end "A text widget can contain other widgets embedded "
43 $t insert end "it. These are called \"embedded windows\", "
44 $t insert end "and they can consist of arbitrary widgets. "
45 $t insert end "For example, here are two embedded button "
46 $t insert end "widgets. You can click on the first button to "
47 $t window create end -window $t.on
48 $t insert end " horizontal scrolling, which also turns off "
49 $t insert end "word wrapping. Or, you can click on the second "
50 $t insert end "button to\n"
51 $t window create end
[all...]
/ast/src/lib/libast/string/
H A Dstreval.c39 userconv(const char* s, char** end, void* handle) argument
41 return((*((Handle_t*)handle)->convert)(s, end));
45 streval(const char* s, char** end, Old_convert_t convert) argument
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL));
H A Dfmtversion.c36 register char* end; local
41 end = cur + n;
43 sfsprintf(cur, end - cur, "%04lu-%02lu-%02lu", (v / 10000) % 10000, (v / 100) % 100, v % 100);
47 cur += sfsprintf(cur, end - cur, "%d.", n);
49 cur += sfsprintf(cur, end - cur, "%d.", n);
50 sfsprintf(cur, end - cur, "%ld.%ld", (v >> 8) & 0xff, v & 0xff);
H A Dtok.c40 char* end; /* end ('\0') of last token */ member in union:Tok_s::__anon311
43 char chr; /* replace *end with this */
63 p->chr = *(p->ptr.end = s);
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr)
79 *p->ptr.end = p->chr;
106 s = p->ptr.end;
130 p->ptr.end = s;
136 * find the end of this token
151 p->ptr.end
[all...]
/ast/src/cmd/nmake/
H A DSYSTEM.mk49 end
52 end
61 end
75 end
81 end
84 end
87 end
88 end
92 end
104 end
[all...]
H A DTABLE.mk22 end
28 end
33 end
36 end
40 end
47 end
51 end
53 end
57 end
59 end
[all...]
H A Dpkg-tcl.mk7 end
14 end
24 end
29 end
30 end
H A Dmkservice.mk19 end
22 end
23 end
H A DMakerules.mk101 end
102 end
109 end
110 end
117 end
118 end
125 end
126 end
135 end
136 end
[all...]
H A DSCCS.mk16 end
21 end
H A Ddebug-package.mk18 end
31 end
33 end
34 end
39 end
41 end
H A Dpkg-X11.mk14 end
17 end
20 end
23 end
26 end
27 end
H A Dyacc.mk32 end
33 end
43 end
H A Dmsgcat.mk21 end
22 end
35 end
39 end
54 end
58 end
59 end
68 end
70 end
/ast/src/lib/libcs/
H A DSERVICE.mk13 end
23 end
29 end
30 end
37 end
38 end
41 end
45 end
H A Dmsgbuf.c33 msggetu(char** buf, char* end) argument
42 e = (unsigned char*)end;
58 msgputu(char** buf, char* end, register unsigned long v) argument
70 if ((s = *buf) + n >= end)
92 msggetz(char** buf, char* end, void* data, size_t size) argument
97 i = end - *buf;
98 n = msggetu(buf, end);
111 msgputz(char** buf, char* end, void* data, size_t size) argument
117 n = end - s;
119 msgputu(buf, end,
[all...]
/ast/src/lib/libcmd/
H A Drmdir.c60 register char* end; local
96 end = dir;
97 if (pflag) end += strlen(dir);
116 if (n) *end = '/';
118 do if (end <= dir) goto next; while (*--end != '/');
119 do if (end <= dir) goto next; while (*(end - 1) == '/' && end--);
120 *end
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclGet.c48 char *end, *p;
63 i = -(int)strtoul(p, &end, 0);
66 i = strtoul(p, &end, 0);
68 i = strtoul(p, &end, 0);
70 if (end == p) {
86 while ((*end != '\0') && isspace(UCHAR(*end))) {
87 end++;
89 if (*end != 0) {
124 char *end;
47 char *end, *p; local
122 char *end; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkGet.c468 char *end;
471 d = strtod(string, &end);
472 if (end == string) {
478 while ((*end != '\0') && isspace(UCHAR(*end))) {
479 end++;
481 switch (*end) {
488 end++;
492 end++;
495 end
458 char *end; local
534 char *end; local
[all...]
/ast/src/cmd/coshell/
H A DCOSHELL.mk38 end
39 end
46 end
48 end
49 end
53 end
55 end
/ast/src/cmd/jcl/
H A DJCL.mk14 end
17 end
20 end
27 end
55 end
56 end
62 end
63 end
65 end
/ast/src/cmd/tksh/
H A Duinit.c30 char *end = av[0] + strlen(av[0]); local
55 if ((len >= 4) && (strcmp(end-4, "tksh") == 0))
58 else if ((len >= 6) && (strcmp(end-6, "tclksh") == 0))
68 if ((len >= 6) && (strcmp(end-6, "tclksh") == 0))
/ast/src/cmd/INIT/
H A DTEST.mk36 end
42 end
48 end
53 end
59 end
66 end
84 end
85 end
86 end
91 end
[all...]
/ast/src/lib/libast/tm/
H A Dtmzone.c39 * if end is non-null then it will point to the next
49 tmzone(register const char* name, char** end, const char* type, int* dst) argument
62 if (end)
63 *end = e;
76 if (tmword(name, end, zp->standard, NiL, 0))
82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0))

Completed in 46 milliseconds

12345678