Searched refs:sh_substitute (Results 1 – 4 of 4) sorted by relevance
88 dir = sh_substitute(oldpwd,dir,argv[1]); in b_cd()
303 if((sp=sh_substitute(string,replace,newp))==0) in hist_subst()
397 extern char *sh_substitute(const char*,const char*,char*);
179 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() function