Searched defs:xs (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | arc.c | 52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 66 xc = xs = x0; 68 move(xs, ys); 103 if (((x < xs) && (x >= xc)) || 104 ((x > xs) && (x <= xc)) || 117 xs = xc; 123 if (xs >= x1) 128 if (xs <= x1) 139 if (((x < xs) && (x >= xc)) || 140 ((x > xs) [all...] |
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 82 xc = xs = x0; 84 move((short)xs, (short)ys); 119 if (((x < xs) && (x >= xc)) || 120 ((x > xs) && (x <= xc)) || 133 xs = xc; 139 if (xs >= x1) 144 if (xs <= x1) 155 if (((x < xs) && (x >= xc)) || 156 ((x > xs) [all...] |
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 85 xc = xs = x0; 87 move((short)xs, (short)ys); 122 if (((x < xs) && (x >= xc)) || 123 ((x > xs) && (x <= xc)) || 136 xs = xc; 142 if (xs >= x1) 147 if (xs <= x1) 158 if (((x < xs) && (x >= xc)) || 159 ((x > xs) [all...] |
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | arc.c | 74 short xs, ys, xc, yc; local 87 xc = xs = x0; 89 move(xs, ys); 124 if (((x < xs) && (x >= xc)) || 125 ((x > xs) && (x <= xc)) || 138 xs = xc; 144 if (xs >= x1) 149 if (xs <= x1) 160 if (((x < xs) && (x >= xc)) || 161 ((x > xs) [all...] |
Completed in 42 milliseconds