Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-code.l857 translate_action (code_props *self, int sc_context) in translate_action() function
933 self->code = translate_action (self, INITIAL); in code_props_translate_code()
936 self->code = translate_action (self, SC_SYMBOL_ACTION); in code_props_translate_code()
939 self->code = translate_action (self, SC_RULE_ACTION); in code_props_translate_code()
Dscan-code.c3046 translate_action (code_props *self, int sc_context) in translate_action() function
3122 self->code = translate_action (self, INITIAL); in code_props_translate_code()
3125 self->code = translate_action (self, SC_SYMBOL_ACTION); in code_props_translate_code()
3128 self->code = translate_action (self, SC_RULE_ACTION); in code_props_translate_code()
/external/bison/
DChangeLog-20125959 (translate_action): Add a code_props* argument and remove the rule,
6543 * src/scan-code.l (translate_action): Don't bother invoking
6608 (translate_symbol_action, translate_code, translate_action): Return
7544 * src/scan-code.h, src/scan-code.l (translate_action)
7849 translate_action): Add a rule argument and use it instead of the global
7852 argument, so pass it on to translate_action instead of assigning
7855 translate_action.