Home
last modified time | relevance | path

Searched refs:ERROR_NOEXEC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h65 #define ERROR_NOEXEC EXIT_NOEXEC /* shell convention */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c646 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 Dmain.c327 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_open,name); in sh_main()
H A Dxec.c1520 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 Dlex.c411 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()