Searched refs:back (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dclrpick.tcl23 button $w.back -text "Set background color ..." \
25 "setColor $w $w.back background {-background -highlightbackground}"
28 "setColor $w $w.back foreground -foreground"
30 pack $w.back $w.fore -side top -anchor c -pady 2m
/ast/src/cmd/ksh93/tests/
H A Dexit.sh77 cd ~- || err_exit "cd back failed"
H A Dbasic.sh117 cd ~- || err_exit "cd back failed"
217 cd ~- || err_exit "cd back failed"
413 got=$(print -n fore; (sleep 2;print back)&)
/ast/src/lib/libast/sfio/
H A Dsfstrtof.h137 #define GET(p) (((p)<(z))?(*p++):(back=0))
138 #define PUT(p) (end?(*end=(char*)p-back):(char*)0)
139 #define REV(p,t,b) (p=t,back=b)
140 #define SET(p,t,b) (t=p,b=back)
198 int back = 1; local
/ast/src/lib/libdss/
H A Dcxcomp.c137 * push back last input character
141 back(Cx_t* cx) function
163 back(cx);
530 back(cx);
536 back(cx);
999 back(cx);
1008 back(cx);
1050 back(cx);
1125 back(cx);
1194 back(c
[all...]
H A Dtag.c430 register long back; local
459 if (fp && fp->tag->datf && (back = sfstrtell(tag->op)))
464 for (t = s + back; t > u && isspace(*(t - 1)); t--);
473 back = 0;
639 back = sfstrtell(tag->op);
648 s = sfstrseek(tag->op, back, SEEK_SET) + 1;
/ast/src/lib/libz/
H A Dgzio.c83 int back; /* one character push-back */ member in struct:gz_stream
84 int last; /* true if push-back is last character */
136 s->back = EOF;
502 if (s->stream.avail_out && s->back != EOF) {
503 *next_out++ = s->back;
506 s->back = EOF;
620 Push one byte back onto the stream.
628 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
629 s->back
[all...]
/ast/src/lib/libast/regex/
H A Dreglib.h345 ssize_t back; member in struct:Bm_s
381 int back; /* backreferenced */ member in struct:Group_s
H A Dregnexec.c1687 DEBUG_TEST(0x0002,(sfprintf(sfstdout, "AHA#%04d %p re.group.back=%d re.group.expr.rex=%s\n", __LINE__, rex->re.rep_catch.ref->re.group.expr.rex, rex->re.rep_catch.ref->re.group.expr.rex->re.group.back, rexname(rex->re.rep_catch.ref->re.group.expr.rex))),(0));
1688 if (!env->stack || s != rex->re.rep_catch.ref->re.rep_catch.beg && !rex->re.rep_catch.ref->re.group.expr.rex->re.group.back)
1930 if (e->re.bm.back < 0)
1934 i = index - e->re.bm.back;
1941 if (index < e->re.bm.back)
1944 index -= e->re.bm.back;
H A Dregcomp.c2379 f->re.group.back = 0;
2512 env->paren[c]->re.group.back = 1;
2697 env->paren[c]->re.group.back = 1;
2751 f->re.group.back = 0;
2770 f->re.group.back = 0;
3071 a->re.bm.back = (y == e || y == e->re.group.expr.rex) ? (m - n) : -1;
/ast/src/cmd/mam/
H A Dshmam.awk1330 function top_sort(tmsg, snode, enode, nc, a,b, node, nodecnt, i,front,back)
1351 back = 0
1355 #print "no back, pred:" back node
1356 q[++back] = node
1360 for (front = 1; front <= back; front++) {
1367 q[++back] = slist[node, i]
1369 if (back != nodecnt) {
/ast/src/cmd/pax/
H A Dtestpax.sh239 : back to parent of $tmp
/ast/src/cmd/nmake/
H A Dcommand.c509 char* back; local
563 back = (down = sfstrbase(tmp)) + n;
598 sfputr(state.context, back, -1);
602 sfprintf(state.context, "%s/%s", back, b);
H A DMakerules.mk3703 : $(<<) : falling back to previously generated $(*) :
3723 : $(<<) : falling back to previously generated { $(*) } :
3733 : $(<<) : falling back to previously generated $(*) :
/ast/src/cmd/INIT/
H A Dratz.c864 * must fix the pointer. Warning: the pointer must be put back to its
1305 z_streamp strm; /* pointer back to this zlib stream */
1659 unsigned offset; /* distance back to copy string from */
1969 drops back to the root table to fill in any remaining entries there.
1975 /* when done with sub-table, drop back to root table */
2175 strm->msg = (char *)"invalid distance too far back";
2185 op = dist - op; /* distance back in window */
2187 strm->msg = (char *)"invalid distance too far back";
2284 /* return unused bytes (on entry, bits < 8, so in won't go too far back) */
3253 strm->msg = (char *)"invalid distance too far back";
[all...]
H A Dpackage.sh47 echo $command: $SHELL: warning: possible -lcmd conflict -- falling back to /bin/sh >&2
3715 # slide back 4 months
6009 # fall back to mamake if nmake not found or too old

Completed in 78 milliseconds