Lines Matching refs:cur_phys
142 #define cur_phys editb.e_pcur /* current phys column cursor is at */
366 cur_phys = i + 1;
534 cur_phys = 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);
1163 cur_phys = 0;
1862 * cur_phys last_phys
1868 * cur_window = cur_phys - first_wind
1909 ed_setcursor(vp->ed,physical,0,cur_phys,0);
1958 vp->first_wind = cur_phys = first_w;
2016 cur_phys = w + first_w;
2037 ++cur_phys;
2040 ++cur_phys;
2079 cur_window = cur_phys - vp->first_wind;
2101 physical[cur_phys] = c;
2107 ++cur_phys;
2373 vp->ocur_phys = cur_phys;
2511 cursor(vp,cur_phys + 1);