Lines Matching refs:w_size
156 #define w_size editb.e_wsize /* window size */
474 if( last_phys >= w_size )
477 last_wind = w_size - 1;
1754 * 0 w_size - 1
1820 if( ncur_phys<first_w || ncur_phys>=(first_w + w_size) )
1823 first_w = ncur_phys - (w_size>>1);
1850 if( (p>last_phys || p>=first_w+w_size) && w>last_wind
1861 while( p <= last_phys && w < w_size )
1887 if( last_phys >= w_size )
1891 else if( last_phys < (first_w+w_size) )
1902 while( w++ < w_size )
1954 || (increment && (cur_window==w_size-1)
2198 if( new_phys < first_wind || new_phys >= first_wind + w_size )