Home
last modified time | relevance | path

Searched refs:endcol (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c767 int endcol; /* ending column */ in spaces() local
786 endcol = col; in spaces()
790 endcol++; in spaces()
792 endcol += tabstops - ((endcol - 1) % tabstops); in spaces()
794 endcol--; in spaces()
796 endcol = 1; in spaces()
802 if ( endcol < 1 ) /* can't move past left edge */ in spaces()
803 endcol = 1; in spaces()
805 if ( (i = endcol - col) >= 0 && i < 6 ) in spaces()
811 col = stringstart = endcol; in spaces()
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c40 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c113 int endcol, xcol, i, c; local
115 endcol = win->x_col;
116 xcol = endcol - 1;
130 for (i = xcol + 1; i < endcol; i++)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c1434 physdc(int stcol, int endcol) argument
1439 int nc = endcol - stcol;
1443 tfixnl(), fprintf(trace, "physdc(%d, %d)\n", stcol, endcol);
1476 if (i != endcol / WCOLS)
1480 endcol %= WCOLS;
1481 up = vtube[i]; tp = up + endcol; tpe = up + WCOLS;
1506 tp = vtube0 + endcol;
1516 copy(up + stcol, up + endcol, (WCOLS - endcol) * sizeof(wchar_t));