Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg.c940 if (__iact_dcehdr != NULL) __misc_terr(__FILE__, __LINE__); in rd_exec_iact_stmt()
1001 __iact_dcehdr = NULL; in rd_exec_iact_stmt()
1017 if (__iact_can_free && __iact_dcehdr != NULL) in rd_exec_iact_stmt()
1019 __free_dceauxlst(__iact_dcehdr, 1); in rd_exec_iact_stmt()
1020 __iact_dcehdr = NULL; in rd_exec_iact_stmt()
1070 if (__iact_dcehdr != NULL) __misc_terr(__FILE__, __LINE__); in rd_exec_iact_stmt()
1148 hcp->hc_dcelst = __iact_dcehdr; in rd_exec_iact_stmt()
1149 __iact_dcehdr = NULL; in rd_exec_iact_stmt()
H A Dv_prp2.c4004 dclp->dclnxt = __iact_dcehdr; in init_iact_dce()
4005 __iact_dcehdr = dclp; in init_iact_dce()
4188 dclp->dclnxt = __iact_dcehdr; in linkon2_dce()
4189 __iact_dcehdr = dclp; in linkon2_dce()
H A Dv.h3639 extern struct dceauxlst_t *__iact_dcehdr; /* header of current iact dces */
H A Dcver.c782 struct dceauxlst_t *__iact_dcehdr; /* header of current iact dces */ variable