GAP_SIZE 1041 src/buffer.h return (n < GPT_BYTE ? 0 : GAP_SIZE) + n + BEG_ADDR - BEG_BYTE; GAP_SIZE 1049 src/buffer.h return ((n < GPT ? 0 : GAP_SIZE) GAP_SIZE 1076 src/buffer.h return byte - (byte <= GPT_BYTE - BEG_BYTE ? 0 : GAP_SIZE) + BEG_BYTE; GAP_SIZE 1009 src/coding.c ptrdiff_t add = GAP_SIZE; GAP_SIZE 1012 src/coding.c GAP_SIZE = 0; ZV += add; Z += add; ZV_BYTE += add; Z_BYTE += add; GAP_SIZE 1014 src/coding.c GAP_SIZE += add; ZV -= add; Z -= add; ZV_BYTE -= add; Z_BYTE -= add; GAP_SIZE 304 src/decompress.c if (GAP_SIZE < avail_out) GAP_SIZE 305 src/decompress.c make_gap (avail_out - GAP_SIZE); GAP_SIZE 957 src/editfns.c XSETFASTINT (temp, GAP_SIZE); GAP_SIZE 1611 src/editfns.c beg1 = GPT_BYTE + GAP_SIZE - BEG_BYTE; GAP_SIZE 1612 src/editfns.c end1 = end_byte + GAP_SIZE - BEG_BYTE; GAP_SIZE 3886 src/fileio.c GAP_SIZE += inserted; GAP_SIZE 4777 src/fileio.c if (GAP_SIZE <= total) GAP_SIZE 4778 src/fileio.c make_gap (total - GAP_SIZE + 1); GAP_SIZE 4793 src/fileio.c ptrdiff_t gap_size = GAP_SIZE; GAP_SIZE 4802 src/fileio.c make_gap (GAP_SIZE >> 1); GAP_SIZE 4803 src/fileio.c gap_size = GAP_SIZE - inserted; GAP_SIZE 164 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 218 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 466 src/insdel.c ptrdiff_t current_size = Z_BYTE - BEG_BYTE + GAP_SIZE; GAP_SIZE 486 src/insdel.c old_gap_size = GAP_SIZE; GAP_SIZE 489 src/insdel.c GPT = Z + GAP_SIZE; GAP_SIZE 490 src/insdel.c GPT_BYTE = Z_BYTE + GAP_SIZE; GAP_SIZE 491 src/insdel.c GAP_SIZE = nbytes_added; GAP_SIZE 497 src/insdel.c GAP_SIZE += old_gap_size; GAP_SIZE 523 src/insdel.c if (GAP_SIZE - nbytes_removed < GAP_BYTES_MIN) GAP_SIZE 524 src/insdel.c nbytes_removed = GAP_SIZE - GAP_BYTES_MIN; GAP_SIZE 534 src/insdel.c new_gap_size = GAP_SIZE - nbytes_removed; GAP_SIZE 547 src/insdel.c GAP_SIZE = nbytes_removed; GAP_SIZE 555 src/insdel.c GAP_SIZE = new_gap_size; GAP_SIZE 902 src/insdel.c if (GAP_SIZE < nbytes) GAP_SIZE 903 src/insdel.c make_gap (nbytes - GAP_SIZE); GAP_SIZE 920 src/insdel.c GAP_SIZE -= nbytes; GAP_SIZE 927 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1027 src/insdel.c if (GAP_SIZE < outgoing_nbytes) GAP_SIZE 1028 src/insdel.c make_gap (outgoing_nbytes - GAP_SIZE); GAP_SIZE 1051 src/insdel.c GAP_SIZE -= outgoing_nbytes; GAP_SIZE 1058 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1108 src/insdel.c GAP_SIZE -= nbytes; GAP_SIZE 1120 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; GAP_SIZE 1253 src/insdel.c if (GAP_SIZE < outgoing_nbytes) GAP_SIZE 1254 src/insdel.c make_gap (outgoing_nbytes - GAP_SIZE); GAP_SIZE 1293 src/insdel.c GAP_SIZE -= outgoing_nbytes; GAP_SIZE 1300 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1355 src/insdel.c GAP_SIZE -= len_byte; GAP_SIZE 1359 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1400 src/insdel.c GAP_SIZE += len_byte; GAP_SIZE 1481 src/insdel.c GAP_SIZE += nbytes_del; GAP_SIZE 1488 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1497 src/insdel.c if (GAP_SIZE < outgoing_insbytes) GAP_SIZE 1498 src/insdel.c make_gap (outgoing_insbytes - GAP_SIZE); GAP_SIZE 1527 src/insdel.c GAP_SIZE -= outgoing_insbytes; GAP_SIZE 1534 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1628 src/insdel.c GAP_SIZE += nbytes_del; GAP_SIZE 1635 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1644 src/insdel.c if (GAP_SIZE < insbytes) GAP_SIZE 1645 src/insdel.c make_gap (insbytes - GAP_SIZE); GAP_SIZE 1661 src/insdel.c GAP_SIZE -= insbytes; GAP_SIZE 1668 src/insdel.c if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ GAP_SIZE 1927 src/insdel.c GAP_SIZE += nbytes_del; GAP_SIZE 1934 src/insdel.c if (GAP_SIZE > 0 && !current_buffer->text->inhibit_shrinking) GAP_SIZE 657 src/json.c ptrdiff_t gap_size = GAP_SIZE - inserted_bytes; GAP_SIZE 97 src/textconv.c beg1 = GPT_BYTE + GAP_SIZE - BEG_BYTE; GAP_SIZE 98 src/textconv.c end1 = end_byte + GAP_SIZE - BEG_BYTE;