Searched refs:yy_pop_parser_stack (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c277 static int yy_pop_parser_stack(yyParser *pParser){ function
313 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser);
410 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
502 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
535 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
650 yy_pop_parser_stack(yypParser);

Completed in 43 milliseconds