Home
last modified time | relevance | path

Searched refs:gettechnology (Results 1 – 14 of 14) sorted by relevance

/dports/cad/electric/electric-7.00/src/io/
H A Diotexti.c905 tech = gettechnology(io_keyword); in io_libten()
2371 if (namesame(line, x_("mocmossub")) == 0) tech = gettechnology(x_("mocmos")); else in io_gettechnology()
2372 if (namesame(line, x_("mocmos")) == 0) tech = gettechnology(x_("mocmosold")); in io_gettechnology()
2374 if (tech == NOTECHNOLOGY) tech = gettechnology(line); in io_gettechnology()
H A Diobinaryi.c754 if (namesame(name, x_("mocmossub")) == 0) tech = gettechnology(x_("mocmos")); else in io_doreadlibrary()
755 if (namesame(name, x_("mocmos")) == 0) tech = gettechnology(x_("mocmosold")); in io_doreadlibrary()
757 if (tech == NOTECHNOLOGY) tech = gettechnology(name); in io_doreadlibrary()
765 tech = gettechnology(x_("mocmos")); in io_doreadlibrary()
773 tech = gettechnology(x_("epic7s")); in io_doreadlibrary()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c600 t = gettechnology(line); in getnodeproto()
668 TECHNOLOGY *gettechnology(CHAR *techname) in gettechnology() function
881 t = gettechnology(line); in getarcproto()
1308 t = gettechnology(*c); in topofarcs()
H A Ddbtech.c465 tech = gettechnology((CHAR *)var->addr); in defschematictechnology()
495 if (i == 0) return(gettechnology(DEFTECH)); in defschematictechnology()
H A Ddblangtcl.c1786 tech = gettechnology(argv[1]); in tcl_gettechnology()
H A Ddblangelk.c1612 tech = gettechnology(name); in lsp_gettechnology()
H A Ddblangjava.cpp2652 tech = gettechnology(name); in Java_Electric_getTechnology()
/dports/cad/electric/electric-7.00/src/pla/
H A Dplanprog1.c82 tech = gettechnology(PLADEFTECH); in pla_Make()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcom.c274 t = gettechnology(*c); in us_topofarcnodes()
346 t = gettechnology(*c); in us_topofprims()
380 t = gettechnology(*c); in us_topofarcs()
2859 t = gettechnology(pt); in us_paramtechnologya()
H A Dusr.c3615 mocmostech = gettechnology(x_("mocmos")); in us_readlibrary()
3837 el_curtech = gettechnology(retur); in us_options()
H A Dusrparse.c803 tech = gettechnology(pp); in us_evaluatevariable()
H A Dusrcomtv.c137 tech = gettechnology(par[1]); in us_technology()
H A Dusredtecc.c279 tech = gettechnology(par[1]); in us_tecedentry()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1992 TECHNOLOGY *gettechnology(CHAR *techname);