Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex4.c5288 if (strcmp(keyws, "$dumpoff") == 0) __dv_func = DMPV_DUMPX; in __do_dmpvars_baseline()
5289 else __dv_func = DMPV_DMPALL; in __do_dmpvars_baseline()
5394 if (__dv_func == DMPV_DUMPX) bld1_xdvval(np, dvcodp); in dmp_insts_ofwire()
5458 __dv_func = DMPV_CHGONLY; in __do_dmpvars_chg()
H A Dv.h3229 extern int32 __dv_func; /* global set with type of dumpvar dumping */
H A Dcver.c372 int32 __dv_func; /* global set with type of dumpvar dumping */ variable