Searched refs:endcol (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c768 int endcol; /* ending column */ local
781 * begin a new one that starts at endcol. Backspacing is always handled this way.
787 endcol = col;
791 endcol++;
793 endcol += tabstops - ((endcol - 1) % tabstops);
795 endcol--;
797 endcol = 1;
803 if ( endcol < 1 ) /* can't move past left edge */
804 endcol
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c115 int endcol, xcol, i, c; local
117 endcol = win->x_col;
118 xcol = endcol - 1;
132 for (i = xcol + 1; i < endcol; i++)
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vput.c1432 * Delete display positions stcol through endcol.
1436 physdc(int stcol, int endcol) argument
1441 int nc = endcol - stcol;
1445 tfixnl(), fprintf(trace, "physdc(%d, %d)\n", stcol, endcol);
1478 if (i != endcol / WCOLS)
1482 endcol %= WCOLS;
1483 up = vtube[i]; tp = up + endcol; tpe = up + WCOLS;
1508 tp = vtube0 + endcol;
1518 copy(up + stcol, up + endcol, (WCOLS - endcol) * sizeo
[all...]

Completed in 162 milliseconds