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

/ast/src/cmd/ie/
H A Dvi.c1770 int ncur_phys; local
1806 ncur_phys = ed_virt_to_phys(virtual,physical,cur_virt,v,p);
1820 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1823 first_w = ncur_phys - (w_size>>1);
1832 if( first_w==ofirst_wind && ncur_phys>=ocur_phys && opflag )
1912 ocur_phys = ncur_phys;
1917 ++ncur_phys;
1919 cursor(ncur_phys);
/ast/src/cmd/ksh93/edit/
H A Dvi.c1878 int ncur_phys; local
1938 ncur_phys = ed_virt_to_phys(vp->ed,virtual,physical,cur_virt,v,p);
1952 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1955 first_w = ncur_phys - (w_size>>1);
1964 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
2047 vp->ocur_phys = ncur_phys;
2052 ++ncur_phys;
2054 cursor(vp,ncur_phys);

Completed in 771 milliseconds