Home
last modified time | relevance | path

Searched refs:ymax (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c110 int xmax, ymax, y, n; in _buf_to_win() local
112 getmaxyx(w, ymax, xmax); in _buf_to_win()
114 for (y = 0; y < ymax; ++y) { in _buf_to_win()
201 int ymax = T(f) + c -> rows; in _update_current() local
208 if (Y(f) >= ymax) { in _update_current()
218 for (ys = T(f); ys < ymax; ++ys) in _update_current()
222 for (ye = ys; ye < ymax; ++ye) in _update_current()
H A Dform.c141 int ymax = f->frow + f->rows; in merge() local
143 if (form->rows < ymax) in merge()
144 form->rows = ymax; in merge()