Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c53 static POLYGON *db_staticpolygons = NOPOLYGON; variable
87 while (db_staticpolygons != NOPOLYGON) in db_freemathmemory()
89 poly = db_staticpolygons; in db_freemathmemory()
90 db_staticpolygons = db_staticpolygons->nextpolygon; in db_freemathmemory()
2169 (*poly)->nextpolygon = db_staticpolygons; in needstaticpolygon()
2170 db_staticpolygons = *poly; in needstaticpolygon()