Searched defs:RTOKEN (Results 1 – 2 of 2) sorted by relevance
94 #define RTOKEN(x) { yylval.token = x; return x; } macro
91 #define RTOKEN(x) { yylval.token = x; return x; } macro