Lines Matching refs:Lex_state
82 } Lex_state; typedef
92 Lex_state *base;
93 Lex_state *end;
106 static Lex_state *push_state_i(State_info *, Lex_state *);
107 static Lex_state *pop_state_i(State_info *, Lex_state *);
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
1798 static Lex_state *
1799 push_state_i(State_info *si, Lex_state *old_end) in push_state_i()
1801 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
1809 static Lex_state *
1810 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i()
1812 Lex_state *old_base = si->base; in pop_state_i()