Searched refs:endcol (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.bin/column/ |
| D | column.c | 143 int chcnt, col, cnt, endcol, numcols; in c_columnate() local 147 endcol = maxlength; in c_columnate() 154 endcol = maxlength; in c_columnate() 157 while ((cnt = TABROUND(chcnt)) <= 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() 184 while ((cnt = TABROUND(chcnt)) <= endcol) { in r_columnate() 188 endcol += maxlength; in r_columnate()
|
| /netbsd/src/external/bsd/nvi/dist/gtk/ |
| D | gtkviscreen.c | 73 #define ColAt(scr,y,x) (scr->endcol + (y) * scr->cols + x) 96 guchar *endcol; in gtk_vi_screen_move() local 98 endcol = vi->endcol + row*vi->cols; in gtk_vi_screen_move() 99 for (x = 0; col > endcol[x]; ++x); in gtk_vi_screen_move() 128 guchar *endcol; in gtk_vi_screen_addstr() local 133 endcol = vi->endcol + vi->cury*vi->cols; in gtk_vi_screen_addstr() 135 startcol = x ? endcol[x-1] : -1; in gtk_vi_screen_addstr() 139 endcol[x] = ++col; in gtk_vi_screen_addstr() 143 mark_lines(vi, vi->cury, startcol+1, vi->cury+1, endcol[x-1]+1); in gtk_vi_screen_addstr() 145 if (endcol[x-1] >= vi->cols) { in gtk_vi_screen_addstr() [all …]
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | out.c | 37 int endcol; member 196 (*gp)->endcol < icol + dp->hspans)) in tblcalc() 199 (*gp)->endcol > icol + dp->hspans) { in tblcalc() 204 g->endcol = icol + dp->hspans; in tblcalc() 228 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc() 230 if (icol < g->endcol) in tblcalc() 256 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 283 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 293 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 305 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()
|
| /netbsd/src/usr.bin/talk/ |
| D | display.c | 96 int endcol, xcol, j, c; in display() local 98 endcol = win->x_col; in display() 99 xcol = endcol - 1; in display() 113 for (j = xcol + 1; j < endcol; j++) in display()
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 475 endcol
|