Home
last modified time | relevance | path

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

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