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

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

Completed in 21 milliseconds