Home
last modified time | relevance | path

Searched refs:xnow (Results 1 – 20 of 20) sorted by relevance

/original-bsd/lib/libplot/t300/
H A Dsubr.c84 if((xg == xnow) && (yg == ynow))return; in movep()
86 if (xg < xnow/2) in movep()
89 xnow = 0; in movep()
91 i = (xg-xnow)/HORZRES; in movep()
92 if(xnow < xg)ch = RIGHT; in movep()
94 xnow += i*HORZRES; in movep()
97 i = abval(xg-xnow); in movep()
111 xnow = xg; ynow = yg; in movep()
H A Dline.c18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
44 j= cx0+xd*tt-xnow; in iline()
45 xnow += j; in iline()
H A Dopen.c30 int xnow, ynow; variable
41 xnow = ynow = 0; in openpl()
H A Dlabel.c18 xnow += 6;
H A Dcon.h29 extern int xnow, ynow;
/original-bsd/lib/libplot/t450/
H A Dsubr.c88 if((xg == xnow) && (yg == ynow))return; in movep()
90 if (xg < xnow/2) in movep()
93 xnow = 0; in movep()
95 i = (xg-xnow)/HORZRES; in movep()
96 if(xnow < xg)ch = RIGHT; in movep()
98 xnow += i*HORZRES; in movep()
101 i = abval(xg-xnow); in movep()
115 xnow = xg; ynow = yg; in movep()
H A Dline.c18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
44 j= cx0+xd*tt-xnow; in iline()
45 xnow += j; in iline()
H A Dopen.c32 int xnow, ynow; variable
43 xnow = ynow = 0; in openpl()
H A Dlabel.c18 xnow += 6;
H A Dcon.h31 extern int xnow, ynow;
/original-bsd/lib/libplot/vt0/
H A Dline.c13 extern xnow,ynow;
19 p.x1 = xnow = xsc(x1); in line()
24 line(xnow,ynow,xsc(x0),ysc(y0)); in cont()
H A Dpoint.c13 extern xnow,ynow;
17 p.x = xnow = xsc(xi); in point()
H A Dmove.c13 extern xnow,ynow;
17 p.x = xnow = xsc(xi); in move()
H A Dopen.c12 int xnow; variable
/original-bsd/lib/libplot/t300s/
H A Dline.c18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
42 chx= cx0+xd*tt-xnow; in iline()
43 xnow += chx; in iline()
H A Dsubr.c89 extern xnow,ynow;
96 if(xnow == ix && ynow == iy)return; in movep()
98 dx = ix-xnow; in movep()
153 xnow=ix; in movep()
H A Dopen.c30 int xnow, ynow; variable
41 xnow = ynow = 0; in openpl()
H A Dlabel.c18 xnow += HORZRES;
H A Dcon.h37 extern int xnow, ynow;
/original-bsd/usr.bin/uucp/uuxqt/
H A Duuxqt.c96 time_t xstart, xnow; local
436 time(&xnow);
437 if (xnow > (xstart + RECHECKTIME)) {
441 xstart = xnow;