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

/external/mksh/src/
H A Dsyn.c28 struct nesting_state { struct
59 static void nesting_push(struct nesting_state *, int);
60 static void nesting_pop(struct nesting_state *);
70 static struct nesting_state nesting; /* \n changed to ; */
236 struct nesting_state old_nesting;
266 struct nesting_state old_nesting;
876 nesting_push(struct nesting_state *save, int tok)
884 nesting_pop(struct nesting_state *saved)

Completed in 96 milliseconds