Lines Matching refs:first_w
1870 register int first_w = vp->first_wind;
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;
1967 p = first_w;
1978 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
2008 w = p - first_w;
2012 cur_phys = w + first_w;
2017 if( first_w == 0 )
2019 else if( last_phys < (first_w+w_size) )
2045 vp->ofirst_wind = first_w;