Lex_state
Lex_state states[STATE_BSIZE], *statep;
static Lex_state *
push_state_(State_info *si, Lex_state *old_end)
Lex_state *new = areallocarray(NULL, STATE_BSIZE,
sizeof(Lex_state), ATEMP);
static Lex_state *
pop_state_(State_info *si, Lex_state *old_end)
Lex_state *old_base = si->base;
Lex_state *s = statep;
Lex_state *base = state_info.base;
Lex_state *base; /* used to point to next state block */
Lex_state *base;
Lex_state *end;
static Lex_state *push_state_(State_info *, Lex_state *);
static Lex_state *pop_state_(State_info *, Lex_state *);