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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c270 register int i1, i1_byte, i2, i2_byte;
288 i1_byte = string_char_to_byte (str1, i1);
306 FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c1, str1, i1, i1_byte);
362 register int i1, i1_byte, i2, i2_byte;
371 i1 = i1_byte = i2 = i2_byte = 0;
383 FETCH_STRING_CHAR_ADVANCE (c1, s1, i1, i1_byte);
268 register int i1, i1_byte, i2, i2_byte; variable
360 register int i1, i1_byte, i2, i2_byte; variable
H A Deditfns.c2573 int i1, i2, i1_byte, i2_byte;
2653 i1_byte = buf_charpos_to_bytepos (bp1, i1);
2666 c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte);
2667 BUF_INC_POS (bp1, i1_byte);
2560 int i1, i2, i1_byte, i2_byte; variable

Completed in 194 milliseconds