Home
last modified time | relevance | path

Searched refs:hashfn_eq (Results 1 – 12 of 12) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfns.c4203 hashfn_eq (Lisp_Object key, struct Lisp_Hash_Table *h) in hashfn_eq() function
4223 return (FLOATP (key) || BIGNUMP (key) ? hashfn_equal : hashfn_eq) (key, h); in hashfn_eql()
4239 LISPSYM_INITIALLY (Qnil), 0, hashfn_eq },
4949 return hashfn_eq (obj, NULL);
H A DChangeLog.123217 * fns.c (hashfn_eq, hashfn_eql, sxhash):
3260 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
19247 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
H A DChangeLog.84203 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
H A DChangeLog.98047 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
H A DChangeLog.1016692 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
/dports/editors/emacs/emacs-27.2/src/
H A Dfns.c4014 hashfn_eq (Lisp_Object key, struct Lisp_Hash_Table *h) in hashfn_eq() function
4034 return (FLOATP (key) || BIGNUMP (key) ? hashfn_equal : hashfn_eq) (key, h); in hashfn_eql()
4050 LISPSYM_INITIALLY (Qnil), 0, hashfn_eq },
4745 return hashfn_eq (obj, NULL);
H A DChangeLog.123217 * fns.c (hashfn_eq, hashfn_eql, sxhash):
3260 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
19247 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
H A DChangeLog.98047 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
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):
136252 hashfn_eq rather than reaching inside them.
/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):
224830 hashfn_eq rather than reaching inside them.