Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Ddelay.c33 static int tech_list_len = 0; variable
47 tech_list_len = 1; in add_tech()
50 for (i = 0;i < tech_list_len;i++) in add_tech()
53 if ((tech_list_len+1) % 16) { in add_tech()
54 the_tech_list = (char**)realloc(the_tech_list,(tech_list_len+17)*sizeof(char**)); in add_tech()
57 the_tech_list[tech_list_len++] = strdup(tech); in add_tech()
58 the_tech_list[tech_list_len] = 0; in add_tech()
106 tech_list_len = 0; in GDelayDef_flush()