Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c152 #define STATE_BSIZE 8 macro
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex()
213 state_info.end = &state_info.base[STATE_BSIZE]; in yylex()
572 base = s2-- - STATE_BSIZE; in yylex()
1802 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
1806 si->end = &news[STATE_BSIZE]; in push_state_i()
1815 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()
1820 return (si->base + STATE_BSIZE - 1); in pop_state_i()