Home
last modified time | relevance | path

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

/original-bsd/usr.bin/plot/
H A Dcrtplot.c37 static int lastX, lastY; /* last point plotted */ variable
46 mvcur(lastY, lastX, y, x);
47 lastY = y;
61 lastY++;
150 lastY = LINES-1; in plot_erase()
163 dda_line('*', lastX-1, lastY, scaleX(x), scaleY(y));
290 dda_line('*',lastX-1, lastY, scaleX(xc + x), scaleY(yc + y ));