Searched refs:string_char_byte_cache_charpos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c846 static int string_char_byte_cache_charpos;
874 if (string_char_byte_cache_charpos < char_index)
876 best_below = string_char_byte_cache_charpos;
881 best_above = string_char_byte_cache_charpos;
921 string_char_byte_cache_charpos = i;
949 best_below = string_char_byte_cache_charpos;
954 best_above = string_char_byte_cache_charpos;
994 string_char_byte_cache_charpos = i;
842 static int string_char_byte_cache_charpos; variable

Completed in 116 milliseconds