Searched refs:e_found (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ksh93/data/ |
H A D | msg.c | 80 const char e_found[] = "%s: not found"; variable
|
/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 110 extern const char e_found[];
|
/ast/src/cmd/ksh93/bltins/ |
H A D | hist.c | 149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]);
|
H A D | whence.c | 288 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name));
|
H A D | misc.c | 251 errormsg(SH_DICT,ERROR_exit(1),e_found,script);
|
/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 1040 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0);
|
H A D | xec.c | 1515 errormsg(SH_DICT,ERROR_exit(0),e_found,"function"); 4003 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4);
|
Completed in 238 milliseconds