Lines Matching refs:Lex_state
80 } Lex_state; typedef
87 Lex_state *base;
88 Lex_state *end;
102 static Lex_state *push_state_(State_info *, Lex_state *);
103 static Lex_state *pop_state_(State_info *, Lex_state *);
197 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
1801 static Lex_state *
1802 push_state_(State_info *si, Lex_state *old_end) in push_state_()
1804 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_()
1812 static Lex_state *
1813 pop_state_(State_info *si, Lex_state *old_end) in pop_state_()
1815 Lex_state *old_base = si->base; in pop_state_()