Lines Matching defs:base
62 struct lex_state *base;
81 #define ls_base u.base
87 Lex_state *base;
162 if (--statep == state_info.base) \
197 Lex_state states[STATE_BSIZE], *statep, *s2, *base;
209 state_info.base = states;
210 state_info.end = &state_info.base[STATE_BSIZE];
538 base = state_info.base;
540 for (; s2 != base; s2--) {
546 if (s2 != base)
550 base = s2-- - STATE_BSIZE;
1807 si->base = &news[0];
1815 Lex_state *old_base = si->base;
1817 si->base = old_end->ls_base - STATE_BSIZE;
1822 return (si->base + STATE_BSIZE - 1);