Searched refs:VERT (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c43 d1 = VERT(EM(0.5, effps2));
45 d1 = VERT(1);
61 d1 = VERT(EM(0.2, effps));
63 d1 = VERT(1);
67 shval = -VERT((4 * (h1-b1)) / 10) - b2;
68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */
70 shval = -VERT(1) - b2;
71 if (VERT(1) + h2 < h1-b1) /* raise little super */
75 eht[yyval] = h1 + max(0, h2-VERT((6*(h1-b1))/10));
81 eht[yyval] = h1 + max(0, h2 - VERT(
[all...]
H A Dparen.c33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
45 eht[yyval] = VERT(EM(n, ps));
47 v = b1 - h1/2 + VERT(EM(0.4, ps));
49 eht[yyval] = VERT(2 * n);
50 ebase[yyval] = (n)/2 * VERT(2);
52 ebase[yyval] -= VERT(1);
53 v = b1 - h1/2 + VERT(1);
H A Dfunny.c42 eht[yyval] = VERT(EM(1.0, ps+5) - EM(0.2, ps));
43 ebase[yyval] = VERT(EM(0.3, ps));
46 eht[yyval] = VERT(2);
H A Dintegral.c51 eht[yyval] = VERT(EM(1.15, ps+4));
52 ebase[yyval] = VERT(EM(0.3, ps));
55 eht[yyval] = VERT(2);
H A Dmove.c27 a = VERT(EM(amt/100.0, EFFPS(ps)));
29 a = VERT((amt+49)/50); /* nearest number of half-lines */
H A De.h37 #define VERT(n) ((((n)+1)/3)*3) macro
41 #define VERT(n) (20 * (n)) macro
H A Dsqrt.c29 eht[yyval] = VERT(EM(1.2, nps));
46 eht[p2] += VERT(1);
H A Ddiacrit.c32 printf(".nr 10 %du\n", max(eht[p1]-ebase[p1]-VERT(2), 0));
38 printf(".nr 10 %du\n", VERT(max(eht[p1]-ebase[p1]-EM(1, ps), 0)));
121 eht[p1] += VERT(EM(0.15, ps)); /* 0.15m */
127 eht[p1] += VERT(1);
H A Dpile.c25 gap = VERT(EM(0.4, ps)); /* 4/10 m between blocks */
27 gap = VERT(1);
42 : b - VERT(EM(0.5, ps)) - gap;
45 : b - VERT(1) - gap;
H A Dover.c27 d = VERT(EM(0.3, ps));
30 d = VERT(1);
H A Dtext.c44 eht[yyval] = VERT(EM(1.0, EFFPS(ps))); /* ht in machine units */
46 eht[yyval] = VERT(2); /* 2 half-spaces */
H A Dio.c149 before = eht[p1] - ebase[p1] - VERT(EM(1.2, ps));
151 before = eht[p1] - ebase[p1] - VERT(3); /* 3 = 1.5 lines */
160 after = ebase[p1] - VERT(EM(0.2, ps));
162 after = ebase[p1] - VERT(1);
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c343 j = VERT;
465 res = VERT;
469 if (i < VERT)
470 i = VERT; /* was VERT */
498 i = quant(atoi(), VERT);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c572 j = VERT;
807 res = VERT;
811 if (i < VERT)
812 i = VERT;
850 i = quant(atoi(), VERT);
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c262 i = quant(atoi(), VERT);
359 dy[i] = quant(atoi(), VERT);
H A Dtdef.h55 # define VERT t.Vert macro
74 # define VERT Vert /* vertical resolution in goobies */ macro
H A Dn4.c147 i = VERT;
778 res = VERT;

Completed in 74 milliseconds