Lines Matching defs:cur_phys
147 #define cur_phys editb.e_pcur /* current phys column cursor is at */
371 cur_phys = i + 1;
539 cur_phys = 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);
1115 cur_phys = 0;
1797 * cur_phys last_phys
1803 * cur_window = cur_phys - first_wind
1869 vp->first_wind = cur_phys = first_w;
1927 cur_phys = w + first_w;
1948 ++cur_phys;
1951 ++cur_phys;
1990 cur_window = cur_phys - vp->first_wind;
2012 physical[cur_phys] = c;
2018 ++cur_phys;
2283 vp->ocur_phys = cur_phys;
2421 cursor(vp,cur_phys + 1);