Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c175 static INTBIG us_findnewplace(INTBIG*, INTBIG, INTBIG, INTBIG);
8827 ybbpos = ypos = us_findnewplace(us_netportlocation, portcount, rangely, rangehy); in us_makenewportproto()
8840 ybbpos = ypos = us_findnewplace(us_netportlocation, portcount, rangely, rangehy); in us_makenewportproto()
8853 xbbpos = xpos = us_findnewplace(us_netportlocation, portcount, rangelx, rangehx); in us_makenewportproto()
8866 xbbpos = xpos = us_findnewplace(us_netportlocation, portcount, rangelx, rangehx); in us_makenewportproto()
8882 INTBIG us_findnewplace(INTBIG *arr, INTBIG count, INTBIG low, INTBIG high) in us_findnewplace() function