Home
last modified time | relevance | path

Searched refs:xmax (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()
117 if ((n = (int) (_data_end(v, xmax) - v)) != 0) { in _buf_to_win()
121 v += xmax; in _buf_to_win()
191 int xmax = B(f) + c->cols; in _update_current() local
195 else if (X(f) >= xmax) in _update_current()
H A Dform.c142 int xmax = f->fcol + f->cols; in merge() local
147 if (form->cols < xmax) in merge()
148 form->cols = xmax; in merge()