Searched refs:state_info (Results 1 – 1 of 1) sorted by relevance
156 if (++statep == state_info.end) \157 statep = push_state_(&state_info, statep); \162 if (--statep == state_info.base) \163 statep = pop_state_(&state_info, statep); \198 State_info state_info; in yylex() local209 state_info.base = states; in yylex()210 state_info.end = &state_info.base[STATE_BSIZE]; in yylex()538 base = state_info.base; in yylex()