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
101 static Lex_state *push_state_i(State_info *, Lex_state *);
102 static Lex_state *pop_state_i(State_info *, Lex_state *);
194 State_info state_info; in yylex()
1767 push_state_i(State_info *si, Lex_state *old_end) in push_state_i()
1778 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i()