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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4308 static struct Lisp_Hash_Table *check_hash_table P_ ((Lisp_Object));
4339 check_hash_table (obj)
5365 return copy_hash_table (check_hash_table (table));
5374 return check_hash_table (table)->count;
5384 return check_hash_table (table)->rehash_size;
5394 return check_hash_table (table)->rehash_threshold;
5406 struct Lisp_Hash_Table *h = check_hash_table (table);
5416 return check_hash_table (table)->test;
5426 return check_hash_table (table)->weak;
5444 hash_clear (check_hash_table (tabl
4311 check_hash_table (obj) function
[all...]

Completed in 92 milliseconds