Searched refs:exgrowstack (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libexpr/
H A DOexparse.c41 static int exgrowstack(void);
790 static int exgrowstack(void) function
848 if (exss == NULL && exgrowstack()) goto exoverflow;
877 if (exssp >= exsslim && exgrowstack())
918 if (exssp >= exsslim && exgrowstack())
2122 if (exssp >= exsslim && exgrowstack())

Completed in 272 milliseconds