Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Drcslex.c235 register unsigned ihash; /* index into hashtable */ local
241 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);
/freebsd-9-stable/contrib/gcc/
DChangeLog-200015880 * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
15890 * cpplib.h (struct cpp_buffer): Change ihash field to
15895 * cpplex.c: Update all references to cpp_buffer->ihash and/or
17214 * cpphash.h (struct ihash): Change control_macro to a
26323 (struct ihash): Remove next member. Add hash member. Make
26578 file_name_list, struct ihash, is_idchar, is_idstart,
26611 (struct include_hash): Rename to struct ihash. Add typedef to
26621 use buffer->ihash->name instead.
26630 ->ihash->name instead) and IF_STACK->fname.
27181 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
DChangeLog-19981513 * cpplib.h: Delete struct import_file. Add ihash element to