Home
last modified time | relevance | path

Searched refs:GLOBALNETGROUND (Results 1 – 6 of 6) sorted by relevance

/dports/cad/electric/electric-7.00/src/sim/
H A Dsimirsim.c1101 if (net->globalnet == GLOBALNETGROUND) name = x_("gnd"); else in sim_irsimgetglobal()
1128 if (net->globalnet == GLOBALNETGROUND) gname = x_("gnd"); else in sim_irsimgatherglobals()
H A Dsimspice.cpp2679 if (net->globalnet == GLOBALNETGROUND) return(x_("gnd")); in sim_spice_describenetwork()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp2828 net_setglobalnet(&special, GLOBALNETGROUND, 0, newnetwork, GNDPORT, np); in net_donconnect()
2842 net_setglobalnet(&special, GLOBALNETGROUND, 0, newnetwork, GNDPORT, np); in net_donconnect()
2942 net_setglobalnet(&special, GLOBALNETGROUND, 0, newnetwork, GNDPORT, np); in net_donconnect()
3039 net_setglobalnet(&special, GLOBALNETGROUND, 0, net, GNDPORT, np); in net_pconnect()
8018 np->globalnetworks[GLOBALNETGROUND] = NONETWORK; in net_setglobalnet()
8019 (void)allocstring(&np->globalnetnames[GLOBALNETGROUND], _("Ground"), np->lib->cluster); in net_setglobalnet()
8020 np->globalnetchar[GLOBALNETGROUND] = GNDPORT; in net_setglobalnet()
H A Dnetdiff.cpp2619 if (net->globalnet == GLOBALNETGROUND) wantedflag = GROUNDNET; else in net_foundmismatch()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h703 #define GLOBALNETGROUND 0 /* index into "globalnetworks" for ground net */ macro
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1647 if (net->globalnet == GLOBALNETGROUND) addstringtoinfstr(infstr, _("Ground")); else in describenetwork()