Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontour.c63 REGISTER NODEINST *ni, *oni, *bestni; in gathercontours() local
143 bestni = NONODEINST; in gathercontours()
157 if (bestni == NONODEINST || dist < bestdist) in gathercontours()
159 bestni = oni; in gathercontours()
163 if (bestni != NONODEINST) in gathercontours()
165 if (db_addelementtocontour(con, bestni)) in gathercontours()
167 bestni->temp1 = 1; in gathercontours()
/dports/cad/electric/electric-7.00/src/io/
H A Dioedifi.c5103 REGISTER NODEINST *ni, *bestni;
5109 bestni = NONODEINST;
5138 if (bestni == NONODEINST || dist < bestdist)
5140 bestni = ni;
5159 if (cnt == 0 && bestni != NONODEINST)
5168 …newai = newarcinst(ap, wid, bits, ni, ni->proto->firstportproto, x, y, bestni, bestpp, bestpx, bes…
H A Diosuei.c1928 REGISTER NODEINST *ni, *bestni; in io_suefindnode() local
1984 bestni = ni; in io_suefindnode()
1994 *rni = bestni; *rpp = bestpp; in io_suefindnode()