Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlempar.c716 int yysize; /* Amount to pop the stack */ in yy_reduce() local
737 yysize = yyRuleInfoNRhs[yyruleno]; in yy_reduce()
738 yyact = yy_find_reduce_action(yymsp[yysize].stateno,(YYCODETYPE)yygoto); in yy_reduce()
747 yymsp += yysize+1; in yy_reduce()
888 int yysize = yyRuleInfoNRhs[yyruleno]; in Parse() local
889 if( yysize ){ in Parse()
894 yypParser->yytos[yysize].stateno); in Parse()