Lines Matching defs:col
337 int col
344 int off = ((row + 1) * (lp->ncols + 2)) + col + 1;
357 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
360 0, 0, lp->xb + lp->xs * col, lp->yb + lp->ys * row,
369 int col
375 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
385 int off, row, col, lastrow;
389 col = off % (lp->ncols + 2);
390 row = (off - col) / (lp->ncols + 2);
410 if (col == 1) {
415 if (col == lp->ncols) {
441 int off, row, col, lastrow;
446 col = off % (lp->ncols + 2);
447 row = (off - col) / (lp->ncols + 2);
467 if (col == 1) {
472 if (col == lp->ncols) {
493 int col
499 loc = lp->buffer + ((row + 1) * (lp->ncols + 2)) + col + 1;
501 drawcell(win, row, col);
527 int row, col;
566 while ((col = *patptr++) != 99) {
568 col += lp->ncols / 2;
570 setcell(win, row, col);
579 int row, col;
594 for (col = 0; col < lp->ncols; ++col) {
597 *(lastloc + col) :
607 drawcell(win, row, col);
613 erasecell(win, row, col);