Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libeti/form/common/
H A Dfield.c340 BOOLEAN onerow = OneRow(f); in set_max_field() local
342 if (!f || max && ((onerow && f->dcols > max) || in set_max_field()
343 (!onerow && f->drows > max))) in set_max_field()
349 if (!Opt(f, O_STATIC) && ((!max || onerow && f->dcols < max) || in set_max_field()
350 (!onerow && f->drows < max))) { in set_max_field()
H A Dutility.c450 BOOLEAN onerow = OneRow(f); in _sync_opts() local
456 if (onerow && f->cols == f->dcols && in _sync_opts()
461 } else if (!max || (onerow && f->dcols < max) || in _sync_opts()
462 (!onerow && f->drows < max)) { in _sync_opts()
465 if (onerow && Just(f) != NO_JUSTIFICATION && in _sync_opts()