Lines Matching refs:yyParser
205 struct yyParser { struct
224 typedef struct yyParser yyParser; argument
281 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()
409 static void yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack()
428 yyParser *pParser = (yyParser*)p; in ParseFinalize()
461 yyParser *pParser = (yyParser*)p; in ParseStackPeak()
601 static void yyStackOverflow(yyParser *yypParser){ in yyStackOverflow()
623 static void yyTraceShift(yyParser *yypParser, int yyNewState, const char *zTag){ in yyTraceShift()
644 yyParser *yypParser, /* The parser to be shifted */ in yy_shift()
694 static void yy_accept(yyParser*); /* Forward Declaration */
707 yyParser *yypParser, /* The parser */ in yy_reduce()
760 yyParser *yypParser /* The parser */ in yy_parse_failed()
784 yyParser *yypParser, /* The parser */ in yy_syntax_error()
802 yyParser *yypParser /* The parser */ in yy_accept()
857 yyParser *yypParser = (yyParser*)yyp; /* The parser */ in Parse()