Searched refs:last_phys (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ie/ |
H A D | vi.c | 125 #define last_phys editb.e_peol /* last column in physical */ macro 374 last_phys = i; 473 last_phys = ed_virt_to_phys(virtual,physical,last_virt,0,0); 474 if( last_phys >= w_size ) 480 last_wind = last_phys; 503 putstring(0, last_phys+1); 658 if( last_virt<max_col && last_phys<max_col ) 1148 last_phys = INVALID; 1752 * cur_phys last_phys 1809 last_phys [all...] |
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 148 #define last_phys editb.e_peol /* last column in physical */ macro 371 last_phys = i; 451 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0); 452 if( last_phys >= w_size ) 458 vp->last_wind = last_phys; 477 putstring(vp,0, last_phys+1); 591 cursor(vp, last_phys); 642 if( last_virt<max_col && last_phys<max_col ) 1165 last_phys = INVALID; 1540 physical[++last_phys] [all...] |
Completed in 12 milliseconds