Home
last modified time | relevance | path

Searched refs:old_maxnest (Results 1 – 1 of 1) sorted by path

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c3279 int32 old_maxnest; in grow_fcstk() local
3282 old_maxnest = __maxfcnest; in grow_fcstk()
3283 osize = old_maxnest*sizeof(struct task_t *); in grow_fcstk()
3289 for (i = old_maxnest; i < __maxfcnest; i++) __fcstk[i] = NULL; in grow_fcstk()