Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/tec/
H A Dtecgem.c101 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
108 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
115 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
122 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
129 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
136 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(0<<AANGLEINCSH)}; /* userbits */
H A Dtecpcb.c316 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(45<<AANGLEINCSH)};/* userbits */
323 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(45<<AANGLEINCSH)};/* userbits */
330 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(45<<AANGLEINCSH)};/* userbits */
337 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(45<<AANGLEINCSH)};/* userbits */
344 (APNONELEC<<AFUNCTIONSH)|CANWIPE|(45<<AANGLEINCSH)};/* userbits */
H A Dtecart.c136 (APNONELEC<<AFUNCTIONSH)|CANWIPE|CANCURVE|(0<<AANGLEINCSH)}; /* userbits */
143 (APNONELEC<<AFUNCTIONSH)|CANWIPE|CANCURVE|(0<<AANGLEINCSH)}; /* userbits */
150 (APNONELEC<<AFUNCTIONSH)|CANWIPE|CANCURVE|(0<<AANGLEINCSH)}; /* userbits */
157 (APNONELEC<<AFUNCTIONSH)|CANWIPE|CANCURVE|(0<<AANGLEINCSH)}; /* userbits */
H A Dtecgen.c114 (APNONELEC<<AFUNCTIONSH)|WANTFIXANG|(45<<AANGLEINCSH)}; /* userbits */
/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h141 #define APNONELEC 23 /* arc is nonelectrical */ macro
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcflat.cpp624 if (((ai->proto->userbits&AFUNCTION) >> AFUNCTIONSH) == APNONELEC) return; in dr_flatprop()
H A Ddrcbatch.c3479 if (((ai->proto->userbits&AFUNCTION) >> AFUNCTIONSH) == APNONELEC) return; in drcb_flatprop2()
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdl.c1580 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) continue; in vhdl_addrealports()
1605 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) != APNONELEC) in vhdl_addrealports()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimsim.cpp1163 if (((ai->proto->userbits&AFUNCTION) >> AFUNCTIONSH) == APNONELEC) in sim_prop()
H A Dsimspice.cpp929 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) continue; in sim_spice_writecell()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp1743 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) continue; in net_reevaluatecell()
1916 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) return; in net_newobject()
2363 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) return; in net_killvariable()
2609 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) return(FALSE); in net_donconnect()
5029 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) in NetCellConns()
5209 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) == APNONELEC) in compare()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcheck.c1970 if (((ai->proto->userbits&AFUNCTION)>>AFUNCTIONSH) != APNONELEC) in us_checklibrary()
H A Dusredtecc.c169 {x_("nonelectrical"), x_("APNONELEC"), APNONELEC},
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c2352 if (fun < 0 || fun > APNONELEC) return(x_("")); in arcfunctionname()
/dports/cad/electric/electric-7.00/
H A DChangeLog3911 FIX: In "tecart.c", change APUNKNOWN to APNONELEC in the definition of the 4 arcs.