set_marker_both   738 src/buffer.c         set_marker_both (BVAR (b, pt_marker), buffer, b->pt, b->pt_byte);
set_marker_both   739 src/buffer.c         set_marker_both (BVAR (b, begv_marker), buffer, b->begv, b->begv_byte);
set_marker_both   740 src/buffer.c         set_marker_both (BVAR (b, zv_marker), buffer, b->zv, b->zv_byte);
set_marker_both   503 src/callint.c  	  set_marker_both (point_marker, Qnil, PT, PT_BYTE);
set_marker_both   659 src/callint.c  	    set_marker_both (point_marker, Qnil, PT, PT_BYTE);
set_marker_both   283 src/dispextern.h      set_marker_both ((MARKER), Qnil, CHARPOS ((POS)), BYTEPOS ((POS)))
set_marker_both  2140 src/indent.c     set_marker_both (w->pointm, w->contents,
set_marker_both  2218 src/indent.c         set_marker_both (w->pointm, w->contents,
set_marker_both  4723 src/lisp.h     extern Lisp_Object set_marker_both (Lisp_Object, Lisp_Object, ptrdiff_t, ptrdiff_t);
set_marker_both   222 src/print.c        set_marker_both (pc->old_printcharfun, Qnil, PT, PT_BYTE);
set_marker_both  1277 src/process.c      set_marker_both (p->mark, buffer,
set_marker_both  6369 src/process.c  	set_marker_both (p->mark, p->buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  6371 src/process.c  	set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
set_marker_both  7728 src/process.c        set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
set_marker_both   598 src/window.c   	set_marker_both (ow->pointm, ow->contents,
set_marker_both  3493 src/window.c   	  set_marker_both (w->start, w->contents, pos.bufpos, pos.bytepos);
set_marker_both  4113 src/window.c         set_marker_both (w->pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  4114 src/window.c         set_marker_both (w->old_pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  6421 src/window.c         set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
set_marker_both  6422 src/window.c         set_marker_both (w->old_pointm, Qnil, PT, PT_BYTE);
set_marker_both  6839 src/window.c     set_marker_both (w->start, w->contents, charpos, bytepos);
set_marker_both  6926 src/window.c         set_marker_both (w->start, w->contents, PT, PT_BYTE);
set_marker_both  7167 src/window.c   	  set_marker_both (w->pointm,
set_marker_both  11684 src/xdisp.c          set_marker_both (w->pointm, buffer, BEG, BEG_BYTE);
set_marker_both  11685 src/xdisp.c          set_marker_both (w->old_pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12415 src/xdisp.c          set_marker_both (w->pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12416 src/xdisp.c          set_marker_both (w->old_pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12741 src/xdisp.c        set_marker_both (w->start, w->contents,
set_marker_both  19696 src/xdisp.c    	  set_marker_both (w->pointm, Qnil, BEGV, BEGV_BYTE);
set_marker_both  19702 src/xdisp.c    	  set_marker_both (w->pointm, Qnil, ZV, ZV_BYTE);
set_marker_both  19962 src/xdisp.c    	    set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
set_marker_both  20341 src/xdisp.c      set_marker_both (w->start, Qnil, IT_CHARPOS (it), IT_BYTEPOS (it));
set_marker_both  20740 src/xdisp.c      set_marker_both (w->start, Qnil, CHARPOS (pos), BYTEPOS (pos));
set_marker_both  4093 test/manual/etags/c-src/emacs/src/lisp.h extern Lisp_Object set_marker_both (Lisp_Object, Lisp_Object, ptrdiff_t, ptrdiff_t);