Home
last modified time | relevance | path

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

/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c3251 Lisp_Object cache_newlines, buf_newlines, val; variable
3279 cache_newlines = make_uninit_vector (nl_count_cache);
3291 ASET (cache_newlines, i, make_fixnum (found - 1));
3295 ASET (cache_newlines, i, make_fixnum (-1));
3320 ASET (val, 0, cache_newlines);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c3283 Lisp_Object cache_newlines, buf_newlines, val; variable
3311 cache_newlines = make_vector (nl_count_cache, make_fixnum (-1));
3323 ASET (cache_newlines, i, make_fixnum (found - 1));
3346 val = CALLN (Fvector, cache_newlines, buf_newlines);