Searched refs:yy_action (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c83 ** 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[
[all...]

Completed in 65 milliseconds