Home
last modified time | relevance | path

Searched refs:foundicons (Results 1 – 2 of 2) sorted by relevance

/dports/games/golly/golly-3.3-src/Scripts/Python/Rule-Generators/
H A Dicon-importer.py118 foundicons = False
133 if foundicons and line.startswith("@"):
138 foundicons = True
139 elif foundicons and line == "XPM":
143 elif foundicons and line in ("circles","diamonds","hexagons","triangles"):
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c4634 REGISTER BOOLEAN foundicons; in whattech() local
4753 foundicons = FALSE; in whattech()
4764 if (np->cellview == el_iconview) foundicons = TRUE; in whattech()
4778 if (foundicons) rettech = sch_tech; in whattech()