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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c114 int first_wind; /* first column of window */ member in struct:_vi_
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;
[all...]

Completed in 47 milliseconds