hashentry
static struct hashentry *
struct hashentry *p;
struct hashentry *p;
struct hashentry **tabptr, *h;
struct hashentry *h = _search(dict, key);
struct hashentry **h, *g;
struct hashentry **h, *g;
struct hashentry **prev;
struct hashentry *next;
struct hashentry **tab;
struct hashentry **h, *g, *i;
struct hashentry **prev;
struct hashentry *next;
typedef struct hashentry Hashentry;
| hashentry next { $$ = $1; }
| hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
hashentry:
%type <ipe> ipfgroup ipfhash hashlist hashentry