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