YYTD_ID_BASE
#define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] &&
state_count = tables[YYTD_ID_BASE]->td_lolen;
state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
case YYTD_ID_BASE:
state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen;
state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
unsigned int state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
size_t state_count = pdb->dfa->tables[YYTD_ID_BASE]->td_lolen;