marker_byte_position 759 src/buffer.c SET_BUF_PT_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 762 src/buffer.c SET_BUF_BEGV_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 765 src/buffer.c SET_BUF_ZV_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 879 src/buffer.h : marker_byte_position (BVAR (buf, begv_marker))); marker_byte_position 896 src/buffer.h : marker_byte_position (BVAR (buf, pt_marker))); marker_byte_position 913 src/buffer.h : marker_byte_position (BVAR (buf, zv_marker))); marker_byte_position 270 src/dispextern.h BYTEPOS (POS) = marker_byte_position (MARKER)) marker_byte_position 278 src/dispextern.h (BEGV_BYTE, marker_byte_position (MARKER), ZV_BYTE)) marker_byte_position 1076 src/editfns.c pos_byte = marker_byte_position (pos); marker_byte_position 1109 src/editfns.c pos_byte = marker_byte_position (pos); marker_byte_position 2796 src/editfns.c marker_position (begv), marker_byte_position (begv)); marker_byte_position 2798 src/editfns.c marker_position (zv), marker_byte_position (zv)); marker_byte_position 2827 src/editfns.c marker_position (begv), marker_byte_position (begv)); marker_byte_position 2829 src/editfns.c marker_position (zv), marker_byte_position (zv)); marker_byte_position 2909 src/editfns.c begv_charpos, marker_byte_position (begv)); marker_byte_position 2911 src/editfns.c zv_charpos, marker_byte_position (zv)); marker_byte_position 6137 src/fns.c pos_byte = marker_byte_position (position); marker_byte_position 2215 src/indent.c make_fixnum (marker_byte_position (w->pointm))); marker_byte_position 1789 src/intervals.c ptrdiff_t bytepos = marker_byte_position (marker); marker_byte_position 4716 src/lisp.h extern ptrdiff_t marker_byte_position (Lisp_Object); marker_byte_position 244 src/lread.c ptrdiff_t bytepos = marker_byte_position (readcharfun); marker_byte_position 164 src/print.c SET_PT_BOTH (marker_pos, marker_byte_position (printcharfun)); marker_byte_position 2475 src/window.c marker_byte_position (w->pointm), marker_byte_position 3326 src/window.c startbyte = marker_byte_position (w->start); marker_byte_position 5652 src/window.c ptrdiff_t startbyte = marker_byte_position (w->start); marker_byte_position 6007 src/window.c bytepos = marker_byte_position (w->start); marker_byte_position 6206 src/window.c ptrdiff_t startbyte = marker_byte_position (w->start); marker_byte_position 6254 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6299 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6332 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6404 src/window.c marker_byte_position (w->pointm)); marker_byte_position 6406 src/window.c marker_byte_position (w->old_pointm)); marker_byte_position 11729 src/xdisp.c SET_PT_BOTH (marker_position (opoint), marker_byte_position (opoint)); marker_byte_position 11958 src/xdisp.c BEGV_BYTE = marker_byte_position (oldbegv); marker_byte_position 11968 src/xdisp.c ZV_BYTE = marker_byte_position (oldzv); marker_byte_position 11977 src/xdisp.c marker_byte_position (oldpoint)); marker_byte_position 12466 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->pointm))); ++i; marker_byte_position 12468 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->old_pointm))); ++i; marker_byte_position 12470 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->start))); ++i; marker_byte_position 19690 src/xdisp.c ptrdiff_t new_pt_byte = marker_byte_position (w->pointm); marker_byte_position 28133 src/xdisp.c startpos_byte = marker_byte_position (w->start); marker_byte_position 4087 test/manual/etags/c-src/emacs/src/lisp.h extern ptrdiff_t marker_byte_position (Lisp_Object);