Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dwires.h119 GWireList *wire_unlink(GWireList *wl,GWire *w);
120 GWireList *wire_link(GWireList *wl,GWire *w);
128 GWireNode *wire_iohit(int,int,GWireList*);
129 GWireNode *wire_hitanynode(int,int,GWireList*);
130 GWireNode *wire_hitall(int,int,GWireList*);
131 GWireNode *wire_hit(int,int,GWireList*);
132 GWire *wire_endhit(GWire*,GWireList*);
133 GWireNode *wire_hit_other(GWire*,GWireList*);
183 GWire *wire_endhit(GWire *w,GWireList *wl);
H A Dwiresadd.c58 GWireList *wire_link(GWireList *wl,GWire *w) in wire_link()
60 GWireList *new_wl; in wire_link()
62 new_wl = (GWireList *) ob_malloc(sizeof(GWireList),"GWireList"); in wire_link()
80 GWireList *wire_unlink(GWireList *wl,GWire *w) in wire_unlink()
82 GWireList *rest; in wire_unlink()
H A Dwiresmove.c223 GWireNode *wire_hitanynode(int x,int y,GWireList *wires) in wire_hitanynode()
299 GWireNode *wire_hitall(int x,int y,GWireList *wires) in wire_hitall()
316 GWireNode *wire_hit_other(GWire *w,GWireList *wires) in wire_hit_other()
332 GWireNode *wire_hit(int x,int y,GWireList *wires) in wire_hit()
346 GWireNode *wire_iohit(int x,int y,GWireList *wires) in wire_iohit()
365 GWire *wire_endhit(GWire *w,GWireList *wl) in wire_endhit()
H A Dverify.c69 GWireList *wl; in verify_net()
169 GWireList *wl; in verify_module()
H A Dcpath.c82 GWireList *wl; in cpath_clear()
305 GWireList *wl; in cpath_show_aux()
547 GWireList *wl; in cpath_drawSegments()
H A Dtkgate_misc.h29 typedef struct wirelist GWireList; typedef
H A Delements.h68 GWireList *wl_next; /* Next in the wirelist */
H A Dmodule.h90 GWireList *m_wires; /* Wires in module */
H A Dselection.c74 static void subcircuitBBX(SHash *ghash,NHash *whash,GWireList *wires, in subcircuitBBX()
78 GWireList *wl; in subcircuitBBX()
246 GWireList *wl; in sel_finish()
H A Dmodule.c407 GWireList *wl; in GModuleDef_getBBX()
837 GWireList *wl; in GModuleDef_grabLabel()
H A Deditstate.c320 GWireList *l = M->m_wires; in freewirelist()
323 GWireList *n = l->wl_next; in freewirelist()
H A Dprint.c1035 GWireList *wl; in GPrint_printModuleCPath()
1115 GWireList *wl; in GPrint_printModuleWires()
H A Dgates.c334 GWireList *wl; in gate_displayall()
H A Dwiresedit.c1287 GWireList *l; in wire_dump()
H A Dverilog_in.c1107 GWireList *wl; in VerEndNetlistModule()