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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcharset.h700 #define INC_POS(pos_byte) \
702 unsigned char *p = BYTE_POS_ADDR (pos_byte); \
706 len = Z_BYTE - pos_byte; \
708 pos_byte += bytes; \
711 pos_byte++; \
716 #define INC_POS(pos_byte) \
718 unsigned char *p = BYTE_POS_ADDR (pos_byte); \
719 pos_byte += BYTES_BY_CHAR_HEAD (*p); \
726 #define DEC_POS(pos_byte) \
730 pos_byte
[all...]
H A Dindent.c289 check_composition (pos, pos_byte, point, len, len_byte, width)
290 int pos, pos_byte, point;
301 if ((id = get_composition_id (pos, pos_byte, end - pos, prop, Qnil)) < 0)
305 *len_byte = CHAR_TO_BYTE (end) - pos_byte;
814 position_indentation (pos_byte)
815 register int pos_byte;
822 int next_boundary_byte = pos_byte;
827 p = BYTE_POS_ADDR (pos_byte);
843 pos_byte = PTR_BYTE_POS (p);
845 if (pos_byte
945 int next_boundary, pos_byte; variable
1201 int pos_byte; local
[all...]
H A Dsearch.c408 int pos, pos_byte;
418 pos = 0, pos_byte = 0;
429 pos_byte = string_char_to_byte (string, pos);
445 SBYTES (string), pos_byte,
446 SBYTES (string) - pos_byte,
1085 search_buffer (string, pos, pos_byte, lim, lim_byte, n,
1089 EMACS_INT pos_byte;
1109 set_search_regs (pos_byte, 0);
1151 pos_byte - BEGV_BYTE, lim_byte - pos_byte,
406 int pos, pos_byte; local
2312 register int pos, pos_byte; variable
[all...]
H A Dcmds.c122 int pos, pos_byte;
142 pos_byte = PT_BYTE;
144 SET_PT_BOTH (pos, pos_byte);
279 int pos, pos_byte, i;
285 pos_byte = PT_BYTE;
286 for (i = 0; i < XINT (n) && pos_byte > BEGV_BYTE; i++)
290 DEC_BOTH (pos, pos_byte);
291 c = FETCH_BYTE (pos_byte);
448 int pos_byte = PT_BYTE;
471 SET_PT_BOTH (pos, pos_byte);
121 int pos, pos_byte; variable
278 int pos, pos_byte, i; variable
447 int pos_byte = PT_BYTE; local
[all...]
H A Dinsdel.c874 count_combining_before (string, length, pos, pos_byte)
877 int pos, pos_byte;
891 if (pos_byte == BEG_BYTE) /* case (2) */
894 p = BYTE_POS_ADDR (pos_byte - 1);
921 count_combining_after (string, length, pos, pos_byte)
924 int pos, pos_byte;
926 int opos_byte = pos_byte;
941 if (pos_byte == Z_BYTE) /* case (2) */
943 bufp = BYTE_POS_ADDR (pos_byte);
958 i = pos_byte
[all...]
H A Dsyntax.c369 find_defun_start (pos, pos_byte)
370 int pos, pos_byte;
392 scan_newline (pos, pos_byte, BEGV, BEGV_BYTE, -1, 1);
437 prev_char_comend_first (pos, pos_byte)
438 int pos, pos_byte;
442 DEC_BOTH (pos, pos_byte);
444 c = FETCH_CHAR (pos_byte);
453 * prev_char_comstart_first (pos, pos_byte)
454 * int pos, pos_byte;
458 * DEC_BOTH (pos, pos_byte);
1577 int pos_byte = PT_BYTE; local
2637 int pos_byte = PT_BYTE; variable
[all...]
H A Deditfns.c1206 register int pos_byte;
1210 pos_byte = PT_BYTE;
1216 pos_byte = marker_byte_position (pos);
1217 if (pos_byte < BEGV_BYTE || pos_byte >= ZV_BYTE)
1226 pos_byte = CHAR_TO_BYTE (XINT (pos));
1229 return make_number (FETCH_CHAR (pos_byte));
1240 register int pos_byte;
1244 pos_byte = PT_BYTE;
1250 pos_byte
1198 register int pos_byte; variable
1232 register int pos_byte; variable
1259 DEC_POS (pos_byte); variable
2724 register int pos, pos_byte, stop, i, len, end_byte; variable
2913 int pos, pos_byte, end_pos; variable
[all...]
H A Dfontset.c1299 int pos, pos_byte, dummy;
1321 pos_byte = CHAR_TO_BYTE (pos);
1323 c = FETCH_CHAR (pos_byte);
1296 int pos, pos_byte, dummy; variable
H A Dwindow.c5311 register int pos, pos_byte;
5346 pos_byte = PT_BYTE;
5369 set_marker_restricted_both (w->start, w->buffer, pos, pos_byte);
5381 SET_PT_BOTH (pos, pos_byte);
5392 SET_PT_BOTH (pos, pos_byte);
5403 SET_PT_BOTH (pos, pos_byte);
5415 SET_PT_BOTH (pos, pos_byte);
5428 SET_PT_BOTH (pos, pos_byte);
5298 register int pos, pos_byte; local
H A Dxdisp.c4493 int pos, pos_byte, end;
4499 pos_byte = IT_STRING_BYTEPOS (*it);
4505 pos_byte = IT_BYTEPOS (*it);
4516 int id = get_composition_id (pos, pos_byte, end - pos, prop, string);
4550 : CHAR_TO_BYTE (end)) - pos_byte;
4480 int pos, pos_byte, end; local

Completed in 467 milliseconds