Home
last modified time | relevance | path

Searched refs:cmm_size (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c1506 static ptrdiff_t cmm_size = 0; variable
1568 if (i >= cmm_size) in current_minor_maps()
1577 < cmm_size) in current_minor_maps()
1580 newsize = cmm_size == 0 ? 30 : cmm_size * 2; in current_minor_maps()
1592 cmm_size * sizeof cmm_modes[0]); in current_minor_maps()
1604 cmm_size * sizeof cmm_maps[0]); in current_minor_maps()
1613 cmm_size = newsize; in current_minor_maps()
H A DChangeLog.1215951 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
H A DChangeLog.1023870 only update cmm_size if realloc actually succeeds.
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c1358 static ptrdiff_t cmm_size = 0; variable
1422 if (i >= cmm_size) in current_minor_maps()
1431 < cmm_size) in current_minor_maps()
1434 newsize = cmm_size == 0 ? 30 : cmm_size * 2; in current_minor_maps()
1446 cmm_size * sizeof cmm_modes[0]); in current_minor_maps()
1458 cmm_size * sizeof cmm_maps[0]); in current_minor_maps()
1467 cmm_size = newsize; in current_minor_maps()
H A DChangeLog.1215951 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
H A DChangeLog.1023870 only update cmm_size if realloc actually succeeds.