/ast/src/lib/libtk/library/demos/ |
H A D | square | 36 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 D | scale.tcl | 198 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 D | debug.mk | 25 %.inc : %$(.S.) .ALWAYS $$(CCISCOPE)
|
H A D | Scanrules.mk | 224 I| inc % |
|
/ast/src/cmd/vczip/tests/ |
H A D | tio.c | 81 { int k, inc; local 82 inc = random()%2; 84 { if(inc)
|
/ast/src/lib/libpz/ |
H A D | pzinflate.c | 29 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 D | pzsync.c | 98 pp->mix[j] += pp->inc[j];
|
H A D | pzip.h | 180 size_t* inc; /* column mix increment */ member in struct:Pzpart_s
|
H A D | pzread.c | 216 pp->mix[i] += pp->inc[i];
|
H A D | pzdeflate.c | 274 pp->mix[j] += pp->inc[j];
|
H A D | pzpart.c | 246 pp->inc[k++] = pp->grp[i]; 326 !(pp->inc = vmnewof(pz->vm, 0, size_t, k, 0)) ||
|
/ast/src/lib/libtk/generic/ |
H A D | tkMessage.c | 527 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 D | tkRectOval.c | 607 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 D | tkTextBTree.c | 129 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 D | iffe.sh | 940 [+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 D | syscall.sh | 198 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 D | tag.c | 251 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 D | reglib.h | 306 int inc; /* growth increment */ member in struct:Vector_s
|
H A D | regnexec.c | 147 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 D | fts.c | 710 resize(register FTS* fts, size_t inc) argument 721 fts->homesize = ((fts->homesize + inc + 4) / PATH_MAX + 1) * PATH_MAX;
|