Lines Matching defs:ncols
84 u_int nrows, ncols, crow, ccol;
112 #define COLS_LEFT (edp->ncols - edp->ccol - 1)
128 edp->ncols = type->ncols;
189 edp->ncols = type->ncols;
280 if (edp->ccol < edp->ncols)
350 if (dst < edp->ncols) {
352 src, dst, edp->ncols - dst);
380 edp->ccol = uimin(NORMALIZE_ARG(0), edp->ncols) - 1;
422 if (src < edp->ncols) {
424 src, dst, edp->ncols - src);
427 dst + edp->ncols - src, src - dst, edp->curattr);