Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c107 static Lex_state *pop_state_i(State_info *, Lex_state *);
164 statep = pop_state_i(&state_info, statep); \
1810 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i() function