Searched refs:key_known_to_survive_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4933 int key_known_to_survive_p = survives_gc_p (HASH_KEY (h, i));
4938 remove_p = !key_known_to_survive_p;
4942 remove_p = !(key_known_to_survive_p || value_known_to_survive_p);
4944 remove_p = !(key_known_to_survive_p && value_known_to_survive_p);
4980 if (!key_known_to_survive_p)
4904 int key_known_to_survive_p = survives_gc_p (HASH_KEY (h, i)); local

Completed in 74 milliseconds