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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c656 int start_byte = CHAR_TO_BYTE (start);
666 (current_buffer, newline_cache, start_byte, &next_change))
667 start_byte = next_change;
671 if (start_byte > ceiling_byte)
672 start_byte = ceiling_byte;
683 tem = BUFFER_CEILING_OF (start_byte);
691 = BYTE_POS_ADDR (start_byte);
706 start_byte + scan_start - base,
707 start_byte + cursor - base);
715 return BYTE_TO_CHAR (start_byte
652 int start_byte = CHAR_TO_BYTE (start); local
725 int start_byte = CHAR_TO_BYTE (start); local
[all...]
H A Dcasefiddle.c178 int start_byte, end_byte;
194 start_byte = CHAR_TO_BYTE (start);
197 for (i = start_byte; i < end_byte; i++, start++)
176 int start_byte, end_byte; local
H A Dcomposite.c692 int start_byte = (NILP (string)
695 id = get_composition_id (start, start_byte, end - start, prop, string);
689 int start_byte = (NILP (string) variable
H A Dintervals.c2542 set_intervals_multibyte_1 (i, multi_flag, start, start_byte, end, end_byte)
2545 int start, start_byte, end, end_byte;
2551 i->total_length = end_byte - start_byte;
2568 left_end_byte = start_byte + LEFT_TOTAL_LENGTH (i);
2591 set_intervals_multibyte_1 (i->left, multi_flag, start, start_byte,
H A Deditfns.c2370 int start_byte = CHAR_TO_BYTE (start);
2373 return make_buffer_string_both (start, start_byte, end, end_byte, props);
2392 make_buffer_string_both (start, start_byte, end, end_byte, props)
2393 int start, start_byte, end, end_byte;
2402 result = make_uninit_multibyte_string (end - start, end_byte - start_byte);
2405 bcopy (BYTE_POS_ADDR (start_byte), SDATA (result),
2406 end_byte - start_byte);
2357 int start_byte = CHAR_TO_BYTE (start); local
H A Dprocess.c5775 EMACS_INT start_byte;
5779 start_byte = CHAR_TO_BYTE (XINT (start));
5780 buf = BYTE_POS_ADDR (start_byte);
5781 len = CHAR_TO_BYTE (XINT (end)) - start_byte;
5759 EMACS_INT start_byte; local
H A Dxdisp.c18096 display_count_lines (start, start_byte, limit_byte, count, byte_pos_ptr)
18097 int start, start_byte, limit_byte, count;
18114 while (start_byte < limit_byte)
18116 ceiling = BUFFER_CEILING_OF (start_byte);
18119 base = (cursor = BYTE_POS_ADDR (start_byte));
18133 start_byte += cursor - base + 1;
18134 *byte_pos_ptr = start_byte;
18144 start_byte += cursor - base;
18149 while (start_byte > limit_byte)
18151 ceiling = BUFFER_FLOOR_OF (start_byte
[all...]
H A Dfns.c5580 int start_byte = 0, end_byte = 0;
5623 start_byte = string_char_to_byte (object, start_char);
5754 md5_buffer (SDATA (object) + start_byte,
5548 int start_byte = 0, end_byte = 0; variable

Completed in 278 milliseconds