Searched refs:ed_setcursor (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 232 extern int ed_setcursor(Edit_t*, genchar*, int, int, int);
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 1423 ed_setcursor(ep->ed,ep->screen,0,ep->cursor-ep->screen, 0); 1507 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1); 1553 newp = ed_setcursor(ep->ed, ep->screen, oldp, newp, 0);
|
H A D | vi.c | 1088 cur_phys = ed_setcursor(vp->ed, physical, cur_phys,x,vp->first_wind); 1909 ed_setcursor(vp->ed,physical,0,cur_phys,0); 2045 ed_setcursor(vp->ed, physical, last_phys+1, last_phys+1, -1);
|
H A D | edit.c | 1204 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) function
|
Completed in 23 milliseconds