/ast/src/cmd/pax/ |
H A D | delta2patch.sh | 62 diff -r -N -u $tmp/old $tmp/new | sed -e "s,$tmp/new/,,g" -e "s,$tmp/old/,,g" -e $'s/^--- \\([^\t]*\\)/&.orig/' -e '/^diff /s/ [^ ]*$/.orig&/'
|
H A D | testpax.sh | 148 diff -r new rep 203 diff -r new rep 228 diff oo nn 250 diff -r new cpy/new
|
H A D | delta.c | 981 register Vdoff_t diff; local 984 if (diff = off - dp->offset) 989 if (bseek(dp->bp, diff, SEEK_CUR, 0) < 0)
|
/ast/src/lib/libjcl/ |
H A D | uniq.c | 41 Dt_t* diff; member in struct:State_s 246 * add name=value to the diff dict 251 diff(const char* name, const char* value, Jcldisc_t* disc) function 256 if (!state.diff) 261 if (!(state.diff = dtopen(&state.diffdisc, Dtoset))) 267 if (u = (Uniq_t*)dtmatch(state.diff, name)) 282 dtinsert(state.diff, u);
|
H A D | jcllib.h | 148 #define diff _jcl_diff macro 167 extern int diff(const char*, const char*, Jcldisc_t*);
|
H A D | lib.c | 210 if (diff(v->name, v->value))
|
/ast/src/cmd/pack/ |
H A D | pack.c | 174 double diff; local 177 diff = huffisize(hp) - (dsize+huffosize(hp)); 179 infile,(100*diff)/((double)huffisize(hp)));
|
/ast/src/cmd/ksh93/tests/ |
H A D | readcsv.sh | 67 diff "$tmp1" "$tmp2" >/dev/null 2>&1 || err_exit "files $tmp1 and $tmp2 differ"
|
H A D | comvar.sh | 496 [[ "${foo1[1234]}" == "${foo2[1234]}" ]] || err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))." 520 function diff function 529 float mydiff=sw.diff
|
H A D | types.sh | 500 diff junk[12] > /dev/null || err_exit 'typeset -T not idempotent'
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvArc.c | 760 double vertex[2], pointAngle, diff, dist, newDist; 786 diff = pointAngle - arcPtr->start; 787 diff -= ((int) (diff/360.0) * 360.0); 788 if (diff < 0) { 789 diff += 360.0; 791 angleInRange = (diff <= arcPtr->extent) || 792 ((arcPtr->extent < 0) && ((diff - 360.0) >= arcPtr->extent)); 1567 double diff; 1572 diff 753 double vertex[2], pointAngle, diff, dist, newDist; local 1553 double diff; local [all...] |
H A D | tkGrid.c | 941 int diff = 0; /* Extra pixels needed to add to the layout. */ 948 diff = size - slotPtr[slots-1].offset; 954 if (diff == 0) { 968 return(diff > 0 ? diff/2 : 0); 976 if (diff > 0) { 979 slotPtr[slot].offset += diff * weight / totalWeight; 1025 while (diff < 0) { 1049 newDiff = diff; 1052 int maxDiff; /* max diff tha 937 int diff = 0; /* Extra pixels needed to add to the layout. */ local 1599 int diff = layoutPtr[slot].maxOffset - layoutPtr[slot].minOffset; local [all...] |
H A D | tkListbox.c | 671 int index, diff; 681 diff = listPtr->topIndex-index; 682 if (diff > 0) { 683 if (diff <= (listPtr->fullLines/3)) { 689 diff = index - (listPtr->topIndex + listPtr->fullLines - 1); 690 if (diff > 0) { 691 if (diff <= (listPtr->fullLines/3)) { 692 ChangeListboxView(listPtr, listPtr->topIndex + diff); 669 int index, diff; local
|
H A D | tkGrab.c | 1251 int mode, diff; 1254 * The diff caculation is trickier than it may seem. Don't forget 1259 diff = eventPtr->xany.serial - info->serial; 1270 || (diff < 0)) { 1240 int mode, diff; local
|
/ast/src/cmd/INIT/ |
H A D | regress.sh | 1091 diff $IGNORESPACE $i $j >$i.diff 2>&1 1092 if [[ -s $i.diff ]] 1095 then print -u2 " ===" diff $IGNORESPACE ${i#$TWD/} "<actual >expected ===" 1096 cat $i.diff >&2
|
H A D | mktest.sh | 634 diff $IGNORESPACE $PREFIX${UNIT[0]}.tmp $PREFIX${UNIT[0]}.out
|
H A D | package.sh | 1111 regress diff(1) the current and previous package test results. 6429 then $exec diff -b regress.out regress.old
|
/ast/src/lib/libtk/library/ |
H A D | clrpick.tcl | 566 set diff [expr $x - $data($color,x)] 567 $sel move $data($color,index) $diff 0 568 set data($color,x) [expr $data($color,x) + $diff]
|
/ast/src/cmd/pzip/ |
H A D | pop.c | 396 * copy the row by row diff of path to sfstdout 400 diff(int op, const char* path, size_t row) function 558 return diff(op, *argv, row);
|
/ast/src/cmd/std/ |
H A D | shar.sh | 431 \$cksum $files | sed 's=[^ ]*/==' | diff -b \$temp - >\$dtemp 433 then echo "Ouch [diff of \$cksum output]:" ; cat \$dtemp
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 2723 int diff, code; 2746 diff = event.xconfigure.serial - serial; 2747 if (diff >= 0) { 3673 int diff; 3816 diff = event.xconfigure.serial - serial; 3817 if (diff >= 0) { 2707 int diff, code; local 3643 int diff; local
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 383 DIFF = diff
|