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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4099 int inserted_chars;
4118 multibyte, &inserted_chars);
4132 insert_1_both (decoded, inserted_chars, decoded_length, 0, 1, 0);
4136 del_range_both (PT, PT_BYTE, XFASTINT (end) + inserted_chars,
4142 old_pos += inserted_chars - (XFASTINT (end) - XFASTINT (beg));
4147 return make_number (inserted_chars);
4073 int inserted_chars; variable

Completed in 136 milliseconds