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);
240 nesting_push(&old_nesting, smark); in nested()
445 nesting_push(&old_nesting, c); in get_command()
453 nesting_push(&old_nesting, c); in get_command()
464 nesting_push(&old_nesting, c); in get_command()
470 nesting_push(&old_nesting, c); in get_command()
898 nesting_push(struct nesting_state *save, int tok) in nesting_push() function