Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c8733 REGISTER NODEINST *boxni; in us_makenewportproto() local
8782 for(boxni = onp->firstnodeinst; boxni != NONODEINST; boxni = boxni->nextnodeinst) in us_makenewportproto()
8783 if (boxni->proto == sch_bboxprim) break; in us_makenewportproto()
8784 if (boxni == NONODEINST) in us_makenewportproto()
8794 rangelx = boxlx = boxni->lowx; in us_makenewportproto()
8795 rangehx = boxhx = boxni->highx; in us_makenewportproto()
8796 rangely = boxly = boxni->lowy; in us_makenewportproto()
8797 rangehy = boxhy = boxni->highy; in us_makenewportproto()