Searched refs:stack_grow (Results 1 – 1 of 1) sorted by relevance
121 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\139 static int stack_grow(Lex_t*);2565 static int stack_grow(Lex_t *lp) in stack_grow() function