Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c236 struct nesting_state old_nesting; in nested() local
238 nesting_push(&old_nesting, smark); in nested()
241 nesting_pop(&old_nesting); in nested()
269 struct nesting_state old_nesting; in get_command() local
449 nesting_push(&old_nesting, c); in get_command()
452 nesting_pop(&old_nesting); in get_command()
457 nesting_push(&old_nesting, c); in get_command()
461 nesting_pop(&old_nesting); in get_command()
468 nesting_push(&old_nesting, c); in get_command()
470 nesting_pop(&old_nesting); in get_command()
[all …]