Searched refs:drows (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | field.c | 162 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 D | form.c | 341 int drows; in data_ahead() local 366 drows = c->drows; in data_ahead() 369 while (start < drows) { in data_ahead()
|
H A D | chg_data.c | 116 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 D | utility.c | 38 #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 D | llib-lform | 118 dynamic_field_info(f, drows, dcols, max) 120 int *drows;
|
H A D | chg_char.c | 41 #define OffscreenRows(c) ((c)->drows - (c)->rows)
|
/titanic_44/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 138 #define Ymax(f) (C(f) -> drows) 146 #define BufSize(f) ((f) -> drows * (f) -> dcols)
|
H A D | form.h | 82 int drows; /* dynamic rows */ member
|