Home
last modified time | relevance | path

Searched refs:NCOLS (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/wscons/
H A Dwsemul_vt100var.h121 #define NCOLS (edp->ncols >> edp->dw) macro
128 #define NCOLS (edp->ncols) macro
132 #define COLS_LEFT (NCOLS - edp->ccol - 1)
H A Dwsemul_vt100_subr.c449 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()
H A Dwsemul_vt100.c457 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()
/openbsd/games/boggle/boggle/
H A Dprtable.c42 #define NCOLS 5 macro
79 cols = NCOLS; in prtable()