Searched refs:path_open (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dpath.h90 extern int path_open(Shell_t*,const char*,Pathcomp_t*);
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c258 if((fd=path_open(shp,script,path_get(shp,script))) < 0)
/ast/src/cmd/ksh93/sh/
H A Dmain.c100 if (!file || !*file || (fd = path_open(shp,file, PATHCOMP)) < 0)
H A Dpath.c545 int path_open(Shell_t *shp,const char *name, register Pathcomp_t *pp) function

Completed in 13 milliseconds