Home
last modified time | relevance | path

Searched refs:chcnt (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/column/
H A Dcolumn.c142 int chcnt, col, cnt, endcol, numcols; in c_columnate() local
147 for (chcnt = col = 0, lp = list;; ++lp) { in c_columnate()
149 chcnt += width(*lp); in c_columnate()
153 chcnt = col = 0; in c_columnate()
157 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate()
159 chcnt = cnt; in c_columnate()
164 if (chcnt) in c_columnate()
171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local
180 for (base = row, chcnt = col = 0; col < numcols; ++col) { in r_columnate()
182 chcnt += width(list[base]); in r_columnate()
[all …]