Searched defs:path_relative (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.c66 # define path_relative(x) (x) macro
139 histname = path_relative(histname);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c92 # define path_relative(s,x) (s,x) macro
263 cp = path_relative(shp,histname);
/ast/src/cmd/ksh93/sh/
H A Dpath.c523 if((fd = sh_open(path_relative(shp,stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0)
931 path = path_relative(shp,path);
976 char *path_relative(Shell_t *shp,register const char* file) function
1143 path = path_relative(shp,opath);
1168 path = path_relative(shp,opath);
1261 path = path_relative(shp,path);

Completed in 18 milliseconds