Searched refs:addstar (Results 1 – 1 of 1) sorted by relevance
213 int addstar=0, rval=0, var=0, strip=1; in ed_expand() local274 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()