Home
last modified time | relevance | path

Searched refs:topoftechs (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcom.c869 us_posswitch = -2; return(topoftechs(c)); in us_topofvars()
2845 COMCOMP us_technologyup = {NOKEYWORD, topoftechs, nexttechs, NOPARAMS,
2847 static COMCOMP technologykp = {NOKEYWORD, topoftechs, nexttechs, NOPARAMS,
2849 static COMCOMP technologycp = {NOKEYWORD, topoftechs, nexttechs, NOPARAMS,
2867 COMCOMP us_technologytp = {NOKEYWORD, topoftechs, nexttechs,
2869 static COMCOMP technologydp = {NOKEYWORD, topoftechs, nexttechs,
H A Dusrgraph.c562 if (cc->toplist == topoftechs) arg = x_("TECH"); else in us_illustratecommand()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c666 static COMCOMP db_technologyp = {NOKEYWORD, topoftechs, nexttechs, NOPARAMS,
1184 BOOLEAN topoftechs(CHAR **c) { Q_UNUSED( c ); db_postechcomcomp = el_technologies; return(TRUE); } in topoftechs() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2520 BOOLEAN topoftechs(CHAR **chrpos);