Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c97 static CHAR ***tech_drcsurroundrule = 0; /* cache for "drcsurroundrules" */ variable
168 if (tech_drcsurroundrule != 0) efree((CHAR *)tech_drcsurroundrule); in db_freetechnologymemory()
539 if (tech_drcsurroundrule != 0) efree((CHAR *)tech_drcsurroundrule); in tech_initmaxdrcsurround()
589 tech_drcsurroundrule = (CHAR ***)emalloc((el_maxtech * (sizeof (CHAR **))), db_cluster); in tech_initmaxdrcsurround()
590 if (tech_drcsurroundrule == 0) return; in tech_initmaxdrcsurround()
616 tech_drcsurroundrule[t->techindex] = 0; in tech_initmaxdrcsurround()
665 if (var != NOVARIABLE) tech_drcsurroundrule[t->techindex] = (CHAR **)var->addr; in tech_initmaxdrcsurround()
2980 myrule[count] = tech_drcsurroundrule[index][i]; in drcsurroundrules()