Searched refs:yyParser (Results 1 – 3 of 3) sorted by relevance
205 struct yyParser { struct224 typedef struct yyParser yyParser; argument281 static int yyGrowStack(yyParser *p){ in yyGrowStack()321 yyParser *yypParser = (yyParser*)yypRawParser; in ParseInit()360 yyParser *yypParser; in ParseAlloc()361 yypParser = (yyParser*)(*mallocProc)( (YYMALLOCARGTYPE)sizeof(yyParser) ); in ParseAlloc()379 yyParser *yypParser, /* The parser */ in yy_destructor()428 yyParser *pParser = (yyParser*)p; in ParseFinalize()461 yyParser *pParser = (yyParser*)p; in ParseStackPeak()707 yyParser *yypParser, /* The parser */ in yy_reduce()[all …]
41 yyParser xp; in main()
577 yyParser sEngine; /* Space to hold the Lemon-generated Parser object */