Lines Matching refs:first_w
1810 register int first_w = vp->first_wind;
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;
1882 p = first_w;
1893 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
1923 w = p - first_w;
1927 cur_phys = w + first_w;
1932 if( first_w == 0 )
1934 else if( last_phys < (first_w+w_size) )
1960 vp->ofirst_wind = first_w;