Lines Matching refs:sh_source
114 int sh_source(Shell_t *shp, Sfio_t *iop, const char *file)
122 REGRESS(source, "sh_source", ("%s:ENOENT", file));
128 REGRESS(source, "sh_source", ("%s", file));
225 sh_source(shp, iop, e_sysprofile);
229 while ((name = *files++) && !sh_source(shp, iop, sh_mactry(shp,name)));
242 sh_source(shp, iop, e_bash_sysrc);
244 sh_source(shp, iop, shp->gd->rcfile ? shp->gd->rcfile : sh_mactry(shp,(char*)e_bash_rc));
253 sh_source(shp, iop, e_sysrc);
257 sh_source(shp, iop, name);
263 sh_source(shp, iop, e_suidprofile);