column.c | 143 int chcnt, col, cnt, endcol, numcols; local in function:c_columnate 147 endcol = maxlength; 154 endcol = maxlength; 157 while ((cnt = TABROUND(chcnt)) <= endcol) { 161 endcol += maxlength; 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local in function:r_columnate 179 endcol = maxlength; 184 while ((cnt = TABROUND(chcnt)) <= endcol) { 188 endcol += maxlength;
|