Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c60 static void nesting_push(struct nesting_state *, int);
242 nesting_push(&old_nesting, smark); in nested()
453 nesting_push(&old_nesting, c); in get_command()
461 nesting_push(&old_nesting, c); in get_command()
472 nesting_push(&old_nesting, c); in get_command()
478 nesting_push(&old_nesting, c); in get_command()
906 nesting_push(struct nesting_state *save, int tok) in nesting_push() function