Searched refs:e_found (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dmsg.c80 const char e_found[] = "%s: not found"; variable
/ast/src/cmd/ksh93/include/
H A Dshell.h110 extern const char e_found[];
/ast/src/cmd/ksh93/bltins/
H A Dhist.c149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]);
H A Dwhence.c288 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name));
H A Dmisc.c251 errormsg(SH_DICT,ERROR_exit(1),e_found,script);
/ast/src/cmd/ksh93/sh/
H A Dpath.c1040 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0);
H A Dxec.c1515 errormsg(SH_DICT,ERROR_exit(0),e_found,"function");
4003 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4);

Completed in 238 milliseconds