Searched refs:mc_last_id (Results 1 – 2 of 2) sorted by relevance
34 static rc_uint_type mc_last_id = 0; variable185 mc_last_id = $1;197 $$ = ++mc_last_id;205 $$ = mc_last_id + $2;
104 static rc_uint_type mc_last_id = 0; variable1550 mc_last_id = (yyvsp[-1].ival); in yyparse()1576 (yyval.ival) = ++mc_last_id; in yyparse()1592 (yyval.ival) = mc_last_id + (yyvsp[0].ival); in yyparse()