Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h126 #define NOPROMPTBEFOREWRITE 020000000000 /* set to disable file name dialog before writing output f… macro
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimspice.cpp525 if ((us_useroptions&NOPROMPTBEFOREWRITE) == 0) prompt = _("CDL File"); in sim_writespice()
540 if ((us_useroptions&NOPROMPTBEFOREWRITE) == 0) prompt = _("SPICE File"); in sim_writespice()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbvars.c2102 …{0, 0, (INTBIG*)&us_tool, VTOOL, 0, x_("USER_optionflags"), 0, 0, NOPROMPTBEFOREWRITE, 0, N…
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp10169 if ((us_useroptions&NOPROMPTBEFOREWRITE) == 0) DiaSetControl(dia, DGNO_FILESELECTDIA, 1); in us_generaloptionsdlog()
10200 EXPANDEDDIALOGSDEF | NOEXTRASOUND | NOPROMPTBEFOREWRITE); in us_generaloptionsdlog()
10202 if (DiaGetControl(dia, DGNO_FILESELECTDIA) == 0) newoptions |= NOPROMPTBEFOREWRITE; in us_generaloptionsdlog()