Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c127 static Lex_state *pop_state_(State_info *, Lex_state *);
173 statep = pop_state_(&state_info, statep); \
1760 pop_state_(State_info *si, Lex_state *old_end) in pop_state_() function