Searched refs:Hash_position_t (Results 1 – 8 of 8) sorted by relevance
107 #define Hashpos_t Hash_position_t108 #define HASHPOSITION Hash_position_t148 } Hash_position_t; typedef189 extern void hashdone(Hash_position_t*);194 extern Hash_bucket_t* hashnext(Hash_position_t*);195 extern Hash_position_t* hashscan(Hash_table_t*, int);
46 Hash_position_t*49 register Hash_position_t* pos; in hashscan()53 if (!(pos = newof(0, Hash_position_t, 1, 0))) return(0); in hashscan()87 hashnext(register Hash_position_t* pos) in hashnext()131 hashdone(register Hash_position_t* pos) in hashdone()
41 Hash_position_t* pos; in hashwalk()
116 #define Hashpos_t Hash_position_t117 #define HASHPOSITION Hash_position_t157 } Hash_position_t; typedef199 extern __MANGLE__ void hashdone __PROTO__((Hash_position_t*));204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));205 extern __MANGLE__ Hash_position_t* hashscan __PROTO__((Hash_table_t*, int));
1498 Hash_position_t* pos; in ppop()