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

/ast/src/cmd/ie/
H A Dvi.c121 #define first_wind editb.e_globals[0] /* first column of window */ macro
372 first_wind = 0;
833 cur_phys = first_wind;
1053 || (delta <= ((cur_phys-first_wind)+plen)>>1) )
1061 putstring(first_wind, x - first_wind);
1151 first_wind = 0;
1758 * cur_window = cur_phys - first_wind
1767 register int first_w = first_wind;
1826 first_wind
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c109 int first_wind; /* first column of window */ member in struct:_vi_
369 vp->first_wind = 0;
580 cur_phys = vp->first_wind;
813 cur_phys = vp->first_wind;
1088 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind);
1168 vp->first_wind = 0;
1868 * cur_window = cur_phys - first_wind
1875 register int first_w = vp->first_wind;
1958 vp->first_wind = cur_phys = first_w;
2079 cur_window = cur_phys - vp->first_wind;
[all...]

Completed in 13 milliseconds