Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg.c972 __iact_must_sched = FALSE; in rd_exec_iact_stmt()
983 if (__task_has_delay || __task_has_tskcall || __iact_must_sched) in rd_exec_iact_stmt()
H A Dv.h3364 extern int32 __iact_must_sched; /* T => iact stmt(s) have $stop or loop */
H A Dcver.c507 int32 __iact_must_sched; /* T => iact stmt(s) have $stop or loop */ variable
H A Dv_fx3.c2277 { __iact_must_sched = TRUE; __func_has_fcall = TRUE; } in chkspecop_fcall()
H A Dv_fx2.c7403 if (strcmp(tkxp->lu.sy->synam, "$stop") == 0) __iact_must_sched = TRUE; in chk_nodel_stmt()