Searched refs:ERROR_dictionary (Results 1 – 6 of 6) sorted by relevance
29 #ifndef ERROR_dictionary30 # define ERROR_dictionary(s) (s) macro32 #define S(s) ERROR_dictionary(s)
52 #ifndef ERROR_dictionary53 #define ERROR_dictionary(t) t macro
456 #ifndef ERROR_dictionary457 # define ERROR_dictionary(s) (s) macro459 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
39 #ifndef ERROR_dictionary40 # define ERROR_dictionary(s) (s) macro112 #define seterror(v,msg) _seterror(v,ERROR_dictionary(msg))1009 message = ERROR_dictionary(e_domain); in matherr()1014 message = ERROR_dictionary(e_overflow); in matherr()1019 message = ERROR_dictionary(e_singularity); in matherr()
293 lvalue->value = (char*)ERROR_dictionary(e_function); in arith()473 lvalue->value = (char*)ERROR_dictionary(e_notset); in arith()
33 #define T(x) ERROR_dictionary(x)