/original-bsd/lib/libplot/vt0/ |
H A D | line.c | 17 p.x0 = xsc(x0); in line() 19 p.x1 = xnow = xsc(x1); in line() 24 line(xnow,ynow,xsc(x0),ysc(y0)); in cont()
|
H A D | dot.c | 18 p.xi = xsc(xi); 20 p.dx = xsc(dx);
|
H A D | subr.c | 18 xsc(xi){ in xsc() function
|
H A D | point.c | 17 p.x = xnow = xsc(xi); in point()
|
H A D | move.c | 17 p.x = xnow = xsc(xi); in move()
|
/original-bsd/lib/libplot/t300s/ |
H A D | line.c | 14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line() 18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
|
H A D | move.c | 13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
|
/original-bsd/lib/libplot/t450/ |
H A D | line.c | 14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line() 18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
|
H A D | move.c | 13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
|
H A D | subr.c | 118 xsc(xi){ in xsc() function
|
/original-bsd/lib/libplot/t300/ |
H A D | line.c | 14 iline(xconv(xsc(x0)),yconv(ysc(y0)),xconv(xsc(x1)),yconv(ysc(y1))); in line() 18 iline(xnow,ynow,xconv(xsc(x0)),yconv(ysc(y0))); in cont()
|
H A D | move.c | 13 movep(xconv(xsc(xi)),yconv(ysc(yi))); in move()
|
H A D | subr.c | 114 xsc(xi){ in xsc() function
|
/original-bsd/lib/libplot/gigi/ |
H A D | line.c | 17 if(xsc(x0)==currentx && ysc(y0)==currenty) 19 else if(xsc(x1)==currentx && ysc(y1)==currenty)
|
H A D | cont.c | 17 currentx = xsc(xi);
|
H A D | move.c | 17 currentx = xsc(xi);
|
H A D | point.c | 17 if(xsc(xi)!=currentx || ysc(yi)!=currenty)
|
H A D | gigi.h | 26 #define xsc(xi) ((int) ((xi -lowx)*scalex +0.5)) macro
|
/original-bsd/lib/libplot/hp2648/ |
H A D | line.c | 17 if(xsc(x0)==currentx && ysc(y0)==currenty) 19 else if(xsc(x1)==currentx && ysc(y1)==currenty)
|
H A D | cont.c | 18 itoa(xsc(xi),&xb1,&xb2); 25 currentx = xsc(xi);
|
H A D | move.c | 18 itoa(xsc(xi),&xb1,&xb2); 26 currentx = xsc(xi);
|
H A D | point.c | 17 if(xsc(xi)!=currentx || ysc(yi)!=currenty)
|
H A D | hp2648.h | 35 #define xsc(xi) ((int) (xi - lowx) * scalex + 0.5) macro
|
/original-bsd/local/ditroff/ditroff.okeeffe/pic/ |
H A D | pltroff.c | 39 float xconv(), yconv(), xsc(), ysc(); 81 float xsc(x) /* convert x from external to internal form, scaling only */ in xsc() function 278 printf("\\D'c%.3fi'\n", xsc(2 * r)); 305 dx = xsc(xerr += p[i]); 325 ir1 = xsc(r1); 338 xsc(x-x0), -ysc(y-y0), xsc(x1-x), -ysc(y1-y)); /* WATCH SIGNS */
|
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/ |
H A D | pltroff.c | 311 d = xsc(2 * r); 335 dx = xsc(p[i]); 344 dx = xsc(p[i]); 362 ir1 = xsc(r1); 380 drawarc(xsc(x1-x0), ysc(y1-y0), xsc(r)); 383 xsc(x-x0), ysc(y-y0), xsc(x1-x), ysc(y1-y)); 431 xsc(x) /* convert x from external to internal form, scaling only */ in xsc() function
|