Home
last modified time | relevance | path

Searched refs:__task_has_tskcall (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c6038 __task_has_tskcall = FALSE; in chk_1tsk()
7253 __task_has_tskcall = FALSE; in chk_funcdef()
7408 if (__checking_only) __task_has_tskcall = TRUE; in chk_nodel_stmt()
7432 sav_has_tskcall = __task_has_tskcall; in chk_nodel_stmt()
7434 __task_has_tskcall = FALSE; in chk_nodel_stmt()
7446 if (!__task_has_tskcall) __task_has_tskcall = sav_has_tskcall; in chk_nodel_stmt()
7471 sav_has_tskcall = __task_has_tskcall; in chk_nodel_stmt()
7473 __task_has_tskcall = FALSE; in chk_nodel_stmt()
7497 if (!__task_has_tskcall) __task_has_tskcall = sav_has_tskcall; in chk_nodel_stmt()
7503 else __task_has_tskcall = sav_has_tskcall; in chk_nodel_stmt()
[all …]
H A Dv_dbg.c978 __task_has_tskcall = 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.h3361 extern int32 __task_has_tskcall;/* T => task calls other task (not name blk) */
H A Dcver.c504 int32 __task_has_tskcall;/* T => task calls other task (not name blk) */ variable