Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c148 static HashTable cached_realpaths;
1335 HashTable_Init(&cached_realpaths); in main_Init()
2017 HashIter_Init(&hi, &cached_realpaths); in execDie()
2025 HashTable_DeleteEntry(&cached_realpaths, he); in execDie()
2038 rp = HashTable_FindValue(&cached_realpaths, pathname); in purge_relative_cached_realpaths()
2046 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp));
151 static HashTable cached_realpaths; global() variable