Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex3.c1515 if (__tmpitp_freelst == NULL) in __push_wrkitstk()
1522 tmpitp = __tmpitp_freelst; in __push_wrkitstk()
1524 __tmpitp_freelst = __tmpitp_freelst->up_it; in __push_wrkitstk()
1561 tmpitp->up_it = __tmpitp_freelst; in __pop_wrkitstk()
1562 __tmpitp_freelst = tmpitp; in __pop_wrkitstk()
1563 tmpip->imsym = (struct sy_t *) __tmpitp_freelst; in __pop_wrkitstk()
H A Dcver.c678 struct itree_t *__tmpitp_freelst; /* free list of wrk itps */ variable
1925 __tmpitp_freelst = NULL; in init_ds()
H A Dv.h3535 extern struct itree_t *__tmpitp_freelst; /* free list of wrk itps */