Home
last modified time | relevance | path

Searched refs:ys (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/troff/troff.d/
H A Ddraw.c282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, in conicarc() local
330 ys = y0 - y; in conicarc()
335 if (ys < 0) { in conicarc()
336 Xs = abs(ys); in conicarc()
347 Ys = abs(ys); in conicarc()
356 else if (ys < 0) { in conicarc()
358 Ys = abs(ys); in conicarc()
367 Xs = abs(ys); in conicarc()
415 -sqr(ys); in conicarc()
430 Ys = Yc = sqrt((float)(sqr(xs) + sqr(ys))); in conicarc()
[all …]
/titanic_50/usr/src/lib/libeti/form/common/
H A Dutility.c204 int ys, ye; in _update_current() local
215 ys = T(f); in _update_current()
216 ye = ys + c -> rows; in _update_current()
220 for (ys = T(f); ys < ymax; ++ys) in _update_current()
221 if (is_linetouched(w, ys)) in _update_current()
224 for (ye = ys; ye < ymax; ++ye) in _update_current()
228 if (ye - ys) { in _update_current()
229 (void) copywin(w, Sub(f), ys, 0, in _update_current()
230 c -> frow + ys - T(f), c -> fcol, in _update_current()
/titanic_50/usr/src/cmd/oawk/
H A Drun.c272 wchar_t *xs, *ys; in relop() local
284 ys = getsval(y); in relop()
285 if (xs && ys) in relop()
286 i = wscoll(xs, ys); in relop()