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

/osnet-11/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);
1169 vp->last_wind = INVALID;
1971 for(; (p<=last_phys && w<=vp->last_wind); ++p, ++w)
1978 if( (p>last_phys || p>=first_w+w_size) && w>vp->last_wind
1996 while( w <= vp->last_wind )
1998 vp->last_wind
[all...]

Completed in 25 milliseconds