Searched defs:yi (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libplot/plot/common/
H A Dcont.c38 cont(short xi, short yi) argument
42 putsi(yi);
H A Dmove.c38 move(short xi, short yi) argument
42 putsi(yi);
H A Dpoint.c38 point(short xi, short yi) argument
42 putsi(yi);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
42 putsi(yi);
H A Ddot.c38 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 Dmove.c37 move(short xi, short yi) argument
39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c37 point(short xi, short yi) { argument
38 move(xi, yi);
H A Dsubr.c169 ysc(short yi) argument
172 ya = (short)((yi - oboty) * scaley + boty);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dmove.c37 move(short xi, short yi) argument
39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c37 point(short xi, short yi) argument
39 move(xi, yi);
H A Dsubr.c221 ysc(int yi) argument
224 ya = (int)((yi - oboty) * scaley + boty);
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dmove.c38 move(short xi, short yi) argument
41 cont(xi, yi);
H A Dpoint.c37 point(short xi, short yi) argument
39 move(xi, yi);
40 cont(xi, yi);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dmove.c36 move(short xi, short yi) argument
38 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c36 point(short xi, short yi) argument
38 move(xi, yi);
H A Dsubr.c171 ysc(int yi) argument
174 ya = (int)((yi - oboty) *scaley +boty);
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
H A Ddot.c38 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 Dmove.c37 move(short xi, short yi) argument
42 p.y = ynow = ysc(yi);
H A Dpoint.c38 point(short xi, short yi) argument
43 p.y = ynow = ysc(yi);
H A Dsubr.c47 ysc(int yi) argument
50 ya = (int)((yi - oboty) * scaley + boty);

Completed in 44 milliseconds