Home
last modified time | relevance | path

Searched refs:e_recursive (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/data/
H A Dstrdata.c95 const char e_recursive[] = "%s: recursion too deep"; variable
/titanic_41/usr/src/lib/libshell/common/include/
H A Dstreval.h174 extern const char e_recursive[];
H A Dshell.h109 extern const char e_recursive[];
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h118 extern __MANGLE__ const char e_recursive[];
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h118 extern __MANGLE__ const char e_recursive[];
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h118 extern __MANGLE__ const char e_recursive[];
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h118 extern __MANGLE__ const char e_recursive[];
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstreval.c170 arith_error(e_recursive,ep->expr,ep->emode); in arith_exec()