Searched refs:ihash (Results 1 – 3 of 3) sorted by relevance
235 register unsigned ihash; /* index into hashtable */ local241 ihash = 0;243 ihash = (ihash<<2) + *sp++;244 ihash %= hshsize;246 for (p = &hshtab[ihash]; ; p = &n->nexthsh)253 VOID printf("\nEntered: %s at %u ", str, ihash);
15880 * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.15890 * cpplib.h (struct cpp_buffer): Change ihash field to15895 * cpplex.c: Update all references to cpp_buffer->ihash and/or17214 * cpphash.h (struct ihash): Change control_macro to a26323 (struct ihash): Remove next member. Add hash member. Make26578 file_name_list, struct ihash, is_idchar, is_idstart,26611 (struct include_hash): Rename to struct ihash. Add typedef to26621 use buffer->ihash->name instead.26630 ->ihash->name instead) and IF_STACK->fname.27181 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
1513 * cpplib.h: Delete struct import_file. Add ihash element to