Searched refs:onerow (Results 1 – 2 of 2) sorted by relevance
340 BOOLEAN onerow = OneRow(f); in set_max_field() local342 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()
450 BOOLEAN onerow = OneRow(f); in _sync_opts() local456 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()