Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbcreate.c137 if (isachildof(parnt, np)) in newnodeinst()
H A Ddbnoproto.c2498 if (isachildof(ni->parent, np)) in replacenodeinst()
H A Ddbmath.c4806 BOOLEAN isachildof(NODEPROTO *parent, NODEPROTO *child) in isachildof() function
/dports/cad/electric/electric-7.00/src/net/
H A Dnetdiff.cpp356 if (!isachildof(np, net_cell[0]) && !isachildof(np, net_cell[1])) in net_equate()
501 if (!isachildof(net->parent, net_cell[0]) && !isachildof(net->parent, net_cell[1])) in net_getequivalentnet()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1807 BOOLEAN isachildof(NODEPROTO *parent, NODEPROTO *child);
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c817 if (isachildof(cell, np)) in us_nodetocreate()
7398 if (isachildof(tocell, nodelist[i]->proto)) in us_copylisttocell()
/dports/cad/electric/electric-7.00/
H A DChangeLog1858 FIX: In "dbmath.c:isachildof()", ensure that the child facet is not an icon.