Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlay.c38 static ARCINST **cla_workingarcs; variable
92 if (cla_workingarccount > 0) efree((CHAR *)cla_workingarcs); in cla_layconterm()
587 if (cla_workingarccount > 0) efree((CHAR *)cla_workingarcs); in cla_modwithin()
589 cla_workingarcs = (ARCINST **)emalloc(total * (sizeof (ARCINST *)), db_cluster); in cla_modwithin()
590 if (cla_workingarcs == 0) return; in cla_modwithin()
600 for(i=0; i<total; i++) if (cla_workingarcs[i] == ai) break; in cla_modwithin()
602 cla_workingarcs[total++] = ai; in cla_modwithin()
608 ai = cla_workingarcs[i]; in cla_modwithin()