/original-bsd/lib/libplot/imagen/ |
H A D | line.c | 14 float obotx = 0.; variable 24 putwd((int)((x0-obotx)*scalex+botx)); in line() 26 putwd((int)((x1-obotx)*scalex+botx)); in line()
|
H A D | space.c | 14 extern float obotx; 25 obotx = x0; in space()
|
H A D | imp.h | 12 extern float obotx;
|
H A D | label.c | 20 putwd((int)((imPx-obotx)*scalex+botx)-imPcsize/2);
|
/original-bsd/lib/libplot/vt0/ |
H A D | subr.c | 12 extern float obotx; 20 xa = (xi-obotx)*scalex+botx; in xsc()
|
H A D | space.c | 15 extern float obotx; 23 obotx = x0; in space()
|
H A D | open.c | 17 float obotx = 0.; variable
|
/original-bsd/lib/libplot/t4013/ |
H A D | space.c | 14 extern float obotx; 22 obotx = x0; in space()
|
H A D | subr.c | 13 float obotx = 0.; variable 27 x = (x-obotx)*scalex + botx; in cont()
|
/original-bsd/lib/libplot/t4014/ |
H A D | space.c | 14 extern float obotx; 22 obotx = x0; in space()
|
H A D | subr.c | 13 float obotx = 0.; variable 28 x = (x-obotx)*scalex + botx; in cont()
|
/original-bsd/lib/libplot/t450/ |
H A D | space.c | 16 obotx = x0; in space()
|
H A D | con.h | 36 extern float botx, boty, obotx, oboty, scalex,scaley;
|
H A D | open.c | 37 float botx = 0., boty = 0., obotx = 0., oboty = 0.; variable
|
H A D | subr.c | 120 xa = (xi - obotx) * scalex + botx; in xsc()
|
/original-bsd/lib/libplot/t300s/ |
H A D | space.c | 18 obotx = x0; in space()
|
H A D | con.h | 42 extern float botx, boty, obotx, oboty, scalex,scaley;
|
H A D | open.c | 35 float botx = 0., boty = 0., obotx = 0., oboty = 0.; variable
|
H A D | subr.c | 160 xa = (xi - obotx) * scalex + botx; in xsc()
|
/original-bsd/lib/libplot/t300/ |
H A D | space.c | 18 obotx = x0; in space()
|
H A D | con.h | 34 extern float botx, boty, obotx, oboty, scalex,scaley;
|
H A D | open.c | 35 float botx = 0., boty = 0., obotx = 0., oboty = 0.; variable
|
H A D | subr.c | 116 xa = (xi - obotx) * scalex + botx; in xsc()
|