Searched refs:ERROR_NOEXEC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 65 #define ERROR_NOEXEC EXIT_NOEXEC /* shell convention */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 646 errormsg(SH_DICT,ERROR_exit(ERROR_NOEXEC),e_funload,name,pname); in funload() 1046 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arg0); in path_exec() 1254 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in path_spawn() 1328 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript() 1336 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
|
H A D | main.c | 327 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_open,name); in sh_main()
|
H A D | xec.c | 1520 shp->exitval = ERROR_NOEXEC; in sh_exec() 3110 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_nofork); in _sh_fork() 3752 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arglist[0]); in run_subshell() 4036 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec+4); in sh_ntfork()
|
H A D | lex.c | 411 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()
|