Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c59 static void nesting_push(struct nesting_state *, int);
238 nesting_push(&old_nesting, smark); in nested()
429 nesting_push(&old_nesting, c); in get_command()
437 nesting_push(&old_nesting, c); in get_command()
448 nesting_push(&old_nesting, c); in get_command()
454 nesting_push(&old_nesting, c); in get_command()
876 nesting_push(struct nesting_state *save, int tok) in nesting_push() function