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

/ast/src/cmd/ie/
H A Dvi.c115 #define cur_phys editb.e_pcur /* current phys column cursor is at */ macro
368 cur_phys = i + 1;
561 cur_phys = 0;
833 cur_phys = first_wind;
1035 delta = x - cur_phys;
1043 putstring(cur_phys, delta);
1053 || (delta <= ((cur_phys-first_wind)+plen)>>1) )
1064 cur_phys = x;
1146 cur_phys = 0;
1752 * cur_phys last_phy
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c142 #define cur_phys editb.e_pcur /* current phys column cursor is at */ macro
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
[all...]

Completed in 17 milliseconds