Searched refs:path_pwd (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 84 oldpwd = path_pwd(shp,0); in b_cd() 110 oldpwd = path_pwd(shp,1); in b_cd() 240 if(*(cp = path_pwd(shp,0)) != '/') in b_pwd()
|
H A D | whence.c | 252 sfprintf(sfstdout,"%s %s %s/%s\n",name,sh_translate(is_talias),path_pwd(shp,0),cp); in whence()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | path.h | 93 extern char *path_pwd(Shell_t*,int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 161 path_pwd(shp,1); in sh_main() 213 path_pwd(shp,1); in sh_main()
|
H A D | path.c | 238 char *path_pwd(Shell_t *shp,int flag) in path_pwd() function 436 stakputs(path_pwd(shp,1)); in path_nextcomp() 573 pwd = path_pwd(shp,1); in path_fullname() 676 stakputs(path_pwd(shp,1)); in path_search()
|
H A D | subshell.c | 529 path_pwd(shp,0); in sh_subshell()
|
H A D | init.c | 1112 if(*(arg = path_pwd(shp,0))=='/') in newconf() 2122 path_pwd(shp,0); in env_init()
|
H A D | xec.c | 1359 path_pwd(shp,0); in sh_exec()
|