Searched defs:STATE_BSIZE (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dlex.c150 #define STATE_BSIZE 8 macro
194 Lex_state states[STATE_BSIZE], *statep, *s2, *base;
207 state_info.end = &state_info.base[STATE_BSIZE];
568 base = s2-- - STATE_BSIZE;
1773 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP);
1777 si->end = &news[STATE_BSIZE];
1786 si->base = old_end->ls_base - STATE_BSIZE;
1791 return (si->base + STATE_BSIZE - 1);

Completed in 1930 milliseconds