Lines Matching refs:yy_action
83 ** slots in the yy_action[] table.
85 ** The action table is constructed as a single large table named yy_action[].
88 ** yy_action[ yy_shift_ofst[S] + X ]
103 ** yy_action[] A single table containing all actions.
105 ** yy_action. Used to detect hash collisions.
106 ** yy_shift_ofst[] For each state, the offset into yy_action for
108 ** yy_reduce_ofst[] For each state, the offset into yy_action for
113 #define YY_SZ_ACTTAB (sizeof(yy_action)/sizeof(yy_action[0]))
357 return yy_action[i];
387 return yy_action[i];