Searched refs:ed_expand (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 211 extern int ed_expand(Edit_t*, char[],int*,int*,int,int);
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 196 int ed_expand(Edit_t *ep, char outbuff[],int *cur,int *eol,int mode, int count) in ed_expand() function
|
H A D | emacs.c | 942 if(ed_expand(ep->ed,(char*)out,&cur,&eol,i,count) < 0) in escape()
|
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) in textmod()
|