Searched refs:ed_virt_to_phys (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h201 extern int ed_virt_to_phys(Edit_t*,genchar*,genchar*,int,int,int);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c456 last_phys = ed_virt_to_phys(vp->ed,virtual,physical,last_virt,0,0);
1849 ncur_phys = ed_virt_to_phys(vp->ed,virtual,physical,cur_virt,v,p);
H A Demacs.c1351 ncursor = nptr + ed_virt_to_phys(ep->ed,sptr,nptr,cur,0,0);
H A Dedit.c1287 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) function

Completed in 1293 milliseconds