Lines Matching refs:yyParser
154 struct yyParser { struct
160 typedef struct yyParser yyParser; argument
239 yyParser *pParser; in ParseAlloc()
240 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in ParseAlloc()
277 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack()
311 yyParser *pParser = (yyParser*)p; in ParseFree()
326 yyParser *pParser, /* The parser */ in yy_find_shift_action()
370 yyParser *pParser, /* The parser */ in yy_find_reduce_action()
395 yyParser *yypParser, /* The parser to be shifted */ in yy_shift()
443 static void yy_accept(yyParser*); /* Forward Declaration */
450 yyParser *yypParser, /* The parser */ in yy_reduce()
494 yyParser *yypParser /* The parser */ in yy_parse_failed()
513 yyParser *yypParser, /* The parser */ in yy_syntax_error()
527 yyParser *yypParser /* The parser */ in yy_accept()
571 yyParser *yypParser; /* The parser */ in Parse()
574 yypParser = (yyParser*)yyp; in Parse()