buf_charpos_to_bytepos 997 src/buffer.h buf->begv_byte = buf_charpos_to_bytepos (buf, charpos); buf_charpos_to_bytepos 1004 src/buffer.h buf->zv_byte = buf_charpos_to_bytepos (buf, charpos); buf_charpos_to_bytepos 1050 src/buffer.h + buf_charpos_to_bytepos (current_buffer, n) buf_charpos_to_bytepos 1059 src/buffer.h return buf_charpos_to_bytepos (current_buffer, charpos); buf_charpos_to_bytepos 1350 src/buffer.h return (buf->text->beg + buf_charpos_to_bytepos (buf, pos) - BEG_BYTE buf_charpos_to_bytepos 5693 src/dispnew.c BYTEPOS (pos->pos) = buf_charpos_to_bytepos (XBUFFER (w->contents), buf_charpos_to_bytepos 1844 src/editfns.c i1_byte = buf_charpos_to_bytepos (bp1, i1); buf_charpos_to_bytepos 1845 src/editfns.c i2_byte = buf_charpos_to_bytepos (bp2, i2); buf_charpos_to_bytepos 2202 src/editfns.c ctx->a_unibyte ? pos_a : buf_charpos_to_bytepos (ctx->buffer_a, pos_a); buf_charpos_to_bytepos 2204 src/editfns.c ctx->b_unibyte ? pos_b : buf_charpos_to_bytepos (ctx->buffer_b, pos_b); buf_charpos_to_bytepos 1206 src/insdel.c ptrdiff_t from_byte = buf_charpos_to_bytepos (buf, from); buf_charpos_to_bytepos 1207 src/insdel.c ptrdiff_t to_byte = buf_charpos_to_bytepos (buf, from + nchars); buf_charpos_to_bytepos 2108 src/insdel.c ptrdiff_t start_byte = buf_charpos_to_bytepos (buf, start); buf_charpos_to_bytepos 1771 src/intervals.c buf_charpos_to_bytepos (buffer, charpos)); buf_charpos_to_bytepos 1780 src/intervals.c set_point_both (charpos, buf_charpos_to_bytepos (current_buffer, charpos)); buf_charpos_to_bytepos 1794 src/intervals.c bytepos = buf_charpos_to_bytepos (current_buffer, charpos); buf_charpos_to_bytepos 2002 src/intervals.c bytepos = buf_charpos_to_bytepos (current_buffer, charpos); buf_charpos_to_bytepos 4725 src/lisp.h extern ptrdiff_t buf_charpos_to_bytepos (struct buffer *, ptrdiff_t); buf_charpos_to_bytepos 562 src/marker.c bytepos = buf_charpos_to_bytepos (b, charpos); buf_charpos_to_bytepos 1658 src/treesit.c ptrdiff_t beg_byte = buf_charpos_to_bytepos (buffer, buf_charpos_to_bytepos 1660 src/treesit.c ptrdiff_t end_byte = buf_charpos_to_bytepos (buffer, buf_charpos_to_bytepos 2218 src/treesit.c ptrdiff_t byte_pos = buf_charpos_to_bytepos (buf, XFIXNUM (pos)); buf_charpos_to_bytepos 2256 src/treesit.c ptrdiff_t byte_beg = buf_charpos_to_bytepos (buf, XFIXNUM (beg)); buf_charpos_to_bytepos 2257 src/treesit.c ptrdiff_t byte_end = buf_charpos_to_bytepos (buf, XFIXNUM (end)); buf_charpos_to_bytepos 7524 src/xdisp.c IT_BYTEPOS (*it) = buf_charpos_to_bytepos (current_buffer, beg); buf_charpos_to_bytepos 28437 src/xdisp.c linepos_byte = buf_charpos_to_bytepos (b, linepos); buf_charpos_to_bytepos 4089 test/manual/etags/c-src/emacs/src/lisp.h extern ptrdiff_t buf_charpos_to_bytepos (struct buffer *, ptrdiff_t);