Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libeti/form/common/
H A Dutility.c112 int xmax, ymax, y, n; in _buf_to_win() local
114 getmaxyx(w, ymax, xmax); in _buf_to_win()
116 for (y = 0; y < ymax; ++y) { in _buf_to_win()
203 int ymax = T(f) + c -> rows; in _update_current() local
210 if (Y(f) >= ymax) { in _update_current()
220 for (ys = T(f); ys < ymax; ++ys) in _update_current()
224 for (ye = ys; ye < ymax; ++ye) in _update_current()
H A Dform.c143 int ymax = f->frow + f->rows; in merge() local
145 if (form->rows < ymax) in merge()
146 form->rows = ymax; in merge()