Home
last modified time | relevance | path

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

/external/bison/src/
Dparse-gram.y56 static symbol *current_lhs; variable
415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1
426 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
Dparse-gram.c241 static symbol *current_lhs; variable
2082 { current_lhs = (yyvsp[(1) - (1)].symbol); current_lhs_location = (yylsp[(1) - (1)]); }
2097 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
/external/bison/
DChangeLog1201 (current_lhs, current_lhs_location): Now static.