Searched defs:State_info (Results 1 - 1 of 1) sorted by last modified time

/external/mksh/src/
H A Dlex.c89 } State_info; typedef in typeref:struct:__anon28019
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;
1772 push_state_i(State_info *si, Lex_state *old_end)
1783 pop_state_i(State_info *si, Lex_state *old_end)

Completed in 71 milliseconds