BUF_GPT           594 src/buffer.c     BUF_GPT (b) = BEG;
BUF_GPT          9608 src/coding.c     if (BUF_GPT (buf) != BUF_PT (buf))
BUF_GPT          1225 src/insdel.c         if (from < BUF_GPT (buf))
BUF_GPT          1256 src/insdel.c     if (from < BUF_GPT (buf))
BUF_GPT           192 src/marker.c     CONSIDER (BUF_GPT (b), BUF_GPT_BYTE (b));
BUF_GPT           344 src/marker.c     CONSIDER (BUF_GPT_BYTE (b), BUF_GPT (b));
BUF_GPT          17456 src/xdisp.c          BUF_BEG_UNCHANGED (b) = BUF_GPT (b) - BUF_BEG (b);
BUF_GPT          17457 src/xdisp.c          BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b);