Searched defs:yypParser (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c53 ** ParseARG_STORE Code to store %extra_argument into yypParser
54 ** ParseARG_FETCH Code to extract %extra_argument from yypParser
395 yyParser *yypParser, /* The parser to be shifted */
401 yypParser->yyidx++;
402 if( yypParser->yyidx>=YYSTACKDEPTH ){
404 yypParser->yyidx--;
410 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
417 yytos = &yypParser->yystack[yypParser
394 yy_shift( yyParser *yypParser, int yyNewState, int yyMajor, YYMINORTYPE *yypMinor ) argument
449 yy_reduce( yyParser *yypParser, int yyruleno ) argument
512 yy_syntax_error( yyParser *yypParser, int yymajor, YYMINORTYPE yyminor ) argument
571 yyParser *yypParser; /* The parser */ local
[all...]

Completed in 45 milliseconds