HomeSort by: relevance | last modified time | path
    Searched defs:nesting_state (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
syn.c 17 struct nesting_state { struct
42 static void nesting_push ARGS((struct nesting_state *save, int tok));
43 static void nesting_pop ARGS((struct nesting_state *saved));
57 static struct nesting_state nesting; /* \n changed to ; */
199 struct nesting_state old_nesting;
216 struct nesting_state old_nesting;
761 struct nesting_state *save;
771 struct nesting_state *saved;

Completed in 11 milliseconds