Searched refs:DX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c53 extern int DX; /* step size in x */
84 xd = dx / DX;
85 yd = dy / DX;
89 motincr = DX * sgn (yd);
100 motincr = DX * sgn (xd);
115 motincr = DX * sgn (xd);
116 perpincr = DX * sgn (yd);
124 motincr = DX * sgn (yd);
125 perpincr = DX * sgn (xd);
179 numdots /= DX;
[all...]
H A Dta.c463 int DX = 10; /* step size in x for drawing */ variable
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c222 #define DX (DB/DC) /* wchar_t max embedded chars */ macro
223 #define DZ (DB-DX*DC+1) /* wchar_t embedded size bits */
296 if (w < '0' || w > ('0' + DX))
335 else if ((i = c & ((1<<DZ)-1)) > DX)
371 if ((c &= ((1<<DZ)-1)) > DX)
406 while (w++ < DX)
411 z += DX;
429 z += DX;
446 z += DX;
461 z += DX;
[all...]

Completed in 62 milliseconds