Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c1747 if (npmp->pxndp->optyp == OPEMPTY) in bld_gate_paramlst()
1754 nplp->plxndp = npmp->pxndp; in bld_gate_paramlst()
1755 npmp->pxndp = NULL; in bld_gate_paramlst()
2066 if (npmp->pxndp->optyp == OPEMPTY) in match_namparam_exprtab()
2076 npxtab[np->nu2.npi] = npmp->pxndp; in match_namparam_exprtab()
2078 npmp->pxndp = NULL; in match_namparam_exprtab()
2124 if (!__chk_paramexpr(npmp->pxndp, 0)) in chk1_pndparam()
2128 s1, parm_np->nsym->synam, pi, __msgexpr_tostr(__xs, npmp->pxndp)); in chk1_pndparam()
2187 if (npmp->pxndp->optyp == OPEMPTY) continue; in match_implprm_exprtab()
2190 npxtab[pi] = npmp->pxndp; in match_implprm_exprtab()
[all …]
H A Dv_src.c5669 npmphdr->pxndp = __root_ndp; in rd_npndparams()
5809 npmp->pxndp = __root_ndp; in rd1_namedparam()
5830 if (npmp->pxndp != NULL) __free_xtree(npmp->pxndp); in __free_namedparams()
5891 npmp->pxndp = __copy_expr(onpmp->pxndp); in copy_namparamlst()
5910 npmp->pxndp = NULL; in __alloc_namparam()
H A Dv.h1365 struct expr_t *pxndp; /* parameter value as expr. */ member