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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dmarker.c88 best_below_byte = (BYTEPOS); \
94 if (best_above - best_below == best_above_byte - best_below_byte) \
96 int value = best_below_byte + (charpos - best_below); \
140 int best_below, best_below_byte;
155 best_below_byte = BEG_BYTE;
159 and in best_below and best_below_byte
196 BUF_INC_POS (b, best_below_byte);
207 set_marker_both (marker, buffer, best_below, best_below_byte);
211 byte_char_debug_check (b, charpos, best_below_byte);
216 cached_bytepos = best_below_byte;
139 int best_below, best_below_byte; local
332 int best_below, best_below_byte; local
[all...]
H A Dfns.c863 int best_below, best_below_byte;
866 best_below = best_below_byte = 0;
877 best_below_byte = string_char_byte_cache_bytepos;
892 best_below, best_below_byte);
895 i_byte = best_below_byte;
936 int best_below, best_below_byte;
939 best_below = best_below_byte = 0;
950 best_below_byte = string_char_byte_cache_bytepos;
959 if (byte_index - best_below_byte < best_above_byte - byte_index)
961 while (best_below_byte < byte_inde
859 int best_below, best_below_byte; local
931 int best_below, best_below_byte; local
[all...]

Completed in 143 milliseconds