Home
last modified time | relevance | path

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

/dports/cad/magic/magic-8.3.245/database/
H A DDBcellname.c53 HashTable dbCellDefTable; variable
104 entry = HashLookOnly(&dbCellDefTable, cellname);
194 while ((entry = HashNext(&dbCellDefTable, &hs)) != NULL)
230 entry = HashLookOnly(&dbCellDefTable, cellname);
333 HashInit(&dbCellDefTable, NCELLDEFBUCKETS, 0); in DBCellInit()
751 numcells = dbCellDefTable.ht_nEntries;
793 numcells = dbCellDefTable.ht_nEntries;
1652 entry = HashLookOnly(&dbCellDefTable, cellName);
1697 entry = HashFind(&dbCellDefTable, cellName);
1858 newEntry = HashFind(&dbCellDefTable, newName);
[all …]
/dports/cad/magic/magic-8.3.245/textio/
H A DtxInput.c809 extern HashTable dbCellDefTable; in cellname_completion_function()
829 while ((he = HashNext(&dbCellDefTable, &db_hs)) != (HashEntry *)NULL) in cellname_completion_function()