make_buffer_string_both 1581 src/editfns.c    return make_buffer_string_both (start, start_byte, end, end_byte, props);
make_buffer_string_both 1722 src/editfns.c    return make_buffer_string_both (BEGV, BEGV_BYTE, ZV, ZV_BYTE, 1);
make_buffer_string_both 1479 src/insdel.c       deletion = make_buffer_string_both (from, from_byte, to, to_byte, 1);
make_buffer_string_both 1905 src/insdel.c       deletion = make_buffer_string_both (from, from_byte, to, to_byte, 1);
make_buffer_string_both 4696 src/lisp.h     extern Lisp_Object make_buffer_string_both (ptrdiff_t, ptrdiff_t, ptrdiff_t,
make_buffer_string_both 4063 test/manual/etags/c-src/emacs/src/lisp.h extern Lisp_Object make_buffer_string_both (ptrdiff_t, ptrdiff_t, ptrdiff_t,