Home
last modified time | relevance | path

Searched refs:ed_expand (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h235 extern int ed_expand(Edit_t*, char[],int*,int*,int,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c207 int ed_expand(Edit_t *ep, char outbuff[],int *cur,int *eol,int mode, int count) in ed_expand() function
H A Demacs.c1002 if(ed_expand(ep->ed,(char*)out,&cur,&eol,i,count) < 0) in escape()
H A Dvi.c2432 if(ed_expand(vp->ed,(char*)virtual, &cur_virt, &last_virt, c, vp->repeat_set?vp->repeat:-1)<0) in textmod()