Home
last modified time | relevance | path

Searched refs:drows (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libeti/form/common/
H A Dfield.c162 f->drows = rows + nrow; in new_field()
207 f->drows = field->drows; in dup_field()
258 f->drows = field->drows; in link_field()
343 (!onerow && f->drows > max))) in set_max_field()
350 (!onerow && f->drows < max))) { in set_max_field()
362 dynamic_field_info(FIELD *f, int *drows, int *dcols, int *max) in dynamic_field_info() argument
372 *drows = f->drows; in dynamic_field_info()
H A Dform.c341 int drows; in data_ahead() local
366 drows = c->drows; in data_ahead()
369 while (start < drows) { in data_ahead()
H A Dchg_data.c116 grow = MIN(max - c->drows, grow); in _grow_field()
118 c->drows += grow; in _grow_field()
121 if (c->drows == max) in _grow_field()
145 W(f) = w = newwin(c->drows, c->dcols, 0, 0); in _grow_field()
163 p->drows = c->drows; in _grow_field()
H A Dutility.c38 #define Scrollable(f) ((f)->drows > (f)->rows || \
462 (!onerow && f->drows < max)) { in _sync_opts()
527 w = newwin(c -> drows, c -> dcols, 0, 0); in _set_current_field()
H A Dllib-lform118 dynamic_field_info(f, drows, dcols, max)
120 int *drows;
H A Dchg_char.c41 #define OffscreenRows(c) ((c)->drows - (c)->rows)
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h138 #define Ymax(f) (C(f) -> drows)
146 #define BufSize(f) ((f) -> drows * (f) -> dcols)
H A Dform.h82 int drows; /* dynamic rows */ member