Searched refs:onerow (Results 1 – 2 of 2) sorted by relevance
342 BOOLEAN onerow; in set_max_field() local347 onerow = OneRow(f); in set_max_field()349 if (max && ((onerow && f->dcols > max) || in set_max_field()350 (!onerow && f->drows > max))) in set_max_field()356 if (!Opt(f, O_STATIC) && ((!max || onerow && f->dcols < max) || in set_max_field()357 (!onerow && f->drows < max))) { in set_max_field()
448 BOOLEAN onerow = OneRow(f); in _sync_opts() local454 if (onerow && f->cols == f->dcols && in _sync_opts()459 } else if (!max || (onerow && f->dcols < max) || in _sync_opts()460 (!onerow && f->drows < max)) { in _sync_opts()463 if (onerow && Just(f) != NO_JUSTIFICATION && in _sync_opts()