Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsyn.c42 static void nesting_push ARGS((struct nesting_state *save, int tok));
201 nesting_push(&old_nesting, smark);
343 nesting_push(&old_nesting, c);
351 nesting_push(&old_nesting, c);
362 nesting_push(&old_nesting, c);
368 nesting_push(&old_nesting, c);
760 nesting_push(save, tok) in nesting_push() function