Searched refs:ed_curpos (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 231 extern Edpos_t ed_curpos(Edit_t*, genchar*, int, int, Edpos_t);
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 1159 Edpos_t ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) function 1221 ep->e_curpos = ed_curpos(ep, physical, old,0,ep->e_curpos); 1228 newpos = ed_curpos(ep, physical, new,old,ep->e_curpos);
|
Completed in 15 milliseconds