Searched refs:ed_expand (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.h | 176 extern int ed_expand(char[],int*,int*,int); 191 extern int ed_expand();
|
H A D | edit.c | 702 ed_expand(outbuff,cur,eol,mode) function
|
H A D | emacs.c | 920 if(ed_expand(out,&cur,&eol,i) < 0)
|
H A D | vi.c | 2261 if( ed_expand((char*)virtual, &cur_virt, &last_virt, c) )
|
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 235 extern int ed_expand(Edit_t*, char[],int*,int*,int,int);
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 997 if(ed_expand(ep->ed,(char*)out,&cur,&eol,i,count) < 0)
|
H A D | vi.c | 2424 if(ed_expand(vp->ed,(char*)virtual, &cur_virt, &last_virt, c, vp->repeat_set?vp->repeat:-1)<0)
|
Completed in 24 milliseconds