Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c216 struct nesting_state old_nesting; in nested() local
218 nesting_push(&old_nesting, smark); in nested()
221 nesting_pop(&old_nesting); in nested()
232 struct nesting_state old_nesting; in get_command() local
409 nesting_push(&old_nesting, c); in get_command()
412 nesting_pop(&old_nesting); in get_command()
417 nesting_push(&old_nesting, c); in get_command()
421 nesting_pop(&old_nesting); in get_command()
428 nesting_push(&old_nesting, c); in get_command()
430 nesting_pop(&old_nesting); in get_command()
[all …]