Lines Matching refs:w_size
163 #define w_size editb.e_wsize /* window size */
452 if( last_phys >= w_size )
455 vp->last_wind = w_size - 1;
1864 * 0 w_size - 1
1952 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1955 first_w = ncur_phys - (w_size>>1);
1982 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
1993 while( p <= last_phys && w < w_size )
2019 if( last_phys >= w_size )
2023 else if( last_phys < (first_w+w_size) )
2034 while( w++ < w_size )
2087 || (increment && (cur_window==w_size-1)
2362 if( new_phys < vp->first_wind || new_phys >= vp->first_wind + w_size )