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

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c1870 register int first_w = vp->first_wind; local
1948 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1950 cursor(vp,first_w);
1951 first_w = ncur_phys - (w_size>>1);
1952 if( first_w < 0 )
1953 first_w = 0;
1954 vp->first_wind = cur_phys = first_w;
1960 if( first_w==vp->ofirst_wind && ncur_phys>=vp->ocur_phys && opflag==1 )
1963 w = p - first_w;
[all...]

Completed in 23 milliseconds