hashentry
| hashentry next { $$ = $1; }
| hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
hashentry:
%type <ipe> ipfgroup ipfhash hashlist hashentry
nsc_entry_t *hashentry;
hashentry = nscdb->htable[*hash];
if (cmp == nscd_false || hashentry == NULL)
return (hashentry);
if (nscdb->compar(entry, hashentry) == 0)
return (hashentry);
struct hashentry *next;
Dwarf_Small *hashentry = 0;
hashentry = hashtab + (index * HASHSIGNATURELEN);
memcpy(&hashval,hashentry,sizeof(hashval));