NCOLS
cols = NCOLS;
for (x = 0; x < NCOLS; x++)
if (x >= LINES && y >= NCOLS)
return (x < 3 || x >= NCOLS - 3);
static LOCS Layout[NCOLS * NLINES]; /* current board layout */
if (!AM || (lp->y < NLINES - 1 || lp->x < NCOLS - 1)) {
if ((lastx = lp->x + 1) >= NCOLS)
lastx = NCOLS - 1;
for (x = 0; x < NCOLS; x++)
if (x >= LINES && y >= NCOLS)
return (x < 3 || x >= NCOLS - 3);
static LOCS Layout[NCOLS * NLINES]; /* current board layout */
for (i = 0; i < NCOLS; i++) {
for (i = 0; i < NCOLS; i++) {
char row1[NCOLS];
char row2[NCOLS];
memcpy(loadfile_message.row2, file, uimin(NCOLS, strlen(file)));
#define COLS_LEFT(d) (NCOLS(d) - (d)->ccol - 1)
for (n = vd->ccol + 1; n < NCOLS(vd) - 1; n++)
help = NCOLS(vd) - (vd->ccol + n);
vd->ccol = uimin(DEF1_ARG(vd, 1), NCOLS(vd)) - 1;
help = NCOLS(vd) - (vd->ccol + n);
ERASECOLS(vd, NCOLS(vd) - n, n, vd->bkgdattr);