Lines Matching refs:yyParser
151 struct yyParser { struct
157 typedef struct yyParser yyParser; argument
236 yyParser *pParser; in ParseAlloc()
237 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in ParseAlloc()
274 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack()
308 yyParser *pParser = (yyParser*)p; in ParseFree()
323 yyParser *pParser, /* The parser */ in yy_find_shift_action()
367 yyParser *pParser, /* The parser */ in yy_find_reduce_action()
392 yyParser *yypParser, /* The parser to be shifted */ in yy_shift()
440 static void yy_accept(yyParser*); /* Forward Declaration */
447 yyParser *yypParser, /* The parser */ in yy_reduce()
491 yyParser *yypParser /* The parser */ in yy_parse_failed()
510 yyParser *yypParser, /* The parser */ in yy_syntax_error()
524 yyParser *yypParser /* The parser */ in yy_accept()
568 yyParser *yypParser; /* The parser */ in Parse()
571 yypParser = (yyParser*)yyp; in Parse()