Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dnet.h59 GNet *new_GNet_compatable(const char*,GNet*,GModuleDef*);
H A Dnet.c135 GNet *new_GNet_compatable(const char *name,GNet *rnet,GModuleDef *M) in new_GNet_compatable() function
198 return new_GNet_compatable(name,0,M); in new_GNet()
H A Dwiresedit.c752 GNet *net = new_GNet_compatable(0,w1->net,M); in GWire_pickRenameWire()