Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/misc/
H A Dprojecttool.c2801 REGISTER NODEPROTO *np, *onp, *newfromnp; in copyrecursively() local
2828 …for(newfromnp = tolib->firstnodeproto; newfromnp != NONODEPROTO; newfromnp = newfromnp->nextnodepr… in copyrecursively()
2829 if (namesame(newfromnp->protoname, fromnp->protoname) == 0 && in copyrecursively()
2830 newfromnp->cellview == fromnp->cellview && newfromnp->version == fromnp->version) break; in copyrecursively()
2831 if (newfromnp == NONODEPROTO) in copyrecursively()
2845 newfromnp = copynodeproto(fromnp, tolib, newname, TRUE); in copyrecursively()
2846 if (newfromnp == NONODEPROTO) return(NONODEPROTO); in copyrecursively()
2849 (*el_curconstraint->solve)(newfromnp); in copyrecursively()
2852 return(newfromnp); in copyrecursively()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c859 for(newfromnp = tolib->firstnodeproto; newfromnp != NONODEPROTO; in us_copyrecursively()
860 newfromnp = newfromnp->nextnodeproto) in us_copyrecursively()
866 if (*subdescript != 0) return(newfromnp); in us_copyrecursively()
966 for(newfromnp = tolib->firstnodeproto; newfromnp != NONODEPROTO; in us_copyrecursively()
967 newfromnp = newfromnp->nextnodeproto) in us_copyrecursively()
973 if (*subdescript != 0) return(newfromnp); in us_copyrecursively()
976 if (beforenewfromnp == newfromnp || newfromnp == NONODEPROTO) in us_copyrecursively()
989 if (newfromnp == NONODEPROTO) in us_copyrecursively()
1004 (*el_curconstraint->solve)(newfromnp); in us_copyrecursively()
1010 (*el_curconstraint->solve)(newfromnp); in us_copyrecursively()
[all …]