Lines Matching refs:last_wind
110 int last_wind; /* last column in window */
372 vp->last_wind = i;
455 vp->last_wind = w_size - 1;
458 vp->last_wind = last_phys;
459 genncpy(window, virtual, vp->last_wind+1);
1167 vp->last_wind = INVALID;
1975 for(; (p<=last_phys && w<=vp->last_wind); ++p, ++w)
1982 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
2000 while( w <= vp->last_wind )
2002 vp->last_wind = --w;
2013 while( w <= vp->last_wind )
2017 vp->last_wind = --new_lw;