Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c106 static Lex_state *push_state_i(State_info *, Lex_state *);
157 statep = push_state_i(&state_info, statep); \
1799 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() function