Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp.c4742 pdp2 = pdp->pdnxt; in __rem_0path_dels()
4745 if (last_pdp == NULL) dwirp->n_du.pb_pthdst[dbi] = pdp->pdnxt; in __rem_0path_dels()
4746 else last_pdp->pdnxt = pdp->pdnxt; in __rem_0path_dels()
H A Dv.h2572 struct pthdst_t *pdnxt; /* destination bit can have >1 sources */ member
H A Dv_ex3.c3179 if ((pdp = pdp->pdnxt) == NULL) in __get_path_del()
3186 for (;pdp != NULL; pdp = pdp->pdnxt) in __get_path_del()
H A Dv_vpi2.c1639 for (; pdp != NULL; pdp = pdp->pdnxt) in bld_net_pathterms()
H A Dv_prp2.c5812 pdp->pdnxt = d_np->nu.rngdwir->n_du.pb_pthdst[dbi]; in bldchk_1bit_pthdst()