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

/ast/src/cmd/ksh93/data/
H A Dsignals.c29 #ifndef ERROR_dictionary
30 # define ERROR_dictionary(s) (s) macro
32 #define S(s) ERROR_dictionary(s)
/ast/src/lib/libast/include/
H A Derror.h52 #ifndef ERROR_dictionary
53 #define ERROR_dictionary(t) t macro
/ast/src/cmd/ksh93/sh/
H A Dstreval.c39 #ifndef ERROR_dictionary
40 # define ERROR_dictionary(s) (s) macro
112 #define seterror(v,msg) _seterror(v,ERROR_dictionary(msg))
1002 message = ERROR_dictionary(e_domain);
1007 message = ERROR_dictionary(e_overflow);
1012 message = ERROR_dictionary(e_singularity);
/ast/src/cmd/ksh93/include/
H A Ddefs.h451 #ifndef ERROR_dictionary
452 # define ERROR_dictionary(s) (s) macro
454 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))

Completed in 16 milliseconds