Home
last modified time | relevance | path

Searched refs:SYM_STSK (Results 1 – 12 of 12) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c1456 if (syp->sytyp != SYM_STSK) in __rd_tskenable()
3723 if (syp->sytyp != SYM_STSK) in find_systf_sym()
H A Dv_dbg.c3395 case SYM_M: case SYM_PRIM: case SYM_UDP: case SYM_STSK: case SYM_SF: in print_iddecl_ref()
H A Dv.h626 #define SYM_STSK 2 /* built in system task name */ macro
H A Dv_fx2.c3498 case SYM_TSK: case SYM_F: case SYM_STSK: case SYM_SF: in chk_modsym()
8388 if (syp->sytyp == SYM_STSK) return; in bld_tskenable_evxlst()
H A Dcver.c4234 syp->sytyp = SYM_STSK; in add_systsksym()
H A Dv_tf.c475 syp->sytyp = SYM_STSK; in add_veriusertf_task()
H A Dv_ms.c5188 case SYM_STSK: strcpy(s, "systask"); break; in __to_sytyp()
H A Dv_vpi.c675 syp->sytyp = SYM_STSK; in task_add_vpi_systf()
H A Dv_fx.c7366 if (syp->sytyp != SYM_STSK && syp->sytyp != SYM_SF in __copy_expr()
H A Dv_vpi2.c1150 if (stp->st.stkc.tsksyx->lu.sy->sytyp == SYM_STSK) return(vpiSysTaskCall); in __to_vpi_stmttyp()
H A Dv_prp2.c6474 if (syp->sytyp == SYM_STSK) in cmp_xform1_stmt()
H A Dv_ex.c2835 if (syp->sytyp == SYM_STSK) in __exec_tskcall()