Lines Matching refs:cols
37 (f)->dcols > (f)->cols)
45 f->dcols == f->cols)
189 int xmax = B(f) + c->cols; in _update_current()
194 B(f) = X(f) - c->cols + 1; in _update_current()
197 c->fcol, c->frow, c->fcol + c->cols - 1, in _update_current()
230 c -> fcol + c -> cols - 1, FALSE); in _update_current()
255 x = (f -> cols - n) / 2; in justify()
258 x = f -> cols - n; in justify()
311 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in display_field()
337 WINDOW * w = derwin(Sub(f -> form), f -> rows, f -> cols, in erase_field()
407 f -> fcol, f -> rows - 1, f -> cols - 1, in _sync_attrs()
454 if (onerow && f->cols == f->dcols && in _sync_opts()
527 w = derwin(Sub(f), c -> rows, c -> cols, c -> frow, in _set_current_field()