Home
last modified time | relevance | path

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

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