Home
last modified time | relevance | path

Searched refs:e_nofork (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h118 extern const char e_nofork[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c1916 const char e_nofork[] = "cannot fork"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3110 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_nofork); in _sh_fork()