Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c1884 int ncur_phys; in refresh() local
1944 ncur_phys = ed_virt_to_phys(vp->ed,virtual,physical,cur_virt,v,p); in refresh()
1958 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) ) in refresh()
1961 first_w = ncur_phys - (w_size>>1); in refresh()
1970 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 ) in refresh()
2053 vp->ocur_phys = ncur_phys; in refresh()
2058 ++ncur_phys; in refresh()
2060 cursor(vp,ncur_phys); in refresh()