Lines Matching defs:first_wind
109 int first_wind; /* first column of window */
369 vp->first_wind = 0;
580 cur_phys = vp->first_wind;
813 cur_phys = vp->first_wind;
1088 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind);
1168 vp->first_wind = 0;
1868 * cur_window = cur_phys - first_wind
1875 register int first_w = vp->first_wind;
1958 vp->first_wind = cur_phys = first_w;
2079 cur_window = cur_phys - vp->first_wind;
2314 if(vp->first_wind==vp->ofirst_wind && cur_virt>vp->ocur_virt && vp->ocur_virt!=INVALID)
2362 if( new_phys < vp->first_wind || new_phys >= vp->first_wind + w_size )