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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/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;
816 cur_phys = vp->first_wind;
1090 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind);
1170 vp->first_wind = 0;
1863 * cur_window = cur_phys - first_wind
1870 register int first_w = vp->first_wind;
1954 vp->first_wind = cur_phys = first_w;
2075 cur_window = cur_phys - vp->first_wind;
[all...]

Completed in 55 milliseconds