Home
last modified time | relevance | path

Searched refs:current_minor_maps (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.h39 extern ptrdiff_t current_minor_maps (Lisp_Object **, Lisp_Object **);
H A Dkeymap.c1527 current_minor_maps (Lisp_Object **modeptr, Lisp_Object **mapptr) in current_minor_maps() function
1752 nmaps = current_minor_maps (0, &maps);
1854 int nmaps = current_minor_maps (&modes, &maps);
1915 int nmaps = current_minor_maps (0, &maps);
2909 int nmaps = current_minor_maps (&modes, &maps);
H A Dkeyboard.c7659 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in menu_bar_items()
8214 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in tab_bar_items()
8598 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in tool_bar_items()
H A DChangeLog.3984 (current_minor_maps): Call Findirect_function, so symbols
1642 * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
5722 descbuf before calling current_minor_maps; that function's value
8666 * keymap.c (current_minor_maps): Use it, instead of a call to
8811 * keymap.c (current_minor_maps): Rewritten not to use
8871 (current_minor_maps, Fminor_mode_key_binding,
8949 (current_minor_maps): New function.
H A DChangeLog.5344 (menu_bar_items): Likewise, for arg of current_minor_maps.
3607 * keymap.c (current_minor_maps): Likewise.
H A DChangeLog.9114 * keymap.c (current_minor_maps): `override' only shadows its
4767 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
8269 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
H A DChangeLog.74320 * keymap.c (current_minor_maps):
4661 (current_minor_maps): Use Vminor_mode_overriding_map_alist first,
H A DChangeLog.65107 * keymap.c (current_minor_maps): Catch errors in Findirect_function.
H A DChangeLog.42965 * keymap.c (current_minor_maps): Scale by sizeof when allocating
H A DChangeLog.105448 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
23869 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
23889 (current_minor_maps): Process keymap alists in that list before
H A DChangeLog.1215951 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15953 (current_minor_maps): Check for size calculation overflow.
H A DChangeLog.82438 (current_minor_maps, Faccessible_keymaps)
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.h41 extern ptrdiff_t current_minor_maps (Lisp_Object **, Lisp_Object **);
H A Dkeymap.c1379 current_minor_maps (Lisp_Object **modeptr, Lisp_Object **mapptr) in current_minor_maps() function
1612 nmaps = current_minor_maps (0, &maps);
1755 nmaps = current_minor_maps (&modes, &maps);
1839 int nmaps = current_minor_maps (0, &maps);
2841 nmaps = current_minor_maps (&modes, &maps);
H A Dkeyboard.c7461 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in menu_bar_items()
8014 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in tab_bar_items()
8398 ptrdiff_t nminor = current_minor_maps (NULL, &tmaps); in tool_bar_items()
H A DChangeLog.3984 (current_minor_maps): Call Findirect_function, so symbols
1642 * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
5722 descbuf before calling current_minor_maps; that function's value
8666 * keymap.c (current_minor_maps): Use it, instead of a call to
8811 * keymap.c (current_minor_maps): Rewritten not to use
8871 (current_minor_maps, Fminor_mode_key_binding,
8949 (current_minor_maps): New function.
H A DChangeLog.5344 (menu_bar_items): Likewise, for arg of current_minor_maps.
3607 * keymap.c (current_minor_maps): Likewise.
H A DChangeLog.9114 * keymap.c (current_minor_maps): `override' only shadows its
4767 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
8269 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
H A DChangeLog.74320 * keymap.c (current_minor_maps):
4661 (current_minor_maps): Use Vminor_mode_overriding_map_alist first,
H A DChangeLog.65107 * keymap.c (current_minor_maps): Catch errors in Findirect_function.
H A DChangeLog.42965 * keymap.c (current_minor_maps): Scale by sizeof when allocating
H A DChangeLog.105448 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
23869 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
23889 (current_minor_maps): Process keymap alists in that list before
H A DChangeLog.1215951 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15953 (current_minor_maps): Check for size calculation overflow.
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c7488 nminor = current_minor_maps (NULL, &tmaps); in menu_bar_items()
8037 nminor = current_minor_maps (NULL, &tmaps); in tool_bar_items()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c7488 nminor = current_minor_maps (NULL, &tmaps); in menu_bar_items()
8037 nminor = current_minor_maps (NULL, &tmaps); in tool_bar_items()

12