Home
last modified time | relevance | path

Searched refs:ERROR_dictionary (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/data/
H A Dsignals.c31 #ifndef ERROR_dictionary
32 # define ERROR_dictionary(s) (s) macro
34 #define S(s) ERROR_dictionary(s)
/titanic_50/usr/src/lib/libast/common/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h406 #ifndef ERROR_dictionary
407 # define ERROR_dictionary(s) (s) macro
409 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dstreval.c39 #ifndef ERROR_dictionary
40 # define ERROR_dictionary(s) (s) macro
110 #define seterror(v,msg) _seterror(v,ERROR_dictionary(msg))
908 message = ERROR_dictionary(e_domain); in matherr()
913 message = ERROR_dictionary(e_overflow); in matherr()
918 message = ERROR_dictionary(e_singularity); in matherr()
H A Darith.c179 lvalue->value = (char*)ERROR_dictionary(e_function); in arith()
326 lvalue->value = (char*)ERROR_dictionary(e_notset); in arith()
/titanic_50/usr/src/lib/libdll/common/
H A Ddlfcn.c35 #define T(x) ERROR_dictionary(x)