Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c58 static INTBIG us_netportlimit = 0, *us_netportlocation; variable
246 if (us_netportlimit > 0) efree((CHAR *)us_netportlocation); in us_freenetmemory()
8808 if (us_netportlimit > 0) efree((CHAR *)us_netportlocation); in us_makenewportproto()
8809 us_netportlocation = newportlocation; in us_makenewportproto()
8825 if (x < boxlx) us_netportlocation[portcount++] = y; in us_makenewportproto()
8827 ybbpos = ypos = us_findnewplace(us_netportlocation, portcount, rangely, rangehy); in us_makenewportproto()
8838 if (x > boxhx) us_netportlocation[portcount++] = y; in us_makenewportproto()
8840 ybbpos = ypos = us_findnewplace(us_netportlocation, portcount, rangely, rangehy); in us_makenewportproto()
8851 if (y > boxhy) us_netportlocation[portcount++] = x; in us_makenewportproto()
8853 xbbpos = xpos = us_findnewplace(us_netportlocation, portcount, rangelx, rangehx); in us_makenewportproto()
[all …]