EQUAL 324 st.c ((ptr) != 0 && ((ptr)->hash != (hash_val) || !EQUAL((table), (key), (ptr)))) EQUAL 373 st.c (PHASH(table, i) != hash_val || !EQUAL(table, key, &PACKED_ENT(table, i)))) { EQUAL 688 st.c if (EQUAL(table, *key, ptr)) { EQUAL 725 st.c if ((ptr->key != never) && EQUAL(table, *key, ptr)) {