Home
last modified time | relevance | path

Searched refs:substed_alloc_size (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c2623 ptrdiff_t substed_alloc_size, substed_len; variable
2628 substed_alloc_size = (length <= (STRING_BYTES_BOUND - 100) / 2
2631 substed = xmalloc (substed_alloc_size);
2718 if (substed_alloc_size - substed_len < add_len)
2720 xpalloc (substed, &substed_alloc_size,
2721 add_len - (substed_alloc_size - substed_len),
/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c2611 ptrdiff_t substed_alloc_size, substed_len; variable
2616 substed_alloc_size = (length <= (STRING_BYTES_BOUND - 100) / 2
2619 substed = xmalloc (substed_alloc_size);
2705 if (substed_alloc_size - substed_len < add_len)
2707 xpalloc (substed, &substed_alloc_size,
2708 add_len - (substed_alloc_size - substed_len),