Searched refs:current_lhs (Results 1 – 3 of 3) sorted by relevance
56 static symbol *current_lhs; variable415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1426 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
241 static symbol *current_lhs; variable2082 { current_lhs = (yyvsp[(1) - (1)].symbol); current_lhs_location = (yylsp[(1) - (1)]); }2097 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
1201 (current_lhs, current_lhs_location): Now static.