Searched refs:be (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libast/string/
H A Dstrnvcmp.c35 register const char* be; local
40 be = b + n;
45 if (b >= be)
49 else if (b >= be)
56 while (b < be && isdigit(*b))
/ast/src/cmd/mailx/
H A Dspam.c20 * names of its contributors may be used to endorse or *
48 * contributors may be used to endorse or promote products derived *
172 register char* be; local
190 if (be = strchr(bp, ','))
192 *be = 0;
207 if (be)
208 *be = ',';
217 if (!be)
219 *be++ = ',';
220 bp = be;
240 register char* be; local
309 register char* be; local
370 register char* be; local
[all...]
/ast/src/lib/libjcl/
H A DMakefile3 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/lib/libcoshell/
H A DMakefile7 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/cmd/3d/
H A Dsyscall3d.c89 register char* be; local
98 be = end;
99 if (be - b > MAXBUF)
100 be = b + MAXBUF;
101 be -= 5;
102 be = be;
104 if (b < be - 1)
108 while (b < be && s < se)
140 if (b < be
[all...]
/ast/src/lib/libtk/library/demos/
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
59 {6. A grid that demonstrates how canvases can be scrolled.} d6
H A Dstyle.tcl4 # various display styles that may be set for tags.
68 characters will be displayed with the styles you chose. The
90 information to be drawn with a stipple fill instead of a solid fill.
101 $w.text insert end { You can arrange for the background to be drawn
108 $w.text insert end " You can arrange for lines to be displayed\n"
140 $w.text insert end "can be used. Each paragraph is actually a " spacing
H A Dsearch.tcl15 # w - The window into which to load the file. Must be a
17 # file - The name of the file to load. Must be readable.
33 # w - The window in which to search. Must be a text widget.
132 be tagged with the tag "search", and it will arrange for the tag's
H A Dtext.tcl37 type text. What you type will be added to the widget.
/ast/src/cmd/ksh93/tests/
H A Dgrep.sh96 A line containing foobar should also be counted.
97 There should be six lines with foo and bar.
H A Dsubstring.sh565 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:0:1}" == a || err_exit ${x:0:1} should be a'
566 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:1:1}" == "<2b|>" || err_exit ${x:1:1} should be <2b|>'
567 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:3:1}" == "<3d|\\>" || err_exit ${x:3:1} should be <3d|\>'
569 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:1}" == "<2b|>c<3d|\\>e" || print -u2 ${x:1}" should be <2b|>c<3d|\>e'
570 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x: -1:1}" == e || err_exit ${x: -1:1} should be e'
572 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:1:3}" == "<2b|>c<3d|\\>" || err_exit ${x:1:3} should be <2b|>c<3d|\>'
573 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x:1:20}" == "<2b|>c<3d|\\>e" || err_exit ${x:1:20} should be <2b|>c<3d|\>e'
574 x='a<2b|>c<3d|\>e' LC_ALL=debug $SHELL -c 'test "${x#??}" == "c<3d|\\>e" || err_exit "${x#??} should be c<3d|\>e'
591 [[ -v .sh.match[0] ]] || err_exit '[[ -v .sh.match[0] ]] should be true'
592 [[ -v .sh.match[3] ]] || err_exit '[[ -v .sh.match[3] ]] should be tru
[all...]
H A Dcoprocess.sh366 [[ $x == 0 ]] || err_exit "coprocess exitval should be 0, not $x"
/ast/src/lib/libcodex/
H A Dcode-qp.c40 unsigned char* be; member in struct:State_s
55 #define GETCHAR(p) ((p)->bp < (p)->be ? (int)*(p)->bp++ : fill(p))
56 #define PUTCHAR(p,c) ((p)->bp < (p)->be ? (int)(*(p)->bp++=(c)) : flush(p,c))
66 state->be = state->bp;
69 state->be = state->bp + r;
86 state->be = (state->bp = state->buf) + sizeof(state->buf);
H A Dcode-uu.c56 unsigned char* be; member in struct:State_s
96 #define GETCHAR(p) ((p)->bp < (p)->be ? (int)*(p)->bp++ : fill(p))
107 state->be = state->bp;
110 state->be = state->bp + r;
239 state->be = state->bp + (sizeof(state->buf) / n) * n;
250 state->be = state->bp;
470 if (state->bp >= state->be)
/ast/src/lib/libpz/
H A Dpzwrite.c28 * the PZ_SORT pzsync() code could be more efficient
41 unsigned char* be; local
142 be = bp + n;
149 be -= k;
150 memcpy(pz->ws.pb + pz->ws.pc, be, k);
156 while (bp < be)
184 k = pz->ws.row + (be - bp) / pp->row;
/ast/src/cmd/proto/
H A Dchanges.sh36 \b--package\b options may be specified. By default source files for all
84 then print -u2 $command: a date must be specified
/ast/src/cmd/ie/features/
H A Doptions.sh28 do : This could be done with eval, but eval broken in some shells
/ast/src/cmd/ksh93/
H A DMakefile15 * override SHOPT_foo=1 can be placed one per line in the build dir Makeargs
/ast/src/lib/libcmd/
H A DMakefile2 * command library -- commands small enough to be builtins
/ast/src/cmd/msgcc/
H A Dmsgcc.sh45 [M?Set a \bmsgcc\b specific \aoption\a. \aoption\a may be:]:[-option]{
46 [+mkmsgs?The \b-o\b file is assumed to be in \bmkmsgs\b(1) format.]
/ast/src/cmd/re/
H A Dsed2.c56 /* return 1 if action is to be taken on current line,
151 be(Text *script, unsigned char *pc, Text *data) function
322 return be(script, pc, data);
541 vv,ae,be,ce,de,vv,vv,ge,he,ie,vv,vv,le,vv,ne,vv, /* a-n */
/ast/src/cmd/pax/
H A Dtar.sh40 single file called a \atarfile\a. A \atarfile\a can be any file,
51 directory names\) that specify which files are to be archived or
320 *) print -u2 "$command: one of Acrtx must be specified"; exit 1 ;;
/ast/src/lib/libast/regex/
H A Dregnexec.c139 short be; /* which end of pair */ member in struct:__anon304
224 * around alternate attempts, so that fossils will not be
280 pospush(Env_t* env, Rex_t* rex, unsigned char* p, int be) argument
291 pos->be = be;
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n");},{0;});
338 if (oe->be != END_ANY)
348 if (ne->be != END_ANY)
/ast/src/lib/libast/
H A DMakefile211 -liconv -lw /* these should be pulled in by -lc */
218 * also, -D_BLD_ast must be explicit for the uwin bootstrap
305 * so both must be built very early
320 * this helps mam by catching headers that might be indirectly
/ast/src/cmd/ie/
H A Deditlib.c68 * manner and be happy.
251 * the NOHIST bit can also be set to avoid writing the history file
252 * <fd> cannot be file two

Completed in 330 milliseconds

12