Lines Matching refs:dol
139 undkind == UNDPUT ? 0 : unddol - dol);
263 savedot = dot; savedol = dol; savecursor = cursor;
265 nlines = dol - zero;
289 more = savedol - dol; /* amount we shift everything by */
291 (*(more>0 ? copywR : copyw))(savedol+1, dol+1, truedol-dol);
296 dot = savedot; dol = savedol ; cursor = savecursor;
354 if (wdot < one || wdot > dol) { in vmove()
452 if (wdot > dol) in vdelete()
590 if (addr <= dol) in vchange()
852 if (dot == zero && dol > zero) in vfilter()
865 if (dot > dol) { in vfilter()
887 if (wdot == NOLINE || wdot < one || wdot > dol) { in xdw()