main.c | 148 static HashTable cached_realpaths; variable in typeref:typename:HashTable 1319 HashTable_Init(&cached_realpaths); 1989 HashIter_Init(&hi, &cached_realpaths); 1997 HashTable_DeleteEntry(&cached_realpaths, he); 2010 rp = HashTable_FindValue(&cached_realpaths, pathname); 2018 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp));
|