Home
last modified time | relevance | path

Searched refs:STATE_BSIZE (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dlex.c147 #define STATE_BSIZE 8 macro
193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
206 state_info.end = &state_info.base[STATE_BSIZE]; in yylex()
569 base = s2-- - STATE_BSIZE; in yylex()
1769 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
1773 si->end = &news[STATE_BSIZE]; in push_state_i()
1782 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()
1787 return (si->base + STATE_BSIZE - 1); in pop_state_i()