Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c84 const char e_toodeep[] = "%s: recursion too deep"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h128 extern const char e_toodeep[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c271 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
H A Dmisc.c235 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script); in b_dot_cmd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3452 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,argv[0]); in sh_funscope()