set_marker_both   746 src/buffer.c         set_marker_both (BVAR (b, pt_marker), buffer, b->pt, b->pt_byte);
set_marker_both   747 src/buffer.c         set_marker_both (BVAR (b, begv_marker), buffer, b->begv, b->begv_byte);
set_marker_both   748 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   661 src/callint.c  	    set_marker_both (point_marker, Qnil, PT, PT_BYTE);
set_marker_both   318 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  4730 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  1283 src/process.c      set_marker_both (p->mark, buffer,
set_marker_both  6395 src/process.c  	set_marker_both (p->mark, p->buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  6397 src/process.c  	set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
set_marker_both  7765 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  4131 src/window.c         set_marker_both (w->pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  4132 src/window.c         set_marker_both (w->old_pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
set_marker_both  6438 src/window.c         set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
set_marker_both  6439 src/window.c         set_marker_both (w->old_pointm, Qnil, PT, PT_BYTE);
set_marker_both  6856 src/window.c     set_marker_both (w->start, w->contents, charpos, bytepos);
set_marker_both  6943 src/window.c         set_marker_both (w->start, w->contents, PT, PT_BYTE);
set_marker_both  7184 src/window.c   	  set_marker_both (w->pointm,
set_marker_both  11714 src/xdisp.c          set_marker_both (w->pointm, buffer, BEG, BEG_BYTE);
set_marker_both  11715 src/xdisp.c          set_marker_both (w->old_pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12450 src/xdisp.c          set_marker_both (w->pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12451 src/xdisp.c          set_marker_both (w->old_pointm, buffer, BEG, BEG_BYTE);
set_marker_both  12776 src/xdisp.c        set_marker_both (w->start, w->contents,
set_marker_both  19902 src/xdisp.c    	  set_marker_both (w->pointm, Qnil, BEGV, BEGV_BYTE);
set_marker_both  19908 src/xdisp.c    	  set_marker_both (w->pointm, Qnil, ZV, ZV_BYTE);
set_marker_both  20168 src/xdisp.c    	    set_marker_both (w->pointm, Qnil, PT, PT_BYTE);
set_marker_both  20547 src/xdisp.c      set_marker_both (w->start, Qnil, IT_CHARPOS (it), IT_BYTEPOS (it));
set_marker_both  20946 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);