Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg.c63 static void init_iahctrl(struct hctrl_t *);
64 static void init_sched_iathd(struct hctrl_t *);
71 static void free_done_iact_control(struct hctrl_t *, int32);
109 extern void __do_iact_disable(struct hctrl_t *, int32);
934 struct hctrl_t *hcp; in rd_exec_iact_stmt()
1111 hcp = (struct hctrl_t *) __my_malloc(sizeof(struct hctrl_t)); in rd_exec_iact_stmt()
1205 static void init_iahctrl(struct hctrl_t *hcp) in init_iahctrl()
1224 static void init_sched_iathd(struct hctrl_t *hcp) in init_sched_iathd()
1669 extern void __do_iact_disable(struct hctrl_t *hcp, int32 lv_ctrl) in __do_iact_disable()
1687 static void free_done_iact_control(struct hctrl_t *hcp, int32 lv_ctrl) in free_done_iact_control()
[all …]
H A Dv.h1201 struct hctrl_t { struct
1207 struct hctrl_t *hc_nxt; /* list next for non history traversing */ argument
1208 struct hctrl_t *hc_prev; /* and previous */ argument
1218 struct hctrl_t *iah_hcp; /* parsed suspended stmt control record */ argument
2809 struct hctrl_t *th_hctrl; /* for iact, pointer to control rec. */
3593 extern struct hctrl_t *__hctrl_hd; /* head of active iact stmts */
3594 extern struct hctrl_t *__hctrl_end;/* and end */
H A Dv_dbg2.c164 extern void __do_iact_disable(struct hctrl_t *, int32);
3048 struct hctrl_t *hcp, *hcp2; in __reset_to_time0()
3079 __my_free((char *) hcp, sizeof(struct hctrl_t)); in __reset_to_time0()
H A Dcver.c736 struct hctrl_t *__hctrl_hd; /* head of active iact stmts */
737 struct hctrl_t *__hctrl_end;/* and end */
H A Dv_ex.c207 extern void __do_iact_disable(struct hctrl_t *, int32);