Home
last modified time | relevance | path

Searched refs:__monit_dcehdr (Results 1 – 5 of 5) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex2.c280 if (__monit_dcehdr != NULL) in __start_monitor()
283 __monit_dcehdr = NULL; in __start_monitor()
311 __monit_dcehdr = NULL; in __start_monitor()
325 __dcelst_on(__monit_dcehdr); in __start_monitor()
328 init_dcelst(__monit_dcehdr); in __start_monitor()
460 __monit_dcehdr = NULL; in __start_fmonitor()
465 __monit_dcehdr = NULL; in __start_fmonitor()
480 __monit_dcehdr = sav_dclp; in __start_fmonitor()
563 __monit_dcehdr = NULL; in __prep_insrc_monit()
582 __monit_dcehdr = NULL; in __prep_insrc_monit()
[all …]
H A Dv_dbg2.c3182 for (dclp = __monit_dcehdr; dclp != NULL; dclp = dclp->dclnxt) in __reset_to_time0()
3188 if (__monit_dcehdr != NULL) __monit_dcehdr = NULL; in __reset_to_time0()
H A Dv_sim.c565 __exec_monit(__monit_dcehdr, in __pv_sim()
5240 __monit_dcehdr = NULL; in init_stime()
5355 __monit_dcehdr = NULL; in reinit_stime()
H A Dv.h3578 extern struct dceauxlst_t *__monit_dcehdr; /* header of current dces */
H A Dcver.c721 struct dceauxlst_t *__monit_dcehdr; /* header of current dces */ variable