Searched refs:ed_expand (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 211 extern int ed_expand(Edit_t*, char[],int*,int*,int,int);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 942 if(ed_expand(ep->ed,(char*)out,&cur,&eol,i,count) < 0)
|
H A D | vi.c | 2334 if(ed_expand(vp->ed,(char*)virtual, &cur_virt, &last_virt, c, vp->repeat_set?vp->repeat:-1)<0)
|
Completed in 49 milliseconds