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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c847 static int string_char_byte_cache_bytepos;
877 best_below_byte = string_char_byte_cache_bytepos;
882 best_above_byte = string_char_byte_cache_bytepos;
920 string_char_byte_cache_bytepos = i_byte;
947 if (string_char_byte_cache_bytepos < byte_index)
950 best_below_byte = string_char_byte_cache_bytepos;
955 best_above_byte = string_char_byte_cache_bytepos;
993 string_char_byte_cache_bytepos = i_byte;
843 static int string_char_byte_cache_bytepos; variable

Completed in 122 milliseconds