Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c7521 struct spcpth_t *npthp, *opthp, *last_npthp, *npthp_hdr; in copy_spcpths() local
7526 for (opthp = ospfyp->spcpths; opthp != NULL; opthp = opthp->spcpthnxt) in copy_spcpths()
7530 *npthp = *opthp; in copy_spcpths()
7532 syp = (struct sy_t *) opthp->pthsym->spltsy; in copy_spcpths()
7538 copy_xprlst((struct exprlst_t *) opthp->peins); in copy_spcpths()
7540 copy_xprlst((struct exprlst_t *) opthp->peouts); in copy_spcpths()
7543 npthp->datasrcx = __copy_expr(opthp->datasrcx); in copy_spcpths()
7544 npthp->pthcondx = __copy_expr(opthp->pthcondx); in copy_spcpths()
7547 npthp->pth_du.pdels = __copy_dellst(opthp->pth_du.pdels); in copy_spcpths()