Searched refs:endcol (Results 1 – 4 of 4) sorted by relevance
/dragonfly/usr.bin/column/ |
H A D | column.c | 145 int chcnt, col, cnt, endcol, numcols; in c_columnate() local 149 endcol = maxlength; in c_columnate() 157 endcol = maxlength; in c_columnate() 160 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate() 164 endcol += maxlength; in c_columnate() 174 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local 182 endcol = maxlength; in r_columnate() 188 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in r_columnate() 192 endcol += maxlength; in r_columnate()
|
/dragonfly/usr.bin/talk/ |
H A D | display.c | 108 int endcol, xcol, ii, c; in display() local 110 endcol = win->x_col; in display() 111 xcol = endcol - 1; in display() 125 for (ii = xcol + 1; ii < endcol; ii++) in display()
|
/dragonfly/contrib/mdocml/ |
H A D | out.c | 40 int endcol; member 198 (*gp)->endcol < icol + dp->hspans)) in tblcalc() 201 (*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() 285 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 302 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()
|
/dragonfly/bin/ls/ |
H A D | print.c | 227 int endcol; in printcol() local 285 endcol = colwidth; in printcol() 298 <= endcol) { in printcol() 304 endcol += colwidth; in printcol()
|