Searched refs:ocur_phys (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Dvi.c136 #define ocur_phys editb.e_globals[5] /* old current physical position */ macro
379 ocur_phys = 0;
1153 ocur_phys = 0;
1796 p = ocur_phys;
1832 if( first_w==ofirst_wind && ncur_phys>=ocur_phys && opflag )
1834 p = ocur_phys;
1912 ocur_phys = ncur_phys;
2153 p = ocur_phys + 1;
2209 ocur_phys = cur_phys;
/ast/src/cmd/ksh93/edit/
H A Dvi.c114 int ocur_phys; /* old current physical position */ member in struct:_vi_
376 vp->ocur_phys = 0;
1170 vp->ocur_phys = 0;
1928 p = vp->ocur_phys;
1964 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
1966 p = vp->ocur_phys;
2047 vp->ocur_phys = ncur_phys;
2317 p = vp->ocur_phys + 1;
2373 vp->ocur_phys = cur_phys;

Completed in 18 milliseconds