Home
last modified time | relevance | path

Searched refs:NODATEORVERSION (Results 1 – 21 of 21) sorted by relevance

/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdlsilos.c73 if ((us_useroptions&NODATEORVERSION) == 0) in vhdl_gensilos()
H A Dvhdlnetlisp.c74 if ((us_useroptions&NODATEORVERSION) == 0) in vhdl_gennet()
H A Dvhdlals.c193 if ((us_useroptions&NODATEORVERSION) == 0) in vhdl_genals()
H A Dvhdlquisc.c110 if ((us_useroptions&NODATEORVERSION) == 0) in vhdl_genquisc()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimmaxwell.c108 if ((us_useroptions&NODATEORVERSION) == 0) in sim_writemaxwell()
H A Dsimsilos.c128 if ((us_useroptions&NODATEORVERSION) == 0) in sim_writesilnetlist()
H A Dsimfasthenry.cpp115 if ((us_useroptions&NODATEORVERSION) == 0) in sim_writefasthenrynetlist()
H A Dsimirsim.c297 if ((us_useroptions&NODATEORVERSION) == 0) in sim_irsimgeneratedeck()
H A Dsimsim.cpp114 if ((us_useroptions&NODATEORVERSION) == 0) in sim_writesim()
H A Dsimspice.cpp2027 if ((us_useroptions&NODATEORVERSION) == 0) in sim_spice_writeheader()
H A Dsimverilog.c236 if ((us_useroptions&NODATEORVERSION) == 0) in sim_writevernetlist()
H A Dsimwindow.c5191 if ((us_useroptions&NODATEORVERSION) == 0) in sim_window_writespicecmd()
/dports/cad/electric/electric-7.00/src/io/
H A Diolefo.c86 if ((us_useroptions&NODATEORVERSION) == 0) in io_writeleflibrary()
H A Diopsout.cpp596 if ((us_useroptions&NODATEORVERSION) == 0) in io_pswritecell()
825 if ((us_useroptions&NODATEORVERSION) == 0) in io_pswritecell()
H A Diocifout.c157 if ((us_useroptions&NODATEORVERSION) == 0) in io_writeciflibrary()
H A Diopsoutcolor.cpp1238 if ((us_useroptions&NODATEORVERSION) == 0) in io_pscolor_writePS()
H A Dioedifo.c215 if ((us_useroptions&NODATEORVERSION) == 0) in io_writeediflibrary()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h115 #define NODATEORVERSION 04000000 /* set to supress date/version in output files */ macro
/dports/cad/electric/electric-7.00/src/db/
H A Ddbvars.c2101 …{0, 0, (INTBIG*)&us_tool, VTOOL, 0, x_("USER_optionflags"), 0, 0, NODATEORVERSION, 0, N_("I…
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp10168 if ((us_useroptions&NODATEORVERSION) == 0) DiaSetControl(dia, DGNO_PUTDATEINOUTPUT, 1); in us_generaloptionsdlog()
10199 newoptions = us_useroptions & ~(NODATEORVERSION | BEEPAFTERLONGJOB | in us_generaloptionsdlog()
10201 if (DiaGetControl(dia, DGNO_PUTDATEINOUTPUT) == 0) newoptions |= NODATEORVERSION; in us_generaloptionsdlog()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpccode.cpp7905 if ((us_useroptions&NODATEORVERSION) == 0 && page == 1) in printewindow()