Searched refs:UngetToken (Results 1 – 3 of 3) sorted by relevance
81 void UngetToken(int, yystypepp * yylvalpp);
941 UngetToken(CPP_INTCONSTANT, yylvalpp); in MacroExpand()947 UngetToken(CPP_INTCONSTANT, yylvalpp); in MacroExpand()953 UngetToken(CPP_INTCONSTANT, yylvalpp); in MacroExpand()967 UngetToken(token, yylvalpp); in MacroExpand()
389 void UngetToken(int token, yystypepp * yylvalpp) { in UngetToken() function