Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1785 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() argument
1789 news[0].ls_base = old_end; in push_state_i()
1796 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i() argument
1800 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()
1801 si->end = old_end->ls_base; in pop_state_i()