• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/src/

Lines Matching refs:from_byte

5545 code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
5546 int from, from_byte, to, to_byte, encodep, replace;
5549 int len = to - from, len_byte = to_byte - from_byte;
5566 TEMP_SET_PT_BOTH (from, from_byte);
5579 from_byte = CHAR_TO_BYTE (from), to_byte = CHAR_TO_BYTE (to);
5580 len_byte = to_byte - from_byte;
5599 move_gap_both (from, from_byte);
5602 detect_coding (coding, BYTE_POS_ADDR (from_byte), len_byte);
5620 detect_eol (coding, BYTE_POS_ADDR (from_byte), len_byte);
5658 del_range_2 (from, from_byte, to, to_byte, 0);
5659 TEMP_SET_PT_BOTH (from, from_byte);
5668 from_byte = CHAR_TO_BYTE (from);
5670 len_byte = to_byte - from_byte;
5671 TEMP_SET_PT_BOTH (from, from_byte);
5678 deletion = make_buffer_string_both (from, from_byte, to, to_byte, 1);
5682 nbytes_del = to_byte - from_byte;
5700 int from_byte_orig = from_byte, to_byte_orig = to_byte;
5703 move_gap_both (from, from_byte);
5704 SHRINK_CONVERSION_REGION (&from_byte, &to_byte, coding, NULL, encodep);
5705 if (from_byte == to_byte
5718 head_skip = from_byte - from_byte_orig;
5735 move_gap_both (from, from_byte);
5985 from -= head_skip; from_byte -= head_skip;
5991 adjust_after_replace (from, from_byte, deletion, inserted, inserted_byte);
5993 adjust_after_replace_noundo (from, from_byte, nchars_del, nbytes_del,
6008 TEMP_SET_PT_BOTH (from, from_byte);
6043 coding->consumed = to_byte - from_byte;
6687 int from_byte, to_byte;
6695 from_byte = CHAR_TO_BYTE (from);
6709 return detect_coding_system (BYTE_POS_ADDR (from_byte),
6710 to_byte - from_byte + include_anchor_byte,