Searched refs:yyParser (Results 1 – 1 of 1) sorted by relevance
154 struct yyParser { struct160 typedef struct yyParser yyParser; argument239 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 */[all …]