Lines Matching defs:ncol
143 int ncol; /* The number of columns needed */
1047 fmt->nline = fmt->ncol = 0;
1068 fmt->ncol = fmt->term_width / (fmt->column_width + CPL_COL_SEP);
1075 if(fmt->ncol < 1)
1076 fmt->ncol = 1;
1080 fmt->nline = (result->nmatch + fmt->ncol - 1) / fmt->ncol;
1119 * Print the matches in 'ncol' columns, sorted in line order within each
1122 for(col=0; col < fmt->ncol; col++) {
1149 if(col+1 < fmt->ncol) {