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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c1810 register int first_w = vp->first_wind; local
1863 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1865 cursor(vp,first_w);
1866 first_w = ncur_phys - (w_size>>1);
1867 if( first_w < 0 )
1868 first_w = 0;
1869 vp->first_wind = cur_phys = first_w;
1875 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
1878 w = p - first_w;
[all...]

Completed in 81 milliseconds