Searched refs:same_at_start (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c4034 /* same_at_start and same_at_end count bytes,
4037 int same_at_start = BEGV_BYTE;
4089 while (bufpos < nread && same_at_start < ZV_BYTE
4090 && FETCH_BYTE (same_at_start) == buffer[bufpos])
4091 same_at_start++, bufpos++;
4100 if (same_at_start - BEGV_BYTE == XINT (end))
4105 del_range_1 (same_at_start, same_at_end, 0, 0);
4144 /* Compare with same_at_start to avoid counting some buffer text
4146 while (bufpos > 0 && same_at_end > same_at_start
4156 if (same_at_end > same_at_start
4018 int same_at_start = BEGV_BYTE; variable
4205 int same_at_start = BEGV_BYTE; variable
[all...]

Completed in 189 milliseconds