Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlempar.c277 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
313 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ParseFree()
410 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
502 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
535 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
650 yy_pop_parser_stack(yypParser); in Parse()