Searched refs:xnow (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dlabel.c36 int xnow = 0; variable
43 xnow += HORZRES;
H A Dline.c60 chx = (char)(cx0 + xd * tt - xnow);
61 xnow += chx;
78 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dcon.h65 extern int xnow, ynow;
H A Dopen.c49 xnow = ynow = 0;
H A Dsubr.c140 if ((xnow == ix) && (ynow == iy))
143 dx = ix - xnow;
207 xnow = ix;
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dlabel.c41 xnow += HORZRES;
H A Dsubr.c122 if ((xg == xnow) && (yg == ynow))
125 if (xg < (xnow / 2)) {
127 xnow = 0;
129 i = (short)((xg - xnow) / HORZRES);
130 if (xnow < xg)
134 xnow += i * HORZRES;
138 i = abs(xg-xnow);
156 xnow = xg;
H A Dline.c38 short xnow, ynow; variable
67 j = (short)(cx0 + xd * tt - xnow);
68 xnow += j;
93 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dcon.h69 extern short xnow, ynow;
H A Dopen.c49 xnow = ynow = 0;
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dlabel.c40 xnow += HORZRES;
H A Dsubr.c41 int xnow, ynow, OUTF; variable
126 if ((xg == xnow) && (yg == ynow))
129 if (xg < xnow / 2) {
131 xnow = 0;
133 i = (int)((xg - xnow) / HORZRES);
134 if (xnow < xg)
137 xnow += i * HORZRES;
141 i = abs(xg - xnow);
159 xnow = xg; ynow = yg;
H A Dline.c63 j = (int)(cx0 + xd * tt - xnow);
64 xnow += j;
88 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dcon.h63 extern int xnow, ynow;
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dcon.h35 extern int xnow, ynow, vti;
H A Dline.c37 int xnow, ynow; variable
46 p.x1 = xnow = xsc(x1);
54 line(xnow, ynow, xsc(x0), ysc(y0));
H A Dmove.c41 p.x = xnow = xsc(xi);
H A Dpoint.c42 p.x = xnow = xsc(xi);

Completed in 24 milliseconds