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

/external/mksh/src/
H A Dsyn.c33 struct yyrecursive_state { struct
34 struct yyrecursive_state *next;
1124 struct yyrecursive_state *ys;
1135 ys = alloc(sizeof(struct yyrecursive_state), ATEMP);
1164 struct yyrecursive_state *ys;

Completed in 68 milliseconds