Searched refs:STATE_BSIZE (Results 1 – 1 of 1) sorted by relevance
152 #define STATE_BSIZE 8 macro200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()213 state_info.end = &state_info.base[STATE_BSIZE]; in yylex()571 base = s2-- - STATE_BSIZE; in yylex()1801 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()1805 si->end = &news[STATE_BSIZE]; in push_state_i()1814 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()1819 return (si->base + STATE_BSIZE - 1); in pop_state_i()