Home
last modified time | relevance | path

Searched refs:nchglnxt (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c817 for (num_this_pass = 0; nchglp != NULL; nchglp = nchglp->nchglnxt) in process_all_netchgs()
869 if (last_nchglp != NULL) last_nchglp->nchglnxt = __nchgfreelst; in process_all_netchgs()
2442 __nchgfreelst = __nchgfreelst->nchglnxt; in __add_nchglst_el()
2458 nchglp->nchglnxt = NULL; in __add_nchglst_el()
2461 { __nchg_futend->nchglnxt = nchglp; __nchg_futend = nchglp; } in __add_nchglst_el()
2489 __nchgfreelst = __nchgfreelst->nchglnxt; in __add_select_nchglst_el()
2506 nchglp->nchglnxt = NULL; in __add_select_nchglst_el()
2509 { __nchg_futend->nchglnxt = nchglp; __nchg_futend = nchglp; } in __add_select_nchglst_el()
H A Dv.h2886 struct nchglst_t *nchglnxt; member
H A Dv_dbg2.c3232 __nchg_futend->nchglnxt = __nchgfreelst; in __reset_to_time0()