Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dcvmacros.h82 if (++__xspi >= __maxxnest) __grow_xstk(); \
H A Dv_ex2.c1244 old_maxxnest = __maxxnest; in __grow_xstk()
1246 if (__maxxnest >= XNESTFIXINC) __maxxnest += XNESTFIXINC; in __grow_xstk()
1247 else __maxxnest *= 2; in __grow_xstk()
1248 nsize = __maxxnest*sizeof(struct xstk_t *); in __grow_xstk()
1251 for (i = old_maxxnest; i < __maxxnest; i++) in __grow_xstk()
H A Dcver.c585 int32 __maxxnest; /* current size of expr. stack - must grow */ variable
1786 __maxxnest = MAXXNEST; in init_ds()
1787 __xstk = (struct xstk_t **) __my_malloc(__maxxnest*sizeof(struct xstk_t *)); in init_ds()
1789 for (i = 0; i < __maxxnest; i++) in init_ds()
H A Dv.h3442 extern int32 __maxxnest; /* current size of expr. stack - must grow */