Home
last modified time | relevance | path

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

/NextBSD/usr.bin/column/
HDcolumn.c155 int chcnt, col, cnt, endcol, numcols; in c_columnate() local
159 endcol = maxlength; in c_columnate()
167 endcol = maxlength; in c_columnate()
170 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate()
174 endcol += maxlength; in c_columnate()
184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local
192 endcol = maxlength; in r_columnate()
198 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in r_columnate()
202 endcol += maxlength; in r_columnate()
/NextBSD/usr.bin/talk/
HDdisplay.c143 int endcol, xcol, c; in display() local
145 endcol = win->x_col; in display()
146 xcol = endcol - 1; in display()
160 for (int i = xcol + 1; i < endcol; i++) in display()
/NextBSD/bin/ls/
HDprint.c369 int endcol; in printcol() local
425 endcol = colwidth; in printcol()
440 <= endcol) { in printcol()
446 endcol += colwidth; in printcol()