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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c331 line *adt; local
342 adt = address((char*)0);
343 if (adt == 0)
349 move1(iscopy, adt);
356 line *adt, *ad1, *ad2; local
359 adt = addrt;
373 if (adt < ad1) {
374 if (adt + 1 == ad1 && !cflag && !inglobal)
376 dot = adt + (ad2 - ad1);
377 if (++adt !
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2195 LINE adt, ad1, ad2; local
2199 if ((adt = address()) == 0)
2214 if (adt < ad1) {
2215 dot = adt + (ad2-ad1);
2216 if ((++adt) == ad1)
2218 reverse(adt, ad1);
2220 reverse(adt, ad2);
2221 } else if (adt >= ad2) {
2222 dot = adt++;
2224 reverse(ad2, adt);
[all...]

Completed in 49 milliseconds