Mercurial > hg > xemacs-beta
comparison src/elhash.h @ 489:4a8bb4aa9740
[xemacs-hg @ 2001-04-30 08:49:24 by martinb]
hash table mapping
author | martinb |
---|---|
date | Mon, 30 Apr 2001 08:49:26 +0000 |
parents | 98528da0b7fc |
children | af57a77cbc92 |
comparison
equal
deleted
inserted
replaced
488:1e7b510d04f6 | 489:4a8bb4aa9740 |
---|---|
85 enum hash_table_test test); | 85 enum hash_table_test test); |
86 | 86 |
87 void elisp_maphash (maphash_function_t function, | 87 void elisp_maphash (maphash_function_t function, |
88 Lisp_Object hash_table, void *extra_arg); | 88 Lisp_Object hash_table, void *extra_arg); |
89 | 89 |
90 void elisp_maphash_unsafe (maphash_function_t function, | |
91 Lisp_Object hash_table, void *extra_arg); | |
92 | |
90 void elisp_map_remhash (maphash_function_t predicate, | 93 void elisp_map_remhash (maphash_function_t predicate, |
91 Lisp_Object hash_table, void *extra_arg); | 94 Lisp_Object hash_table, void *extra_arg); |
92 | 95 |
93 int finish_marking_weak_hash_tables (void); | 96 int finish_marking_weak_hash_tables (void); |
94 void prune_weak_hash_tables (void); | 97 void prune_weak_hash_tables (void); |