Home
last modified time | relevance | path

Searched refs:topoffile (Results 1 – 10 of 10) sorted by relevance

/dports/cad/electric/electric-7.00/src/pla/
H A Dpla.c59 static COMCOMP planmosoptfp = {NOKEYWORD,topoffile,nextfile,NOPARAMS,
/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1command.c226 static COMCOMP sc_orderfp = {NOKEYWORD,topoffile,nextfile,NOPARAMS,
/dports/cad/electric/electric-7.00/src/sim/
H A Dsim.cpp65 static COMCOMP qbuildp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
169 static COMCOMP vectorlp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
321 static COMCOMP vectorfp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
380 static COMCOMP sim_spicereadp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
415 static COMCOMP sim_verreadp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrgraph.c560 if (cc->toplist == topoffile) arg = x_("FILE"); else in us_illustratecommand()
H A Dusrcom.c1229 COMCOMP us_colorreadp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
1257 static COMCOMP commandfilep = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
1635 static COMCOMP interpretfip = {NOKEYWORD,topoffile, nextfile,NOPARAMS,
2924 static COMCOMP terminalspp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
3038 static COMCOMP textrp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecfpga.c115 static COMCOMP fpgareadp = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2516 BOOLEAN topoffile(CHAR **chrpos);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1109 BOOLEAN topoffile(CHAR **a) in topoffile() function
/dports/cad/electric/electric-7.00/src/io/
H A Dio.c182 static COMCOMP iopostsynch = {NOKEYWORD, topoffile, nextfile, NOPARAMS,
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c5911 retval = topoffile(c); in gra_topoffile()