Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c94 } State_info; typedef
106 static Lex_state *push_state_i(State_info *, Lex_state *);
107 static Lex_state *pop_state_i(State_info *, Lex_state *);
201 State_info state_info; in yylex()
1799 push_state_i(State_info *si, Lex_state *old_end) in push_state_i()
1810 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i()