/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | cont.c | 38 cont(short xi, short yi) argument 42 putsi(yi);
|
H A D | move.c | 38 move(short xi, short yi) argument 42 putsi(yi);
|
H A D | point.c | 38 point(short xi, short yi) argument 42 putsi(yi);
|
H A D | arc.c | 38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument 42 putsi(yi);
|
H A D | dot.c | 38 dot(short xi, short yi, short dx, short n, short pat[]) argument 43 putsi(yi);
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | move.c | 37 move(short xi, short yi) argument 39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 37 point(short xi, short yi) { argument 38 move(xi, yi);
|
H A D | subr.c | 169 ysc(short yi) argument 172 ya = (short)((yi - oboty) * scaley + boty);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | move.c | 37 move(short xi, short yi) argument 39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 37 point(short xi, short yi) argument 39 move(xi, yi);
|
H A D | subr.c | 221 ysc(int yi) argument 224 ya = (int)((yi - oboty) * scaley + boty);
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | move.c | 38 move(short xi, short yi) argument 41 cont(xi, yi);
|
H A D | point.c | 37 point(short xi, short yi) argument 39 move(xi, yi); 40 cont(xi, yi);
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | move.c | 36 move(short xi, short yi) argument 38 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 36 point(short xi, short yi) argument 38 move(xi, yi);
|
H A D | subr.c | 171 ysc(int yi) argument 174 ya = (int)((yi - oboty) *scaley +boty);
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | arc.c | 39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
|
H A D | dot.c | 38 dot(short xi, short yi, short dx, short n, int pat[]) argument 40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon2344
|
H A D | move.c | 37 move(short xi, short yi) argument 42 p.y = ynow = ysc(yi);
|
H A D | point.c | 38 point(short xi, short yi) argument 43 p.y = ynow = ysc(yi);
|
H A D | subr.c | 47 ysc(int yi) argument 50 ya = (int)((yi - oboty) * scaley + boty);
|