Home
last modified time | relevance | path

Searched refs:Lex_state (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dlex.c80 } Lex_state; typedef
87 Lex_state *base;
88 Lex_state *end;
102 static Lex_state *push_state_i(State_info *, Lex_state *);
103 static Lex_state *pop_state_i(State_info *, Lex_state *);
194 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
1784 static Lex_state *
1785 push_state_i(State_info *si, Lex_state *old_end) in push_state_i()
1787 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
1795 static Lex_state *
[all …]