Home
last modified time | relevance | path

Searched refs:us_useroptions (Results 1 – 25 of 46) sorted by relevance

12

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrhigh.c404 if ((us_useroptions&HIDETXTCELL) == 0) in us_selectarea()
416 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
438 if ((us_useroptions&HIDETXTNODE) != 0) continue; in us_selectarea()
450 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
464 if ((us_useroptions&HIDETXTARC) == 0) in us_selectarea()
479 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
537 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
583 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
613 if ((us_useroptions&HIDETXTARC) == 0) in us_selectarea()
627 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_selectarea()
[all …]
H A Dusrcomcd.c3106 if ((us_useroptions&CHECKDATE) != 0) in us_defnode()
3110 us_useroptions | CHECKDATE, VINTEGER); in us_defnode()
3113 if ((us_useroptions&CHECKDATE) == 0) in us_defnode()
3117 us_useroptions & ~CHECKDATE, VINTEGER); in us_defnode()
3156 if ((us_useroptions&DUPCOPIESPORTS) != 0) in us_defnode()
3160 us_useroptions | DUPCOPIESPORTS, VINTEGER); in us_defnode()
3163 if ((us_useroptions&DUPCOPIESPORTS) == 0) in us_defnode()
3259 if ((us_useroptions&NOPRIMCHANGES) == 0) in us_defnode()
3263 us_useroptions & ~NOPRIMCHANGES, VINTEGER); in us_defnode()
3266 if ((us_useroptions&NOPRIMCHANGES) != 0) in us_defnode()
[all …]
H A Dusrcomoq.c499 (us_useroptions & ~PORTLABELS) | labels, VINTEGER); in us_port()
502 switch (us_useroptions&PORTLABELS) in us_port()
525 (us_useroptions & ~EXPORTLABELS) | labels, VINTEGER); in us_port()
528 switch (us_useroptions&EXPORTLABELS) in us_port()
H A Dusrdiacom.cpp733 j = us_useroptions; in us_3ddepthdlog()
735 if (j != us_useroptions) in us_3ddepthdlog()
9532 lx = us_useroptions; in us_celldlog()
9541 if (lx != us_useroptions) in us_celldlog()
10206 if (newoptions != us_useroptions) in us_generaloptionsdlog()
16411 lx = us_useroptions; in us_defnodedlog()
16418 if (lx != us_useroptions) in us_defnodedlog()
19116 options = us_useroptions; in us_selectoptdlog()
19125 if (options != us_useroptions) in us_selectoptdlog()
23227 i = us_useroptions; in itemHitAction()
[all …]
H A Dusrdisp.c408 portstyle = us_useroptions & EXPORTLABELS; in us_getnodebounds()
1937 portstyle = (us_useroptions&PORTLABELS) >> PORTLABELSSH; in us_drawnodeinst()
1971 if ((us_useroptions&DRAWTINYCELLS) == 0 && (w->state&WINDOWTYPE) != DISP3DWINDOW) in us_drawnodeinst()
1999 portstyle = (us_useroptions&PORTLABELS) >> PORTLABELSSH; in us_drawnodeinst()
2070 if ((us_useroptions&HIDETXTEXPORT) == 0) in us_drawnodeinst()
2080 (us_useroptions&EXPORTLABELS)>>EXPORTLABELSSH); in us_drawnodeinst()
H A Dusrcomwz.c1304 us_useroptions | DRAWTINYCELLS, VINTEGER); in us_window()
1316 us_useroptions & ~DRAWTINYCELLS, VINTEGER); in us_window()
1324 if ((us_useroptions&DRAWTINYCELLS) != 0) in us_window()
H A Dusrcomtv.c116 us_useroptions | AUTOSWITCHTECHNOLOGY, VINTEGER); in us_technology()
123 us_useroptions & ~AUTOSWITCHTECHNOLOGY, VINTEGER); in us_technology()
933 if ((us_useroptions&NOTEXTSELECT) == 0) in us_text()
938 us_useroptions | NOTEXTSELECT, VINTEGER); in us_text()
945 if ((us_useroptions&NOTEXTSELECT) != 0) in us_text()
950 us_useroptions & ~NOTEXTSELECT, VINTEGER); in us_text()
H A Dusr.c91 INTBIG us_useroptions; /* mirror for "USER_optionflags" */ variable
121 {&us_optionflagskey, &us_useroptions},
425 us_useroptions = PORTSFULL|CENTEREDPRIMITIVES|AUTOSWITCHTECHNOLOGY|CELLCENTERALWAYS; in us_do2init()
427 (INTBIG)us_useroptions, VINTEGER|VDONTSAVE); in us_do2init()
1942 us_oldoptions = us_useroptions; in us_startobjectchange()
2081 if ((us_oldoptions&bits) != (us_useroptions&bits)) in us_endobjectchange()
H A Dusrtrack.c1342 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_geominrect()
1360 if ((us_useroptions&MUSTENCLOSEALL) != 0) in us_geominrect()
1409 if ((us_useroptions&CENTEREDPRIMITIVES) != 0) centeredprimitives = TRUE; else in us_createinsbegin()
1519 if ((us_useroptions&CENTEREDPRIMITIVES) != 0) centeredprimitives = TRUE; else in us_createbegin()
1574 if ((us_useroptions&CENTEREDPRIMITIVES) != 0) centeredprimitives = TRUE; else in us_createabegin()
H A Dusrcomek.c301 if ((us_useroptions&CHECKDATE) != 0) in us_editcell()
867 if (ni->proto->primindex == 0 && (us_useroptions&NOINSTANCESELECT) != 0) in us_find()
1205 us_useroptions & ~MUSTENCLOSEALL, VINTEGER); in us_find()
1212 us_useroptions | MUSTENCLOSEALL, VINTEGER); in us_find()
H A Dusrwindow.c412 if ((us_useroptions&AUTOSWITCHTECHNOLOGY) == 0) return; in us_ensurepropertechnology()
634 (us_useroptions&EXPORTLABELS)>>EXPORTLABELSSH); in us_endchanges()
644 (us_useroptions&EXPORTLABELS)>>EXPORTLABELSSH); in us_endchanges()
1768 if ((us_useroptions&NO3DPERSPECTIVE) == 0) in us_3dbuildtransform()
H A Dusrnet.c1997 if ((us_useroptions&CELLCENTERALWAYS) != 0) in us_makeiconcell()
2049 (us_useroptions&CELLCENTERALWAYS) == 0 && in us_makeiconcell()
2513 if ((us_useroptions&CELLCENTERALWAYS) != 0 && in us_newnodeproto()
6990 if ((us_useroptions&DUPCOPIESPORTS) != 0) in us_yankonenode()
7438 if (ni->proto->primindex != 0 && (us_useroptions&CENTEREDPRIMITIVES) == 0) in us_copylisttocell()
7521 if ((us_useroptions&DUPCOPIESPORTS) != 0) in us_copylisttocell()
9042 if (special == 0 && (us_useroptions&NOINSTANCESELECT) != 0) startphase = 1; in us_findobject()
10672 if ((us_useroptions&HIDETXTINSTNAME) == 0) in us_initnodetext()
10677 if ((us_useroptions&NOTEXTSELECT) != 0) us_nodearcvarptr = ni->numvar; in us_initnodetext()
10759 portstyle = us_useroptions & EXPORTLABELS; in us_getnodetext()
[all …]
/dports/cad/electric/electric-7.00/src/io/
H A Diopsout.cpp596 if ((us_useroptions&NODATEORVERSION) == 0) in io_pswritecell()
825 if ((us_useroptions&NODATEORVERSION) == 0) in io_pswritecell()
949 oldoptions = us_useroptions; in io_pswritecell()
950 us_useroptions |= DRAWTINYCELLS; in io_pswritecell()
990 us_useroptions = oldoptions; in io_pswritecell()
1453 (us_useroptions&PORTLABELS) >> PORTLABELSSH); in io_psdumpcontents()
H A Diolefo.c86 if ((us_useroptions&NODATEORVERSION) == 0) in io_writeleflibrary()
/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 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()
2027 if ((us_useroptions&NODATEORVERSION) == 0) in sim_spice_writeheader()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c1223 if ((us_useroptions&HIDETXTNONLAY) != 0) return(0); in tech_displayablenvars()
1226 if ((us_useroptions&HIDETXTNODE) != 0) return(0); in tech_displayablenvars()
1278 if ((us_useroptions&HIDETXTCELL) != 0) return(0); in tech_displayablecellvars()
1394 if ((us_useroptions&HIDETXTEXPORT) != 0) return(0); in tech_displayableportvars()
1761 if ((us_useroptions&HIDETXTARC) != 0) return(0); in tech_displayableavars()
/dports/cad/electric/electric-7.00/src/rout/
H A Droutmimic.c137 if (elapsed > 60.0 && (us_useroptions&BEEPAFTERLONGJOB) != 0) in ro_mimicstitch()
212 if (elapsed > 60.0 && (us_useroptions&BEEPAFTERLONGJOB) != 0) in ro_mimicstitch()
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlay.c743 if ((us_useroptions&NOPRIMCHANGES) != 0 && in cla_modrigid()
946 if ((us_useroptions&NOPRIMCHANGES) != 0 && in cla_modflex()
/dports/cad/electric/electric-7.00/src/misc/
H A Derc.c525 if (elapsed > 60.0 && (us_useroptions&BEEPAFTERLONGJOB) != 0) in erc_analyzecell()

12