Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomoq.c459 REGISTER PORTEXPINST *pe, *nextpe; in us_port() local
919 for(pe = ni->firstportexpinst; pe != NOPORTEXPINST; pe = nextpe) in us_port()
921 nextpe = pe->nextportexpinst; in us_port()
962 for(pe = ni->firstportexpinst; pe != NOPORTEXPINST; pe = nextpe) in us_port()
964 nextpe = pe->nextportexpinst; in us_port()
H A Dusrnet.c6817 REGISTER PORTEXPINST *pe, *nextpe; in us_yankonenode() local
6979 for(pe = topno->firstportexpinst; pe != NOPORTEXPINST; pe = nextpe) in us_yankonenode()
6981 nextpe = pe->nextportexpinst; in us_yankonenode()
8300 REGISTER PORTEXPINST *pe, *nextpe; in us_undoportproto() local
8302 for(pe = ni->firstportexpinst; pe != NOPORTEXPINST; pe = nextpe) in us_undoportproto()
8304 nextpe = pe->nextportexpinst; in us_undoportproto()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcreate.c1627 REGISTER PORTEXPINST *pe, *nextpe; in db_killportproto() local
1648 for(pe = ni->firstportexpinst; pe != NOPORTEXPINST; pe = nextpe) in db_killportproto()
1650 nextpe = pe->nextportexpinst; in db_killportproto()