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

/external/mksh/src/
H A Dlex.c156 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; local
209 state_info.base = states;
210 state_info.end = &state_info.base[STATE_BSIZE];
538 base = state_info.base;

Completed in 405 milliseconds