Home
last modified time | relevance | path

Searched refs:__strobe_hdr (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg2.c3144 if (__strobe_hdr != NULL) in __reset_to_time0()
3147 for (strbp = __strobe_hdr; strbp != NULL; strbp = strbp->strbnxt) in __reset_to_time0()
3151 __strb_freelst = __strobe_hdr; in __reset_to_time0()
3153 __strobe_hdr = __strobe_end = NULL; in __reset_to_time0()
H A Dv_ex2.c814 for (strblp = __strobe_hdr; strblp != NULL; strblp = strblp->strbnxt) in __exec_strobes()
849 if (__strobe_hdr != NULL) in __exec_strobes()
850 { __strobe_end->strbnxt = __strb_freelst; __strb_freelst = __strobe_hdr; } in __exec_strobes()
851 __strobe_hdr = __strobe_end = NULL; in __exec_strobes()
H A Dv.h3571 extern struct strblst_t *__strobe_hdr; /* list strobe display at slot end */
H A Dv_ex.c4819 if (__strobe_hdr == NULL) in __exec_stsk()
4821 __strobe_hdr = __strobe_end = strblp; in __exec_stsk()
5262 for (strbp = __strobe_hdr; strbp != NULL; strbp = strbp->strbnxt) in chk_strobe_infloop()
H A Dv_sim.c5238 __strobe_hdr = __strobe_end = __strb_freelst = NULL; in init_stime()
5353 __strobe_hdr = __strobe_end = NULL; in reinit_stime()
H A Dcver.c714 struct strblst_t *__strobe_hdr; /* list strobe display at slot end */ variable