Home
last modified time | relevance | path

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

/dports/editors/emacs/emacs-27.2/src/
H A Dbidi.c1506 if (cache_buffer->bidi_paragraph_cache) in bidi_paragraph_cache_on_off()
1508 free_region_cache (cache_buffer->bidi_paragraph_cache); in bidi_paragraph_cache_on_off()
1509 cache_buffer->bidi_paragraph_cache = 0; in bidi_paragraph_cache_on_off()
1519 if (!cache_buffer->bidi_paragraph_cache) in bidi_paragraph_cache_on_off()
1520 cache_buffer->bidi_paragraph_cache = new_region_cache (); in bidi_paragraph_cache_on_off()
1522 return cache_buffer->bidi_paragraph_cache; in bidi_paragraph_cache_on_off()
H A Dbuffer.c579 b->bidi_paragraph_cache = 0;
816 b->bidi_paragraph_cache = 0;
1943 if (b->bidi_paragraph_cache)
1945 free_region_cache (b->bidi_paragraph_cache);
1946 b->bidi_paragraph_cache = 0;
2379 swapfield (bidi_paragraph_cache, struct region_cache *);
H A Dinsdel.c2034 if (buf->bidi_paragraph_cache) in invalidate_buffer_caches()
2063 buf->bidi_paragraph_cache, in invalidate_buffer_caches()
H A Dbuffer.h663 struct region_cache *bidi_paragraph_cache; member
H A Dpdumper.c2880 out->bidi_paragraph_cache = NULL; in dump_buffer()
H A DChangeLog.137501 text, invalidate the bidi_paragraph_cache upto and including the
14329 * buffer.h (struct buffer): New member bidi_paragraph_cache.
14334 (Fbuffer_swap_text, init_buffer_once): Take bidi_paragraph_cache
14341 (bidi_find_paragraph_start): Use bidi_paragraph_cache if needed.
14343 Invalidate bidi_paragraph_cache if enabled.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbidi.c1508 if (cache_buffer->bidi_paragraph_cache) in bidi_paragraph_cache_on_off()
1510 free_region_cache (cache_buffer->bidi_paragraph_cache); in bidi_paragraph_cache_on_off()
1511 cache_buffer->bidi_paragraph_cache = 0; in bidi_paragraph_cache_on_off()
1521 if (!cache_buffer->bidi_paragraph_cache) in bidi_paragraph_cache_on_off()
1522 cache_buffer->bidi_paragraph_cache = new_region_cache (); in bidi_paragraph_cache_on_off()
1524 return cache_buffer->bidi_paragraph_cache; in bidi_paragraph_cache_on_off()
H A Dbuffer.c608 b->bidi_paragraph_cache = 0;
848 b->bidi_paragraph_cache = 0;
1998 if (b->bidi_paragraph_cache)
2000 free_region_cache (b->bidi_paragraph_cache);
2001 b->bidi_paragraph_cache = 0;
2428 swapfield (bidi_paragraph_cache, struct region_cache *);
H A Dinsdel.c2036 if (buf->bidi_paragraph_cache) in invalidate_buffer_caches()
2065 buf->bidi_paragraph_cache, in invalidate_buffer_caches()
H A Dbuffer.h668 struct region_cache *bidi_paragraph_cache; member
H A Dpdumper.c2812 out->bidi_paragraph_cache = NULL; in dump_buffer()
H A DChangeLog.137501 text, invalidate the bidi_paragraph_cache upto and including the
14329 * buffer.h (struct buffer): New member bidi_paragraph_cache.
14334 (Fbuffer_swap_text, init_buffer_once): Take bidi_paragraph_cache
14341 (bidi_find_paragraph_start): Use bidi_paragraph_cache if needed.
14343 Invalidate bidi_paragraph_cache if enabled.