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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcharset.c1289 int i = 0, i_byte = 0;
1294 while (i_byte < len)
1301 int c = STRING_CHAR_AND_LENGTH (str + i_byte, len - i_byte, bytes);
1308 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]);
1313 PARSE_MULTIBYTE_SEQ (str + i_byte, len - i_byte, bytes);
1314 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]);
1321 *nbytes = i_byte;
1325 i_byte
1286 int i = 0, i_byte = 0; local
1354 int i = 0, i_byte = 0; local
[all...]
H A Dprint.c1574 register int i, i_byte;
1595 for (i = 0, i_byte = 0; i_byte < size_byte;)
1604 c = STRING_CHAR_AND_LENGTH (str + i_byte,
1605 size_byte - i_byte, len);
1607 i_byte += len;
1609 c = str[i_byte++];
1612 c = str[i_byte++];
1690 int i, i_byte, size_byte;
1725 for (i = 0, i_byte
1568 register int i, i_byte; local
1684 int i, i_byte, size_byte; local
[all...]
H A Dminibuf.c2281 register int i, i_byte;
2376 i_byte = PT_BYTE - prompt_end_bytepos;
2413 for (; i_byte < SBYTES (completion); i_byte += len, i++)
2415 c = STRING_CHAR_AND_LENGTH (completion_string + i_byte,
2416 bytes - i_byte,
2420 i_byte += len;
2448 insert_from_string (completion, 0, 0, i, i_byte, 1);
2271 register int i, i_byte; variable
H A Dsearch.c2064 register int i, i_byte, len, punct_count = 0, word_count = 0;
2073 for (i = 0, i_byte = 0; i < len; )
2077 FETCH_STRING_CHAR_ADVANCE (c, string, i, i_byte);
2107 for (i = 0, i_byte = 0; i < len; )
2110 int i_byte_orig = i_byte;
2112 FETCH_STRING_CHAR_ADVANCE (c, string, i, i_byte);
2117 i_byte - i_byte_orig);
2118 o += i_byte - i_byte_orig;
2054 register int i, i_byte, len, punct_count = 0, word_count = 0; local
H A Dkeymap.c2067 int i, i_byte, c;
2071 for (i = 0, i_byte = 0; i < SCHARS (prefix);)
2075 FETCH_STRING_CHAR_ADVANCE (c, prefix, i, i_byte);
2166 int i, i_byte;
2210 i = i_byte = 0;
2217 FETCH_STRING_CHAR_ADVANCE (c, list, i, i_byte);
2061 int i, i_byte, c; variable
2159 int i, i_byte; variable
H A Dfns.c862 int i, i_byte;
895 i_byte = best_below_byte;
917 i_byte = best_above_byte;
920 string_char_byte_cache_bytepos = i_byte;
924 return i_byte;
935 int i, i_byte;
968 i_byte = best_below_byte;
990 i_byte = best_above_byte;
993 string_char_byte_cache_bytepos = i_byte;
3107 int i_byte;
858 int i, i_byte; local
930 int i, i_byte; local
3088 int i_byte; local
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-layout.mm528 long i_byte = slot >> 3;
531 if (i_byte < bits_size) {
533 bits[i_byte] |= 1 << (slot & 7);

Completed in 110 milliseconds