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

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dfiles.c405 htab_find_slot_with_hash (pfile->file_hash, fname,
961 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname));
1004 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq,
1015 htab_delete (pfile->file_hash);
1091 htab_traverse (pfile->file_hash, report_missing_guard, &banner);
H A Dinternal.h353 struct htab *file_hash; member in struct:cpp_reader

Completed in 207 milliseconds