Searched defs:last_wind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c115 int last_wind; /* last column in window */ member in struct:_vi_
377 vp->last_wind = i;
460 vp->last_wind = w_size - 1;
463 vp->last_wind = last_phys;
464 genncpy(window, virtual, vp->last_wind+1);
1119 vp->last_wind = INVALID;
1886 for(; (p<=last_phys && w<=vp->last_wind); ++p, ++w)
1893 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
1911 while( w <= vp->last_wind )
1913 vp->last_wind
[all...]

Completed in 74 milliseconds