Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c89 } State_info; typedef
102 static Lex_state *push_state_i(State_info *, Lex_state *);
103 static Lex_state *pop_state_i(State_info *, Lex_state *);
195 State_info state_info; in yylex()
1785 push_state_i(State_info *si, Lex_state *old_end) in push_state_i()
1796 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i()