Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c202 int addstar=0, rval=0, var=0, strip=1; in ed_expand() local
258 addstar = '*'; in ed_expand()
263 addstar = 0; in ed_expand()
266 if(addstar == 0) in ed_expand()
277 addstar = '*'; in ed_expand()
279 addstar = 0; in ed_expand()
280 stakputc(addstar); in ed_expand()
319 …if (*com==0 || (narg <= 1 && (strcmp(ap->argval,*com)==0) || (addstar && com[0][strlen(*com)-1]=='… in ed_expand()