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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dmarker.c81 best_above_byte = (BYTEPOS); \
94 if (best_above - best_below == best_above_byte - best_below_byte) \
139 int best_above, best_above_byte;
146 best_above_byte = BUF_Z_BYTE (b);
151 if (best_above == best_above_byte)
157 /* We find in best_above and best_above_byte
227 BUF_DEC_POS (b, best_above_byte);
238 set_marker_both (marker, buffer, best_above, best_above_byte);
242 byte_char_debug_check (b, charpos, best_above_byte);
247 cached_bytepos = best_above_byte;
138 int best_above, best_above_byte; local
331 int best_above, best_above_byte; local
[all...]
H A Dfns.c864 int best_above, best_above_byte;
868 best_above_byte = SBYTES (string);
869 if (best_above == best_above_byte)
882 best_above_byte = string_char_byte_cache_bytepos;
901 unsigned char *pend = SDATA (string) + best_above_byte;
902 unsigned char *pbeg = pend - best_above_byte;
909 best_above_byte -= bytes;
911 best_above_byte -= (pend - p);
913 best_above_byte--;
917 i_byte = best_above_byte;
860 int best_above, best_above_byte; local
932 int best_above, best_above_byte; local
[all...]

Completed in 173 milliseconds