Searched refs:sh_source (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dio.h88 extern int sh_source(Shell_t*, Sfio_t*, const char*);
/ast/src/cmd/ksh93/sh/
H A Dmain.c94 int sh_source(Shell_t *shp, Sfio_t *iop, const char *file) function
102 REGRESS(source, "sh_source", ("%s:ENOENT", file));
108 REGRESS(source, "sh_source", ("%s", file));
202 sh_source(shp, iop, e_sysprofile);
206 while ((name = *files++) && !sh_source(shp, iop, sh_mactry(shp,name)));
219 sh_source(shp, iop, e_bash_sysrc);
221 sh_source(shp, iop, shp->gd->rcfile ? shp->gd->rcfile : sh_mactry(shp,(char*)e_bash_rc));
230 sh_source(shp, iop, e_sysrc);
234 sh_source(shp, iop, name);
240 sh_source(sh
[all...]
H A Dbash.c322 sh_source(shp, NiL, sh_mactry(shp,(char*)e_bash_logout));

Completed in 11 milliseconds