HomeSort by: relevance | last modified time | path
    Searched defs:endcol (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/talk/
display.c 96 int endcol, xcol, j, c; local in function:display
98 endcol = win->x_col;
99 xcol = endcol - 1;
113 for (j = xcol + 1; j < endcol; j++)
  /src/usr.bin/column/
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;

Completed in 12 milliseconds