marker_byte_position 767 src/buffer.c SET_BUF_PT_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 770 src/buffer.c SET_BUF_BEGV_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 773 src/buffer.c SET_BUF_ZV_BOTH (b, marker_position (m), marker_byte_position (m)); marker_byte_position 890 src/buffer.h : marker_byte_position (BVAR (buf, begv_marker))); marker_byte_position 907 src/buffer.h : marker_byte_position (BVAR (buf, pt_marker))); marker_byte_position 924 src/buffer.h : marker_byte_position (BVAR (buf, zv_marker))); marker_byte_position 305 src/dispextern.h BYTEPOS (POS) = marker_byte_position (MARKER)) marker_byte_position 313 src/dispextern.h (BEGV_BYTE, marker_byte_position (MARKER), ZV_BYTE)) marker_byte_position 1080 src/editfns.c pos_byte = marker_byte_position (pos); marker_byte_position 1113 src/editfns.c pos_byte = marker_byte_position (pos); marker_byte_position 2804 src/editfns.c marker_position (begv), marker_byte_position (begv)); marker_byte_position 2806 src/editfns.c marker_position (zv), marker_byte_position (zv)); marker_byte_position 2835 src/editfns.c marker_position (begv), marker_byte_position (begv)); marker_byte_position 2837 src/editfns.c marker_position (zv), marker_byte_position (zv)); marker_byte_position 2916 src/editfns.c begv_charpos, marker_byte_position (begv)); marker_byte_position 2918 src/editfns.c zv_charpos, marker_byte_position (zv)); marker_byte_position 6174 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 4723 src/lisp.h extern ptrdiff_t marker_byte_position (Lisp_Object); marker_byte_position 339 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 5669 src/window.c ptrdiff_t startbyte = marker_byte_position (w->start); marker_byte_position 6024 src/window.c bytepos = marker_byte_position (w->start); marker_byte_position 6223 src/window.c ptrdiff_t startbyte = marker_byte_position (w->start); marker_byte_position 6271 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6316 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6349 src/window.c marker_byte_position (opoint_marker)); marker_byte_position 6421 src/window.c marker_byte_position (w->pointm)); marker_byte_position 6423 src/window.c marker_byte_position (w->old_pointm)); marker_byte_position 11764 src/xdisp.c SET_PT_BOTH (marker_position (opoint), marker_byte_position (opoint)); marker_byte_position 11993 src/xdisp.c BEGV_BYTE = marker_byte_position (oldbegv); marker_byte_position 12003 src/xdisp.c ZV_BYTE = marker_byte_position (oldzv); marker_byte_position 12012 src/xdisp.c marker_byte_position (oldpoint)); marker_byte_position 12501 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->pointm))); ++i; marker_byte_position 12503 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->old_pointm))); ++i; marker_byte_position 12505 src/xdisp.c ASET (vector, i, make_fixnum (marker_byte_position (w->start))); ++i; marker_byte_position 19896 src/xdisp.c ptrdiff_t new_pt_byte = marker_byte_position (w->pointm); marker_byte_position 28398 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);