Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h111 extern const char e_funload[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c215 const char e_funload[] = "function, built-in or type definition for %s not found in %s"; variable
/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()