Home
last modified time | relevance | path

Searched refs:lastX (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);
48 lastX = x;
58 if (++lastX >= COLS) {
60 lastX = 0;
63 lastX = COLS - 1;
119 if ( (length=strlen(str)) > (COLS-lastX) )
120 length = COLS - lastX;
149 lastX = 0; in plot_erase()
163 dda_line('*', lastX-1, lastY, scaleX(x), scaleY(y));
[all …]