Home
last modified time | relevance | path

Searched refs:DC_EVENT (Results 1 – 8 of 8) sorted by relevance

/dports/comms/deforaos-phone/Phone-0.5.1/src/plugins/
H A Ddebug.c43 DC_EVENT enumerator
45 #define DC_LAST DC_EVENT
266 "text", DC_EVENT, NULL); in _debug_init()
383 DC_DATE_DISPLAY, tbuf, DC_EVENT, ebuf, -1); in _debug_event()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c1348 if (dtyp == DC_EVENT && is_evctl_impl) in rd_taske_or_proc_assign()
1355 if (dtyp == DC_EVENT) dtyp = DC_RHSEVENT; in rd_taske_or_proc_assign()
1667 *dtyp = DC_EVENT; in rd_delctrl()
1783 if (*dtyp == DC_EVENT) __bld_evxtree(); else __bld_xtree(0); in rd_delctrl()
H A Dv_cnv.c2723 if (dctp->dctyp < DC_EVENT || dctp->dctyp > DC_WAITEVENT) in __dmp1_dcelstel()
5459 case DC_EVENT: in __dmp_dctrl()
5472 if (dctp->dctyp == DC_RHSEVENT) tmpdctp.dctyp = DC_EVENT; in __dmp_dctrl()
H A Dv.h712 #define DC_EVENT 1 macro
H A Dv_ex.c1515 if (dctp->dctyp == DC_EVENT) addch_('@'); else addch_('#'); in exec_dctrl()
1530 case DC_EVENT: in exec_dctrl()
H A Dv_ms.c5681 case DC_EVENT: strcpy(s,"event"); break; in __to_dcenam()
H A Dv_vpi2.c1110 if (stp->st.sdc->dctyp == DC_EVENT) return(vpiEventControl); in __to_vpi_stmttyp()
H A Dv_fx2.c8150 if (dctp->dctyp == DC_EVENT || dctp->dctyp == DC_RHSEVENT) in chk_dctrl()