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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4298 Lisp_Object Vweak_hash_tables;
4648 h->next_weak = Vweak_hash_tables;
4649 Vweak_hash_tables = table;
4680 h2->next_weak = Vweak_hash_tables;
4681 Vweak_hash_tables = table;
5001 from Vweak_hash_tables. Called from gc_sweep. */
5019 for (table = Vweak_hash_tables; !GC_NILP (table); table = h->next_weak)
5029 for (table = Vweak_hash_tables, used = Qnil; !GC_NILP (table); table = next)
5046 Vweak_hash_tables = used;
5951 Vweak_hash_tables
4271 Lisp_Object Vweak_hash_tables; variable
[all...]

Completed in 211 milliseconds