Searched defs:rdot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c65 line *a1, *a2, *rdot; local
93 for (rdot = dot; a1 > rdot;)
95 *rdot = 0;
96 putmark(rdot);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1479 LINE a1, a2, rdot; local
1496 rdot = ++dot;
1497 while (a1 > rdot)
1499 rdot->cur = tl;

Completed in 62 milliseconds