Lines Matching refs:yylen
330 private int yyaction (int yyn, YYStack yystack, int yylen) ]b4_maybe_throws([b4_throws])[
333 ]b4_locations_if([b4_location_type[ yyloc = yylloc (yystack, yylen);]])[
341 if (yylen > 0)
342 yyval = yystack.valueAt (yylen - 1);
356 yystack.pop (yylen);
357 yylen = 0;
437 int yylen = 0;
568 yylen = yyr2_[yyn];
569 label = yyaction (yyn, yystack, yylen);
612 ]b4_locations_if([yyerrloc = yystack.locationAt (yylen - 1);])[
615 yystack.pop (yylen);
616 yylen = 0;