Searched refs:endcol (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/column/ |
H A D | column.c | 142 int chcnt, col, cnt, endcol, numcols; in c_columnate() local 146 endcol = maxlength; in c_columnate() 154 endcol = maxlength; in c_columnate() 157 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate() 161 endcol += maxlength; in c_columnate() 171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local 179 endcol = maxlength; in r_columnate() 185 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in r_columnate() 189 endcol += maxlength; in r_columnate()
|
/freebsd/usr.bin/talk/ |
H A D | display.c | 139 int endcol, xcol, c; in display() local 141 endcol = win->x_col; in display() 142 xcol = endcol - 1; in display() 156 for (int i = xcol + 1; i < endcol; i++) in display()
|
/freebsd/contrib/mandoc/ |
H A D | out.c | 40 int endcol; member 199 (*gp)->endcol != icol + dp->hspans)) in tblcalc() 206 g->endcol = icol + dp->hspans; in tblcalc() 242 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc() 244 if (icol < g->endcol) in tblcalc() 270 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 297 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 314 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()
|