Home
last modified time | relevance | path

Searched refs:eht (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dfromto.c23 h1 = eht[yyval] = eht[p1]; in fromto()
34 eht[yyval] += eht[p2]; in fromto()
35 b = eht[p2]; in fromto()
41 eht[yyval] += eht[p3]; in fromto()
46 eht[p2]-ebase[p2]+b1, yyval, p2, pss, p2, EFFPS(ps)); in fromto()
48 yyval, p2, -(eht[p2]-ebase[p2]+b1)); in fromto()
67 yyval, p1, p2, p3, eht[yyval], ebase[yyval]); in fromto()
H A Dover.c26 h = eht[p1] + eht[p2] + d; in boverb()
29 h = eht[p1] + eht[p2]; in boverb()
31 b = eht[p2] - d; in boverb()
43 yyval, eht[p2]-ebase[p2]-d, treg, p2, p2); in boverb()
46 p2, p1, -(eht[p2]-ebase[p2]+d+ebase[p1]), p1); in boverb()
51 p2, p1, -eht[p2]+ebase[p2]-ebase[p1], p1); in boverb()
56 eht[yyval] = h; in boverb()
H A Dsqrt.c23 nps = EFFPS(((eht[p2]*9)/10+(resolution/POINT-1))/(resolution/POINT)); in sqrt()
27 eht[yyval] = VERT(EM(1.2, nps)); in sqrt()
30 yyval, p2, ebase[yyval], eht[yyval]); in sqrt()
42 p2, ebase[p2], -eht[p2], p2); in sqrt()
43 printf("\\v'%du'\\h'-\\n(%du'\\*(%d\n", eht[p2]-ebase[p2], p2, p2); in sqrt()
44 eht[p2] += VERT(1); in sqrt()
47 p2, p2, ebase[p2], eht[p2]); in sqrt()
H A Dshift.c28 h1 = eht[p1]; in bshiftb()
30 h2 = eht[p2]; in bshiftb()
49 eht[yyval] = h1 + max(0, h2-b1-d1); in bshiftb()
73 eht[yyval] = h1 + max(0, h2-VERT((6*(h1-b1))/10)); in bshiftb()
79 eht[yyval] = h1 + max(0, h2 - VERT(1)); in bshiftb()
85 ebase[yyval], eht[yyval]); in bshiftb()
122 eht[p3] = h3 = VERT((eht[p3] * effps) / EFFPS(ps)); in shift2()
126 h1 = eht[p1]; b1 = ebase[p1]; in shift2()
127 h2 = eht[p2]; b2 = ebase[p2]; in shift2()
132 h3 = eht[p3]; b3 = ebase[p3]; in shift2()
[all …]
H A Ddiacrit.c30 printf(".nr 10 %du\n", max(eht[p1]-ebase[p1]-VERT(2), 0)); in diacrit()
36 printf(".nr 10 %du\n", VERT(max(eht[p1]-ebase[p1]-EM(1, ps), 0))); in diacrit()
119 eht[p1] += VERT(EM(0.15, ps)); /* 0.15m */ in diacrit()
122 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]); in diacrit()
125 eht[p1] += VERT(1); in diacrit()
128 type, p1, eht[p1], ebase[p1]); in diacrit()
H A Dpile.c33 h += eht[lp[i]]; in lpile()
34 eht[yyval] = h + (nlist-1)*gap; in lpile()
37 b += eht[lp[i]] + gap; in lpile()
49 printf(";h=%d b=%d\n", eht[yyval], ebase[yyval]); in lpile()
61 hi = eht[lp[i]]; in lpile()
82 printf("\\v'%du'\\h'%du*\\n(%du'\n", eht[yyval]-ebase[yyval]+gap, in lpile()
H A Dmatrix.c49 hb = max(hb, eht[lp[j]]-ebase[lp[j]]); in matrix()
57 eht[lp[j]] = b + hb; in matrix()
68 eht[yyval] = eht[val[0]]; in matrix()
73 yyval, nrow, ncol, eht[yyval], ebase[yyval]); in matrix()
H A Dparen.c25 h1 = eht[p1]; b1 = ebase[p1]; in paren()
43 eht[yyval] = VERT(EM(n, ps)); in paren()
44 ebase[yyval] = b1 + (eht[yyval]-h1)/2; in paren()
47 eht[yyval] = VERT(2 * n); in paren()
133 eht[yyval], ebase[yyval], n, v, leftc, rightc); in paren()
H A Dfunny.c40 eht[yyval] = VERT(EM(1.0, ps+5) - EM(0.2, ps)); in funny()
44 eht[yyval] = VERT(2); in funny()
49 yyval, f, eht[yyval], ebase[yyval]); in funny()
H A Deqnbox.c25 eht[yyval] = h = b + max(eht[p1]-ebase[p1], eht[p2]-ebase[p2]); in eqnbox()
H A Dintegral.c35 p, eht[p], ebase[p]); in integral()
49 eht[yyval] = VERT(EM(1.15, ps+4)); in setintegral()
53 eht[yyval] = VERT(2); in setintegral()
H A Dio.c144 printf(".\tanswer <- S%d, h=%d,b=%d\n", p1, eht[p1], ebase[p1]); in putout()
145 eqnht = eht[p1]; in putout()
149 before = eht[p1] - ebase[p1] - VERT(EM(1.2, ps)); in putout()
151 before = eht[p1] - ebase[p1] - VERT(3); /* 3 = 1.5 lines */ in putout()
H A Dtext.c42 eht[yyval] = VERT(EM(1.0, EFFPS(ps))); /* ht in machine units */ in text()
44 eht[yyval] = VERT(2); /* 2 half-spaces */ in text()
74 t, yyval, p, ebase[yyval], eht[yyval], lfont[yyval], in text()
H A Dglob.c36 int eht[100]; variable
H A Dmove.c38 p, dir, a, eht[yyval], ebase[yyval]); in move()
H A De.h59 extern int eht[];
H A Dsize.c39 yyval, ps, p2, p1, ebase[yyval], eht[yyval]); in size()
H A Dfont.c46 "rf=%c\n", yyval, ft, p2, p1, ebase[yyval], eht[yyval], in font()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d.out1 .lived eht si paTmetsyS, lived eht si paTmetsyS