Searched refs:m2 (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/tests/vmalloc/
H A Dtwalk.c91 Void_t *m1, *m2, *m3, *m4; local
117 if(!(m2 = vmalloc(vm2,1024)) )
118 terror("vmalloc failed on m2");
126 if(!(m2 = vmresize(vm2, m2, 4*1024, VM_RSMOVE|VM_RSCOPY)) )
127 terror("vmresize failed on m2");
140 if(vmfree(vm2,m2) < 0 )
141 terror("vmfree failed on m2");
/ast/src/lib/libpz/
H A Dsfdcpzip.c148 int m2; local
158 m2 = s[1];
159 r = m1 == PZ_MAGIC_1 && m2 == PZ_MAGIC_2 && s[2] > 0 && s[3] < 10 ||
160 m1 == GZ_MAGIC_1 && m2 == GZ_MAGIC_2 &&
171 if (m2 == GZ_MAGIC_2)
173 else if (m2 == LZ_MAGIC_2)
176 else if (m1 == 'B' && m2 == 'Z' && s[2] == 'h' && s[3] >= '1' && s[3] <= '9')
/ast/src/lib/libtk/library/
H A Dmenu.tcl564 set m2 [$menu entrycget active -menu]
565 if {$m2 != ""} {
566 tkMenuFirstEntry $m2
572 set m2 [winfo parent $menu]
573 if {[winfo class $m2] == "Menu"} {
575 focus $m2
579 set tmp [$m2 index active]
580 $m2 activate none
581 $m2 activate $tmp
791 set m2 [
[all...]
/ast/src/lib/libtk/generic/
H A DtkTrig.c91 double m1, b1, m2, b2;
97 * through the point, also in the form y = m2*x + b2.
102 m2 = -1.0/m1;
103 b2 = pointPtr[1] - m2*pointPtr[0];
104 x = (b2 - b1)/(m1 - m2);
520 double m1, b1, m2, b2;
527 * through the point, also in the form y = m2*x + b2.
532 m2 = -1.0/m1;
533 b2 = pointPtr[1] - m2*pointPtr[0];
534 x = (b2 - b1)/(m1 - m2);
90 double m1, b1, m2, b2; local
516 double m1, b1, m2, b2; local
[all...]
H A DtkInt.h723 double m2[]));
734 double m2[]));
/ast/src/lib/libast/comp/
H A Domitted.c441 void* m2; local
479 m1 = m2 = 0;
570 m2 = v;
626 if (m2)
627 free(m2);
/ast/src/cmd/ksh93/tests/
H A Dcomvario.sh142 float m2=0.6
207 float m2=0.6
284 float m2=0.6
/ast/src/cmd/ksh93/edit/
H A Dedit.c1610 Histmatch_t *m2 = (Histmatch_t*)s2; local
1611 return(strcmp(m1->data,m2->data));
1617 Histmatch_t *m2 = (Histmatch_t*)s2; local
1618 return(m2->index-m1->index);
/ast/src/cmd/nmake/
H A Dparse.c3027 int m2; local
3080 m2 = 1;
3083 m2 = 0;
3104 if (m2)

Completed in 27 milliseconds