Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Drats.c294 connection = GetConnectionMemory (net); in ProcNetlist()
311 connection = GetConnectionMemory (net); in ProcNetlist()
353 conn = GetConnectionMemory (DestNet); in TransferNet()
500 conn = GetConnectionMemory (a); in GatherSubnets()
508 conn = GetConnectionMemory (a); in GatherSubnets()
524 conn = GetConnectionMemory (a); in GatherSubnets()
540 conn = GetConnectionMemory (a); in GatherSubnets()
784 onepin = GetConnectionMemory (lonesome); in AddAllRats()
877 onepin = GetConnectionMemory (lonesome); in CollectSubnets()
H A Dmymem.h85 ConnectionType * GetConnectionMemory (NetType *);
H A Dmymem.c147 GetConnectionMemory (NetType *Net) in GetConnectionMemory() function