Searched refs:hentry (Results 1 – 2 of 2) sorted by relevance
59 ENTRY hentry; local68 hentry.data = 0;112 hentry.data = (BUILTIN | i);127 hentry.cost = 0;128 hentry.key = make(name);129 h = henter(hentry);251 ENTRY hentry; in hash_func() local259 hentry.data = FUNCTION; in hash_func()260 hentry.key = make(name); in hash_func()261 hentry.cost = 0; in hash_func()[all …]
36 typedef struct hentry { struct37 struct hentry *next; /* next entry in hash chain */ argument38 struct hentry *prev; /* previous entry in hash chain */ argument