Searched refs:nonexistent_file_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c331 if (htab_find_with_hash (pfile->nonexistent_file_hash, path, hv) != NULL)
356 pp = htab_find_slot_with_hash (pfile->nonexistent_file_hash,
1087 pfile->nonexistent_file_hash = htab_create_alloc (127, htab_hash_string,
1101 htab_delete (pfile->nonexistent_file_hash);
H A Dinternal.h364 struct htab *nonexistent_file_hash; member in struct:cpp_reader

Completed in 110 milliseconds