Home
last modified time | relevance | path

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

/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);
1454 up = vtube0 + stcol;
1465 vgotoCL(stcol);
1475 i = stcol / WCOLS;
1479 stcol %= WCOLS;
1484 if (tp - (up + stcol) < 2 * nc)
1486 vgoto(i, stcol);
1505 up = vtube0 + stcol;
[all …]