Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c152 static HashTable cached_realpaths; variable
1339 HashTable_Init(&cached_realpaths); in main_Init()
2016 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()
2024 HashTable_DeleteEntry(&cached_realpaths, he); in purge_relative_cached_realpaths()
2037 rp = HashTable_FindValue(&cached_realpaths, pathname); in cached_realpath()
2045 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()