Lines Matching defs:ncols
62 int ncols, int nrows);
722 int ncols, int nrows) /* number of cells */
737 if (col + ncols >= tcols) {
738 ncols = tcols - col;
739 if (ncols < 1) return;
754 x2 = x1 + ncols * cw;
756 for (i = 0, x = x1; i <= ncols; i++, x += cw) {
774 for (i = 0, x = startx; i < ncols; i++, x += cw) {
857 x2 = x1 + ncols * cw;
859 for (i = 0, x = x1; i <= ncols; i++, x += cw) {