Lines Matching refs:ERR_YACC
65 #define ERR_YACC 0x0280 // macro
66 #define ERR_DOUBLEID (ERR_YACC +1 ) //
67 #define ERR_FALSETYPE (ERR_YACC +2 ) //
68 #define ERR_NOVARIABLENAME (ERR_YACC +3 ) //
69 #define ERR_USHORTRANGE (ERR_YACC +4 ) //
70 #define ERR_IDRANGE (ERR_YACC +5 ) //
71 #define ERR_NOCOPYOBJ (ERR_YACC +6 ) //
72 #define ERR_REFNOTALLOWED (ERR_YACC +7 ) // Return
73 #define ERR_DOUBLEDEFINE (ERR_YACC +8 ) //
74 #define ERR_COPYNOTALLOWED (ERR_YACC +9 ) //
75 #define ERR_IDEXPECTED (ERR_YACC +10) //
76 #define ERR_ZERODIVISION (ERR_YACC +11) //
77 #define ERR_PRAGMA (ERR_YACC +12) //
78 #define ERR_DECLAREDEFINE (ERR_YACC +13) //
79 #define ERR_NOTUPELNAME (ERR_YACC +14) //
80 #define ERR_NOTYPE (ERR_YACC +15) //