Home
last modified time | relevance | path

Searched refs:hashfn_equal (Results 1 – 13 of 13) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfns.c4212 hashfn_equal (Lisp_Object key, struct Lisp_Hash_Table *h) in hashfn_equal() function
4223 return (FLOATP (key) || BIGNUMP (key) ? hashfn_equal : hashfn_eq) (key, h); in hashfn_eql()
4243 LISPSYM_INITIALLY (Qnil), cmpfn_equal, hashfn_equal };
4969 return hashfn_equal (obj, NULL);
4993 return hashfn_equal (obj, NULL);
H A Dlisp.h3684 Lisp_Object hashfn_equal (Lisp_Object, struct Lisp_Hash_Table *);
H A DChangeLog.123261 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
19248 (hashfn_equal, hashfn_user_defined, make_hash_table)
H A DChangeLog.84203 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
H A DChangeLog.1016692 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
/dports/editors/emacs/emacs-27.2/src/
H A Dfns.c4023 hashfn_equal (Lisp_Object key, struct Lisp_Hash_Table *h) in hashfn_equal() function
4034 return (FLOATP (key) || BIGNUMP (key) ? hashfn_equal : hashfn_eq) (key, h); in hashfn_eql()
4054 LISPSYM_INITIALLY (Qnil), cmpfn_equal, hashfn_equal };
4765 return hashfn_equal (obj, NULL);
H A Dlisp.h3659 Lisp_Object hashfn_equal (Lisp_Object, struct Lisp_Hash_Table *);
H A Dpdumper.c2627 bool is_equal = hash->test.hashfn == hashfn_equal; in dump_hash_table_stable_p()
H A DChangeLog.123261 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
19248 (hashfn_equal, hashfn_user_defined, make_hash_table)
H A DChangeLog.84203 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
H A DChangeLog.1016692 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.323838 * src/fns.c (Frandom, hashfn_eq, hashfn_equal, hashfn_user_defined):
27713 (hashfn_eq, hashfn_equal, hashfn_eql, hashfn_user_defined):
50184 (hashfn_equal, hashfn_eql): un-staticify
50235 (hashfn_eql, hashfn_equal): declare.
136251 * src/fns.c (hashfn_eql): Define in terms of hashfn_equal and
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3112417 * src/fns.c (Frandom, hashfn_eq, hashfn_equal, hashfn_user_defined):
116292 (hashfn_eq, hashfn_equal, hashfn_eql, hashfn_user_defined):
138764 (hashfn_equal, hashfn_eql): un-staticify
138815 (hashfn_eql, hashfn_equal): declare.
224829 * src/fns.c (hashfn_eql): Define in terms of hashfn_equal and