Searched refs:numcols (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.bin/column/ |
| H A D | column.c | 143 int chcnt, col, cnt, endcol, numcols; in c_columnate() local 146 numcols = termwidth / maxlength; in c_columnate() 152 if (++col == numcols) { in c_columnate() 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local 173 numcols = termwidth / maxlength; in r_columnate() 174 numrows = entries / numcols; in r_columnate() 175 if (entries % numcols) in r_columnate() 180 for (base = row, chcnt = col = 0; col < numcols; ++col) { in r_columnate()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | options.c | 866 int numcols, numrows, row; in opts_dump() local 879 for (numcols = 10; numcols > 1; --numcols) { in opts_dump() 880 colwidth = sp->cols / numcols & ~(STANDARD_TAB - 1); in opts_dump() 884 numcols = sp->cols / colwidth; in opts_dump() 960 if (s_num > numcols) { in opts_dump() 961 numrows = s_num / numcols; in opts_dump() 962 if (s_num % numcols) in opts_dump() 969 for (base = row, col = 0; col < numcols; ++col) { in opts_dump()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dict_pgsql.c | 261 int numcols; in dict_pgsql_lookup() local 344 numcols = PQnfields(query_res); in dict_pgsql_lookup() 347 for (j = 0; j < numcols; j++) { in dict_pgsql_lookup()
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_txt.c | 2153 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; in txt_fc_col() local 2220 numcols = (sp->cols - 1) / colwidth; in txt_fc_col() 2221 if ((size_t)argc > numcols) { in txt_fc_col() 2222 numrows = argc / numcols; in txt_fc_col() 2223 if (argc % numcols) in txt_fc_col() 2230 for (base = row, col = 0; col < numcols; ++col) { in txt_fc_col()
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 784 numcols
|