Home
last modified time | relevance | path

Searched refs:path_relative (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c168 if((rval=chdir(path_relative(shp,stakptr(PATH_OFFSET)))) >= 0) in b_cd()
174 if(rval<0 && *dir=='/' && *(path_relative(shp,stakptr(PATH_OFFSET)))!='/') in b_cd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h96 extern char *path_relative(Shell_t*,const char*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c526 if((fd = sh_open(path_relative(shp,stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0) in path_opentype()
935 path = path_relative(shp,path); in canexecute()
980 char *path_relative(Shell_t *shp,register const char* file) in path_relative() function
1147 path = path_relative(shp,opath); in path_spawn()
1172 path = path_relative(shp,opath); in path_spawn()
1267 path = path_relative(shp,path); in exscript()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c92 # define path_relative(s,x) (s,x) macro
263 cp = path_relative(shp,histname); in sh_histinit()