Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Din.c112 net_editProps(g->wires[0]->net,x,y); in InOut_Make()
H A Dtkgate.h477 void net_editProps(GNet *n,int x,int y);
H A Dnet.c401 void net_editProps(GNet *n,int x,int y) in net_editProps() function
H A Dtclfuncs.c1268 net_editProps(g->wires[0]->net,TkGate.ed->tx,TkGate.ed->ty); in gat_editProps()
1713 net_editProps(net,net->n_driver->nodes->x,net->n_driver->nodes->y); in gat_editNet()
2964 net_editProps(net,TkGate.ed->tx,TkGate.ed->ty); in gat_popupWireProps()
H A Dtkgatewin.c1516 net_editProps(w->net,TkGate.ed->tx,TkGate.ed->ty); in tkg_buttonRelease()