Searched refs:ERROR_dictionary (Results 1 – 10 of 10) sorted by relevance
31 #ifndef ERROR_dictionary32 # define ERROR_dictionary(s) (s) macro34 #define S(s) ERROR_dictionary(s)
52 #ifndef ERROR_dictionary53 #define ERROR_dictionary(t) t macro
61 #ifndef ERROR_dictionary62 #define ERROR_dictionary(t) t macro
406 #ifndef ERROR_dictionary407 # define ERROR_dictionary(s) (s) macro409 #define sh_translate(s) _sh_translate(ERROR_dictionary(s))
39 #ifndef ERROR_dictionary40 # define ERROR_dictionary(s) (s) macro110 #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()
179 lvalue->value = (char*)ERROR_dictionary(e_function); in arith()326 lvalue->value = (char*)ERROR_dictionary(e_notset); in arith()
35 #define T(x) ERROR_dictionary(x)