Lines Matching refs:yyParser
332 struct yyParser { struct
338 typedef struct yyParser yyParser; argument
471 yyParser *pParser; in configparserAlloc()
472 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in configparserAlloc()
572 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack()
606 yyParser *pParser = (yyParser*)p; in configparserFree()
621 yyParser *pParser, /* The parser */ in yy_find_shift_action()
665 yyParser *pParser, /* The parser */ in yy_find_reduce_action()
690 yyParser *yypParser, /* The parser to be shifted */ in yy_shift()
776 static void yy_accept(yyParser*); /* Forward Declaration */
783 yyParser *yypParser, /* The parser */ in yy_reduce()
1416 yyParser *yypParser /* The parser */ in yy_parse_failed()
1439 yyParser *yypParser, /* The parser */ in yy_syntax_error()
1454 yyParser *yypParser /* The parser */ in yy_accept()
1497 yyParser *yypParser; /* The parser */ in configparser()
1500 yypParser = (yyParser*)yyp; in configparser()