Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dnet.h81 int GNet_getWires(GNet *n,GWire **wlist,unsigned which);
H A Dnet.c678 int GNet_getWires(GNet *n,GWire **wlist,unsigned which) in GNet_getWires() function
720 int count = GNet_getWires(net,wlist,GW_DRIVER); in GNet_checkNameVisibility()
812 int count = GNet_getWires(net,wlist,GW_DRIVER); in GNet_labelClosest()
H A Dtclfuncs.c3039 int count = GNet_getWires(net,wlist,GW_DRIVER); in gat_popupWireLabel()