Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c88 dir = sh_substitute(oldpwd,dir,argv[1]); in b_cd()
H A Dhist.c303 if((sp=sh_substitute(string,replace,newp))==0) in hist_subst()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c88 dir = sh_substitute(oldpwd,dir,argv[1]); in b_cd()
H A Dhist.c308 if((sp=sh_substitute(string,replace,newp))==0) in hist_subst()
/titanic_51/usr/src/lib/libshell/common/include/
H A Ddefs.h397 extern char *sh_substitute(const char*,const char*,char*);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h438 extern char *sh_substitute(const char*,const char*,char*);
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstring.c179 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c175 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() function