Searched refs:sh_addlib (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | path.h | 104 extern int sh_addlib(Shell_t*,void*,char*,Pathcomp_t*);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 900 int sh_addlib(Shell_t* shp, void* dll, char* name, Pathcomp_t* pp) function 949 int sh_addlib(Shell_t* shp, void* library, char* name, Pathcomp_t* pp) function 1049 sh_addlib(tdata.sh,library,arg,NiL);
|
/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 827 sh_addlib(shp,dll,stakptr(m),oldpp); 846 sh_addlib(shp,dll,stakptr(m),oldpp);
|
Completed in 27 milliseconds