Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c163 #define STATE_BSIZE 32 macro
188 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
200 state_info.end = &state_info.base[STATE_BSIZE]; in yylex()
532 base = s2-- - STATE_BSIZE; in yylex()
1751 Lex_state *news = alloc(STATE_BSIZE * sizeof(Lex_state), ATEMP); in push_state_()
1755 si->end = &news[STATE_BSIZE]; in push_state_()
1764 si->base = old_end->ls_info.base - STATE_BSIZE; in pop_state_()
1769 return (si->base + STATE_BSIZE - 1); in pop_state_()