Searched refs:e_toodeep (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dmsg.c84 const char e_toodeep[] = "%s: recursion too deep"; variable
/ast/src/cmd/ksh93/include/
H A Dbuiltins.h128 extern const char e_toodeep[];
/ast/src/cmd/ksh93/bltins/
H A Dhist.c270 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history");
H A Dmisc.c235 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script);
/ast/src/cmd/ksh93/sh/
H A Dxec.c3433 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,argv[0]);

Completed in 23 milliseconds