Public Attributes | |
int | nAction |
int | nActionAlloc |
struct { | |
int lookahead | |
int action | |
} | aAction |
struct { | |
int lookahead | |
int action | |
} | aLookahead |
int | mnLookahead |
int | mnAction |
int | mxLookahead |
int | nLookahead |
int | nLookaheadAlloc |
Definition at line 411 of file lemon.c.
int acttab::nAction |
int acttab::action |
struct { ... } * acttab::aAction |
Referenced by acttab_free(), and acttab_insert().
struct { ... } * acttab::aLookahead |
Referenced by acttab_action(), acttab_free(), and acttab_insert().
int acttab::mnAction |