Lines Matching defs:first_wind
114 int first_wind; /* first column of window */
374 vp->first_wind = 0;
585 cur_phys = vp->first_wind;
812 cur_phys = vp->first_wind;
1040 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind);
1120 vp->first_wind = 0;
1803 * cur_window = cur_phys - first_wind
1810 register int first_w = vp->first_wind;
1869 vp->first_wind = cur_phys = first_w;
1990 cur_window = cur_phys - vp->first_wind;
2224 if(vp->first_wind==vp->ofirst_wind && cur_virt>vp->ocur_virt && vp->ocur_virt!=INVALID)
2272 if( new_phys < vp->first_wind || new_phys >= vp->first_wind + w_size )