Searched refs:sh_substitute (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | cd_pwd.c | 88 dir = sh_substitute(oldpwd,dir,argv[1]); in b_cd()
|
H A D | hist.c | 303 if((sp=sh_substitute(string,replace,newp))==0) in hist_subst()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 88 dir = sh_substitute(oldpwd,dir,argv[1]); in b_cd()
|
H A D | hist.c | 308 if((sp=sh_substitute(string,replace,newp))==0) in hist_subst()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 397 extern char *sh_substitute(const char*,const char*,char*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 438 extern char *sh_substitute(const char*,const char*,char*);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 179 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 D | string.c | 175 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute() function
|