Searched refs:NCOLS (Results 1 – 4 of 4) sorted by relevance
121 #define NCOLS (edp->ncols >> edp->dw) macro128 #define NCOLS (edp->ncols) macro132 #define COLS_LEFT (NCOLS - edp->ccol - 1)
449 help = NCOLS - (edp->ccol + n); in wsemul_vt100_handle_csi()490 edp->ccol = min(DEF1_ARG(1), NCOLS) - 1; in wsemul_vt100_handle_csi()514 help = NCOLS - (edp->ccol + n); in wsemul_vt100_handle_csi()522 ERASECOLS(NCOLS - n, n, edp->bkgdattr)); in wsemul_vt100_handle_csi()
457 for (n = edp->ccol + 1; n < NCOLS - 1; n++) in wsemul_vt100_output_c0c1()1307 while (pos < NCOLS - 1 && in wsemul_vt100_jump_scroll()1312 if (pos >= NCOLS) in wsemul_vt100_jump_scroll()1313 pos = NCOLS - 1; in wsemul_vt100_jump_scroll()1320 if (pos++ >= NCOLS) { in wsemul_vt100_jump_scroll()
42 #define NCOLS 5 macro79 cols = NCOLS; in prtable()