Searched refs:xnow (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | label.c | 36 int xnow = 0; variable 43 xnow += HORZRES;
|
H A D | line.c | 60 chx = (char)(cx0 + xd * tt - xnow); 61 xnow += chx; 78 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
|
H A D | con.h | 65 extern int xnow, ynow;
|
H A D | open.c | 49 xnow = ynow = 0;
|
H A D | subr.c | 140 if ((xnow == ix) && (ynow == iy)) 143 dx = ix - xnow; 207 xnow = ix;
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | label.c | 41 xnow += HORZRES;
|
H A D | subr.c | 122 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 D | line.c | 38 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 D | con.h | 69 extern short xnow, ynow;
|
H A D | open.c | 49 xnow = ynow = 0;
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | label.c | 40 xnow += HORZRES;
|
H A D | subr.c | 41 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 D | line.c | 63 j = (int)(cx0 + xd * tt - xnow); 64 xnow += j; 88 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
|
H A D | con.h | 63 extern int xnow, ynow;
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | con.h | 35 extern int xnow, ynow, vti;
|
H A D | line.c | 37 int xnow, ynow; variable 46 p.x1 = xnow = xsc(x1); 54 line(xnow, ynow, xsc(x0), ysc(y0));
|
H A D | move.c | 41 p.x = xnow = xsc(xi);
|
H A D | point.c | 42 p.x = xnow = xsc(xi);
|
Completed in 31 milliseconds