Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Ddatabase.h335 NODEINST *db_newnodeinst(NODEPROTO*, INTBIG, INTBIG, INTBIG, INTBIG, INTBIG, INTBIG, NODEPROTO*);
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlay.c1279 no1 = db_newnodeinst(np, lx, hx, ly, hy, 0, 0, pnt); in cla_domovearcinst()
1282 no2 = db_newnodeinst(np, lx, hx, ly, hy, 0, 0, pnt); in cla_domovearcinst()
1290 no1 = db_newnodeinst(np, lx, hx, ly, hy, 0, 0, pnt); in cla_domovearcinst()
1293 no2 = db_newnodeinst(np, lx, hx, ly, hy, 0, 0, pnt); in cla_domovearcinst()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcreate.c144 return(db_newnodeinst(np, lx, hx, ly, hy, trans, angle, parnt)); in newnodeinst()
153 NODEINST *db_newnodeinst(NODEPROTO *np, INTBIG lx, INTBIG hx, INTBIG ly, INTBIG hy, in db_newnodeinst() function
H A Ddbnoproto.c2215 toni = db_newnodeinst(lnt, ni->lowx, ni->highx, ni->lowy, ni->highy, in copynodeproto()
2558 newno = db_newnodeinst(np, lx, hx, ly, hy, ni->transpose, ni->rotation, ni->parent); in replacenodeinst()
2758 newni = db_newnodeinst(pinnp, lx,hx, ly,hy, 0, 0, ni->parent); in replacenodeinst()