Searched refs:inc (Results 1 - 20 of 20) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dsquare36 set inc 0
38 global inc
39 if {$inc == 0} {
40 set inc 3
43 set inc 0
48 global inc
50 if {$inc == 0} return
51 if {$s >= 40} {set inc -3}
52 if {$s <= 10} {set inc 3}
53 .s size [expr {$s+$inc}]
[all...]
/ast/src/lib/libtk/library/
H A Dscale.tcl198 set inc [$w cget -bigincrement]
199 if {$inc == 0} {
200 set inc [expr abs([$w cget -to] - [$w cget -from])/10.0]
202 if {$inc < [$w cget -resolution]} {
203 set inc [$w cget -resolution]
206 set inc [$w cget -resolution]
209 set inc [expr -$inc]
211 $w set [expr [$w get] + $inc]
/ast/src/cmd/nmake/
H A Ddebug.mk25 %.inc : %$(.S.) .ALWAYS $$(CCISCOPE)
H A DScanrules.mk224 I| inc % |
/ast/src/cmd/vczip/tests/
H A Dtio.c81 { int k, inc; local
82 inc = random()%2;
84 { if(inc)
/ast/src/lib/libpz/
H A Dpzinflate.c29 restore(register Pz_t* pz, Pzpart_t* pp, register Sfio_t* ip, Sfio_t* op, register unsigned char* pat, register unsigned char* buf, size_t row, size_t m, register size_t* map, register unsigned char** mix, register size_t* inc) argument
45 mix[i] += inc[i];
219 if (restore(pz, pp, pz->io, op, pat, pz->wrk, pp->row, k, pp->map, pp->mix, pp->inc))
H A Dpzsync.c98 pp->mix[j] += pp->inc[j];
H A Dpzip.h180 size_t* inc; /* column mix increment */ member in struct:Pzpart_s
H A Dpzread.c216 pp->mix[i] += pp->inc[i];
H A Dpzdeflate.c274 pp->mix[j] += pp->inc[j];
H A Dpzpart.c246 pp->inc[k++] = pp->grp[i];
326 !(pp->inc = vmnewof(pz->vm, 0, size_t, k, 0)) ||
/ast/src/lib/libtk/generic/
H A DtkMessage.c527 int width, inc, height, numLines;
555 inc = 0;
558 inc = width/2;
560 for ( ; ; inc /= 2) {
594 if (inc <= 2) {
599 width += inc;
601 width -= inc;
522 int width, inc, height, numLines; local
H A DtkRectOval.c607 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp;
619 inc = rectPtr->width/2.0;
620 x1 -= inc;
621 y1 -= inc;
622 x2 += inc;
623 y2 += inc;
600 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
H A DtkTextBTree.c129 static void IncCount _ANSI_ARGS_((TkTextTag *tagPtr, int inc,
2475 IncCount(tagPtr, inc, tagInfoPtr)
2477 int inc; /* Amount by which to increment tag count. */
2487 tagInfoPtr->counts[tagInfoPtr->numTags-count] += inc;
2518 tagInfoPtr->counts[tagInfoPtr->numTags] = inc;
/ast/src/cmd/INIT/
H A Diffe.sh940 [+inc \afile\a [ re ]]?Read #define macro names from \afile\a
1137 --inc=*|--incl=*|--inclu=*|--includ=*|--include=*)
1492 # { inc set } drop out early
1497 inc) case $ifelse in
3228 inc=
3284 inc="$inc
3382 $inc
3656 case $inc in
3657 ?*) echo "$inc"
[all...]
/ast/src/cmd/3d/features/
H A Dsyscall.sh198 inc="#if defined(__STDPP__directive) && defined(__STDPP__hide)
211 ?*) echo "$inc" ;;
220 ?*) echo "$inc" ;;
461 inc=
488 then inc="$inc $*"
549 *.h) inc="$inc $1"
579 case $inc in
580 ?*) for i in sys/types.h $inc
[all...]
/ast/src/lib/libdss/
H A Dtag.c251 getline(Tag_t* tag, Tagframe_t* fp, int* inc, Tagdisc_t* disc) argument
255 *inc = 0;
276 *inc = 1;
294 int inc; local
308 if (!(s = getline(tag, fp, &inc, disc)))
347 if (!(s = getline(tag, fp, &inc, disc)))
355 } while (!inc);
/ast/src/lib/libast/regex/
H A Dreglib.h306 int inc; /* growth increment */ member in struct:Vector_s
H A Dregnexec.c147 vecopen(int inc, int siz) argument
152 if (inc <= 0)
153 inc = 16;
156 if (!(v = (Vector_t*)stkseek(sp, sizeof(Vector_t) + inc * siz)))
163 v->max = v->inc = inc;
176 while ((v->max += v->inc) <= index);
/ast/src/lib/libast/misc/
H A Dfts.c710 resize(register FTS* fts, size_t inc) argument
721 fts->homesize = ((fts->homesize + inc + 4) / PATH_MAX + 1) * PATH_MAX;

Completed in 567 milliseconds