Searched defs:ERROR_dictionary (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/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)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h61 #ifndef ERROR_dictionary
62 #define ERROR_dictionary(t) t macro
/illumos-gate/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);
913 message = ERROR_dictionary(e_overflow);
918 message = ERROR_dictionary(e_singularity);
/illumos-gate/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))

Completed in 73 milliseconds