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

/freebsd-11-stable/usr.bin/column/
H A Dcolumn.c155 int chcnt, col, cnt, endcol, numcols; local
159 endcol = maxlength;
167 endcol = maxlength;
170 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) {
174 endcol += maxlength;
184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local
192 endcol = maxlength;
198 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) {
202 endcol += maxlength;
/freebsd-11-stable/usr.bin/talk/
H A Ddisplay.c143 int endcol, xcol, c; local
145 endcol = win->x_col;
146 xcol = endcol - 1;
160 for (int i = xcol + 1; i < endcol; i++)
/freebsd-11-stable/bin/ls/
H A Dprint.c369 int endcol; local
425 endcol = colwidth;
440 <= endcol) {
446 endcol += colwidth;

Completed in 64 milliseconds