Searched refs:token_actions (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/tools/json_comment_eater/ |
D | json_comment_eater.py | 55 token_actions = { 62 token_index, token = _FindNextToken(input, token_actions.keys(), pos) 67 pos = token_actions[token](input, token_index + len(token), output)
|
/external/bison/src/ |
D | tables.c | 430 token_actions (void) in token_actions() function 829 token_actions (); in tables_generate()
|
/external/bison/ |
D | ChangeLog-2012 | 2738 (token_actions): Adjust code. 5208 equivalent use of yydefact, which was computed in token_actions in 11563 (token_actions): Likewise for yydefact, actrow, conflrow, 13079 (token_actions, token_actions, pack_vector): Ditto. 15613 (token_actions): Always create conflict_list. 16220 (token_actions): here. 16296 (action_row, save_row, token_actions, save_column, default_goto) 16301 * src/output.c (token_actions, output_base, output_conflicts) 16378 (token_actions): Report rules never reduced. 16451 (token_actions): Adjust. [all …]
|