Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c58 static POLYGON *db_freepolygons = NOPOLYGON; variable
95 while (db_freepolygons != NOPOLYGON) in db_freemathmemory()
97 poly = db_freepolygons; in db_freemathmemory()
98 db_freepolygons = db_freepolygons->nextpolygon; in db_freemathmemory()
2105 if (db_freepolygons != NOPOLYGON) in _allocpolygon()
2107 poly = db_freepolygons; in _allocpolygon()
2108 db_freepolygons = poly->nextpolygon; in _allocpolygon()
2219 poly->nextpolygon = db_freepolygons; in freepolygon()
2220 db_freepolygons = poly; in freepolygon()