Lines Matching defs:first_wind
121 #define first_wind editb.e_globals[0] /* first column of window */
372 first_wind = 0;
833 cur_phys = first_wind;
1053 || (delta <= ((cur_phys-first_wind)+plen)>>1) )
1061 putstring(first_wind, x - first_wind);
1151 first_wind = 0;
1758 * cur_window = cur_phys - first_wind
1767 register int first_w = first_wind;
1826 first_wind = cur_phys = first_w;
1947 cur_window = cur_phys - first_wind;
2150 if(first_wind==ofirst_wind && cur_virt>ocur_virt && ocur_virt!=INVALID)
2198 if( new_phys < first_wind || new_phys >= first_wind + w_size )