Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c60 static void nesting_push(struct nesting_state *, int);
242 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()
897 nesting_push(struct nesting_state *save, int tok) in nesting_push() function