Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c121 #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