Home
last modified time | relevance | path

Searched refs:where_is_cache (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c72 static Lisp_Object where_is_cache; variable
282 where_is_cache = Qnil; where_is_cache_keymaps = Qt;
738 where_is_cache = Qnil; in store_in_keymap()
2490 where_is_cache = Qnil; in where_is_internal()
2492 if (NILP (where_is_cache)) in where_is_internal()
2495 where_is_cache = Fmake_hash_table (0, NULL); in where_is_internal()
2500 return Fgethash (definition, where_is_cache, Qnil); in where_is_internal()
2505 where_is_cache = Qnil; in where_is_internal()
2797 if (!NILP (where_is_cache)) in where_is_internal_1()
3421 where_is_cache = Qnil; in syms_of_keymap()
[all …]
H A DChangeLog.93457 value in where_is_cache; the next lookup in the cache returns
5896 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
5902 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c85 static Lisp_Object where_is_cache; variable
317 where_is_cache = Qnil; where_is_cache_keymaps = Qt;
752 where_is_cache = Qnil; in store_in_keymap()
2427 where_is_cache = Qnil; in where_is_internal()
2429 if (NILP (where_is_cache)) in where_is_internal()
2432 where_is_cache = Fmake_hash_table (0, NULL); in where_is_internal()
2437 return Fgethash (definition, where_is_cache, Qnil); in where_is_internal()
2442 where_is_cache = Qnil; in where_is_internal()
2735 if (!NILP (where_is_cache)) in where_is_internal_1()
3703 where_is_cache = Qnil; in syms_of_keymap()
[all …]
H A DChangeLog.93457 value in where_is_cache; the next lookup in the cache returns
5896 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
5902 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).