Home
last modified time | relevance | path

Searched refs:NODETAILS (Results 1 – 5 of 5) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecc.c1546 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditcreat()
1554 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditcreat()
1590 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditcreat()
1602 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditcreat()
1625 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditcreat()
1659 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditidentify()
1669 if ((us_tool->toolstate&NODETAILS) == 0) in us_teceditidentify()
2641 if ((us_tool->toolstate&NODETAILS) == 0) ttyputmsg(_("Use 'edit-node' option")); in us_tecedlayertype()
H A Dusredtecp.c584 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakelayers()
901 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakearcs()
947 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakearcs()
1110 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakenodes()
1299 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakenodes()
1337 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakenodes()
2010 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedmakenodes()
2241 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedgetexamples()
2274 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedgetexamples()
2289 if ((us_tool->toolstate&NODETAILS) == 0) in us_tecedgetexamples()
[all …]
H A Dusrcomtv.c370 (void)setval((INTBIG)us_tool, VTOOL, x_("toolstate"), us_tool->toolstate | NODETAILS, VINTEGER); in us_terminal()
473 (void)setval((INTBIG)us_tool, VTOOL, x_("toolstate"), us_tool->toolstate & ~NODETAILS, VINTEGER); in us_terminal()
H A Dusrmisc.c1807 if ((us_tool->toolstate&NODETAILS) != 0) in us_needcell()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h78 #define NODETAILS 01000000 /* set to make no mention of specific commands */ macro