Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c213 int addstar=0, rval=0, var=0, strip=1; in ed_expand() local
274 addstar = '*'; in ed_expand()
279 addstar = 0; in ed_expand()
282 if(addstar == 0) in ed_expand()
293 addstar = '*'; in ed_expand()
295 addstar = 0; in ed_expand()
296 stakputc(addstar); in ed_expand()
335 …if (*com==0 || (narg <= 1 && (strcmp(ap->argval,*com)==0) || (addstar && com[0][strlen(*com)-1]=='… in ed_expand()