BUF_GPT 602 src/buffer.c BUF_GPT (b) = BEG; BUF_GPT 9634 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 193 src/marker.c CONSIDER (BUF_GPT (b), BUF_GPT_BYTE (b)); BUF_GPT 345 src/marker.c CONSIDER (BUF_GPT_BYTE (b), BUF_GPT (b)); BUF_GPT 17607 src/xdisp.c BUF_BEG_UNCHANGED (b) = BUF_GPT (b) - BUF_BEG (b); BUF_GPT 17608 src/xdisp.c BUF_END_UNCHANGED (b) = BUF_Z (b) - BUF_GPT (b);