Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c116 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\
134 static int stack_grow(Lex_t*);
2399 static int stack_grow(Lex_t *lp) in stack_grow() function