Lines Matching refs:script
209 register char *script;
230 script = *argv;
231 if(error_info.errors || !script)
234 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script);
238 np = nv_search(script,shp->fun_tree,0);
243 path_search(script,NIL(Pathcomp_t**),0);
250 errormsg(SH_DICT,ERROR_exit(1),e_found,script);
257 if((fd=path_open(script,path_get(script))) < 0)
258 errormsg(SH_DICT,ERROR_system(1),e_open,script);