HomeSort by: relevance | last modified time | path
    Searched defs:cached_realpaths (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
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));

Completed in 12 milliseconds