Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dmain.c151 static HashTable cached_realpaths; variable
1340 HashTable_Init(&cached_realpaths); in main_Init()
1980 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()
1986 HashTable_DeleteEntry(&cached_realpaths, he); in purge_relative_cached_realpaths()
2004 rp = HashTable_FindValue(&cached_realpaths, pathname); in cached_realpath()
2014 HashTable_Set(&cached_realpaths, pathname, bmake_strdup(rp)); in cached_realpath()