Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c164 f->drows = rows + nrow; in new_field()
209 f->drows = field->drows; in dup_field()
260 f->drows = field->drows; in link_field()
350 (!onerow && f->drows > max))) in set_max_field()
357 (!onerow && f->drows < max))) { in set_max_field()
369 dynamic_field_info(FIELD *f, int *drows, int *dcols, int *max) in dynamic_field_info() argument
379 *drows = f->drows; in dynamic_field_info()
H A Dform.c339 int drows; in data_ahead() local
364 drows = c->drows; in data_ahead()
367 while (start < drows) { in data_ahead()
H A Dchg_data.c114 grow = MIN(max - c->drows, grow); in _grow_field()
116 c->drows += grow; in _grow_field()
119 if (c->drows == max) in _grow_field()
143 W(f) = w = newwin(c->drows, c->dcols, 0, 0); in _grow_field()
161 p->drows = c->drows; in _grow_field()
H A Dutility.c36 #define Scrollable(f) ((f)->drows > (f)->rows || \
460 (!onerow && f->drows < max)) { in _sync_opts()
525 w = newwin(c -> drows, c -> dcols, 0, 0); in _set_current_field()
H A Dchg_char.c39 #define OffscreenRows(c) ((c)->drows - (c)->rows)
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h136 #define Ymax(f) (C(f) -> drows)
144 #define BufSize(f) ((f) -> drows * (f) -> dcols)
H A Dform.h80 int drows; /* dynamic rows */ member