Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dvisualobject.c1038 Node *nextnp; in nodecount() local
1040 for (nextnp = np; nextnp; ) { in nodecount()
1042 if (nextnp->child) in nodecount()
1043 nodecount(nextnp->child, count); in nodecount()
1045 nextnp = nextnp->sibling; in nodecount()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c5327 REGISTER NODEPROTO *bestnp, *nextnp; in us_findpathtoarc() local
5339 for(nextnp = tech->firstnodeproto; nextnp != NONODEPROTO; nextnp = nextnp->nextnodeproto) in us_findpathtoarc()
5341 if (nextnp->temp1 != 0) continue; in us_findpathtoarc()
5342 fun = (nextnp->userbits&NFUNCTION) >> NFUNCTIONSH; in us_findpathtoarc()
5346 nextpp = nextnp->firstportproto; in us_findpathtoarc()
5358 us_contactstack[depth] = nextnp; in us_findpathtoarc()
5359 nextnp->temp1 = 1; in us_findpathtoarc()
5361 nextnp->temp1 = 0; in us_findpathtoarc()
5366 bestnp = nextnp; in us_findpathtoarc()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c241 REGISTER NODEPROTO *np, *nextnp; in freetechnology() local
247 for(np = tech->firstnodeproto; np != NONODEPROTO; np = nextnp) in freetechnology()
249 nextnp = np->nextnodeproto; in freetechnology()