Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c84 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 Dwhence.c252 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 Dpath.h93 extern char *path_pwd(Shell_t*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c161 path_pwd(shp,1); in sh_main()
213 path_pwd(shp,1); in sh_main()
H A Dpath.c238 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 Dsubshell.c529 path_pwd(shp,0); in sh_subshell()
H A Dinit.c1112 if(*(arg = path_pwd(shp,0))=='/') in newconf()
2122 path_pwd(shp,0); in env_init()
H A Dxec.c1359 path_pwd(shp,0); in sh_exec()