Lines Matching defs:Lex_state
20 typedef struct lex_state Lex_state;
21 struct lex_state {
50 Lex_state *base; /* used to point to next state block */
56 Lex_state *base;
57 Lex_state *end;
69 static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end));
70 static Lex_state *pop_state_ ARGS((State_info *si, Lex_state *old_end));
109 Lex_state states[STATE_BSIZE], *statep;
120 states[0].ls_info.base = (Lex_state *) 0;
242 Lex_state *s;
243 Lex_state *base;
1360 static Lex_state *
1363 Lex_state *old_end;
1365 Lex_state *new = alloc(sizeof(Lex_state) * STATE_BSIZE, ATEMP);
1373 static Lex_state *
1376 Lex_state *old_end;
1378 Lex_state *old_base = si->base;