Home
last modified time | relevance | path

Searched defs:nesting_state (Results 1 – 1 of 1) sorted by relevance

/minix3/bin/ksh/
H A Dsyn.c17 struct nesting_state { struct
18 int start_token; /* token than began nesting (eg, FOR) */
42 static void nesting_push ARGS((struct nesting_state *save, int tok)); argument