Searched refs:endcol (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 768 int endcol; /* ending column */ in spaces() local 787 endcol = col; in spaces() 791 endcol++; in spaces() 793 endcol += tabstops - ((endcol - 1) % tabstops); in spaces() 795 endcol--; in spaces() 797 endcol = 1; in spaces() 803 if ( endcol < 1 ) /* can't move past left edge */ in spaces() 804 endcol = 1; in spaces() 806 if ( (i = endcol - col) >= 0 && i < 6 ) in spaces() 812 col = stringstart = endcol; in spaces()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | display.c | 115 int endcol, xcol, i, c; local 117 endcol = win->x_col; 118 xcol = endcol - 1; 132 for (i = xcol + 1; i < endcol; i++)
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vput.c | 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) * sizeof(wchar_t));
|