Home
last modified time | relevance | path

Searched refs:BYTE_POS_ADDR (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/emacs/emacs-27.2/src/
H A Dcharacter.h441 unsigned char *chp = BYTE_POS_ADDR (BYTEIDX); \
449 OUTPUT = *(BYTE_POS_ADDR (BYTEIDX)); \
461 unsigned char *chp = BYTE_POS_ADDR (BYTEIDX); \
476 unsigned char *chp = BYTE_POS_ADDR (pos_byte); \
H A Deditfns.c2343 p = BYTE_POS_ADDR (pos_byte);
4312 start1_addr = BYTE_POS_ADDR (start1_byte);
4313 start2_addr = BYTE_POS_ADDR (start2_byte);
4323 start1_addr = BYTE_POS_ADDR (start1_byte);
4324 start2_addr = BYTE_POS_ADDR (start2_byte);
4363 start1_addr = BYTE_POS_ADDR (start1_byte);
4364 start2_addr = BYTE_POS_ADDR (start2_byte);
4393 start1_addr = BYTE_POS_ADDR (start1_byte);
4394 start2_addr = BYTE_POS_ADDR (start2_byte);
4426 start1_addr = BYTE_POS_ADDR (start1_byte);
[all …]
H A Dbuffer.h67 #define BEGV_ADDR (BYTE_POS_ADDR (current_buffer->begv_byte))
70 #define PT_ADDR (BYTE_POS_ADDR (current_buffer->pt_byte))
79 #define ZV_ADDR (BYTE_POS_ADDR (current_buffer->zv_byte))
211 #define FETCH_BYTE(n) *(BYTE_POS_ADDR ((n)))
1011 BYTE_POS_ADDR (ptrdiff_t n) in BYTE_POS_ADDR() function
1272 unsigned char *p = BYTE_POS_ADDR (pos); in FETCH_MULTIBYTE_CHAR()
H A Dxml.c205 buftext = BYTE_POS_ADDR (istart_byte); in parse_region()
229 eassert (buftext == BYTE_POS_ADDR (istart_byte)); in parse_region()
H A Dsearch.c765 unsigned char *lim_addr = BYTE_POS_ADDR (ceiling_byte) + 1; in find_newline()
787 lim_addr = BYTE_POS_ADDR (ceiling_byte) + 1; in find_newline()
895 ceiling_addr = BYTE_POS_ADDR (ceiling_byte); in find_newline()
1645 buf_ch = STRING_CHAR (BYTE_POS_ADDR (this_pos_byte)); in simple_search()
1933 tail_end_ptr = BYTE_POS_ADDR (tail_end); in boyer_moore()
1939 p_limit = BYTE_POS_ADDR (limit); in boyer_moore()
1940 p2 = (cursor = BYTE_POS_ADDR (pos_byte)); in boyer_moore()
2024 p_limit = BYTE_POS_ADDR (limit); in boyer_moore()
2025 p2 = BYTE_POS_ADDR (pos_byte); in boyer_moore()
2088 ptr = BYTE_POS_ADDR (pos_byte); in boyer_moore()
[all …]
H A Dcasefiddle.c437 int ch = STRING_CHAR_AND_LENGTH (BYTE_POS_ADDR (pos_byte), len); in do_casify_multibyte_region()
440 size > 1 ? BYTE_POS_ADDR (pos_byte + len) : NULL)) in do_casify_multibyte_region()
452 memcpy (BYTE_POS_ADDR (pos_byte), buf.data, len); in do_casify_multibyte_region()
H A Dindent.c357 ptr = BYTE_POS_ADDR (PT_BYTE - 1) + 1; in current_column()
513 unsigned char *p = BYTE_POS_ADDR (CHAR_TO_BYTE (pos)); in check_display_width()
682 ptr = BYTE_POS_ADDR (scan_byte); in scan_for_column()
882 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
919 stop = BYTE_POS_ADDR (stop_pos_byte - 1) + 1; in position_indentation()
920 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
946 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
1666 ptr = BYTE_POS_ADDR (pos_byte); in compute_motion()
H A Dcomposite.c1070 p = BYTE_POS_ADDR (bytepos); in composition_compute_stop_pos()
1136 p = BYTE_POS_ADDR (bytepos); in composition_compute_stop_pos()
1489 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1602 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1620 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1646 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
H A Ddecompress.c202 stream.next_in = BYTE_POS_ADDR (pos_byte);
H A Dinsdel.c786 p = BYTE_POS_ADDR (pos_byte - 1); in count_combining_before()
833 bufp = BYTE_POS_ADDR (pos_byte); in count_combining_after()
H A Djson.c1022 memcpy (buffer, BYTE_POS_ADDR (point), count); in json_read_buffer_callback()
H A Dbidi.c1244 s = BYTE_POS_ADDR (bytepos); in bidi_char_at_pos()
1372 ch = STRING_CHAR_AND_LENGTH (BYTE_POS_ADDR (bytepos), len); in bidi_fetch_char()
H A Dcoding.c6798 pbeg = BYTE_POS_ADDR (coding->dst_pos_byte); in decode_eol()
6856 p = BYTE_POS_ADDR (pos_byte); in decode_eol()
8944 return detect_coding_system (BYTE_POS_ADDR (from_byte),
9065 p = pbeg = BYTE_POS_ADDR (start_byte);
9109 pbeg = BYTE_POS_ADDR (start_byte);
9314 p = pbeg = BYTE_POS_ADDR (start_byte);
9342 pbeg = BYTE_POS_ADDR (start_byte);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h75 #define BEGV_ADDR (BYTE_POS_ADDR (current_buffer->begv_byte))
78 #define PT_ADDR (BYTE_POS_ADDR (current_buffer->pt_byte))
87 #define ZV_ADDR (BYTE_POS_ADDR (current_buffer->zv_byte))
219 #define FETCH_BYTE(n) *(BYTE_POS_ADDR ((n)))
1019 BYTE_POS_ADDR (ptrdiff_t n) in BYTE_POS_ADDR() function
1273 unsigned char *p = BYTE_POS_ADDR (pos); in FETCH_MULTIBYTE_CHAR()
1586 unsigned char *chp = BYTE_POS_ADDR (b); in fetch_char_advance()
1612 unsigned char *chp = BYTE_POS_ADDR (b); in fetch_char_advance_no_check()
H A Deditfns.c2324 p = BYTE_POS_ADDR (pos_byte);
4296 start1_addr = BYTE_POS_ADDR (start1_byte);
4297 start2_addr = BYTE_POS_ADDR (start2_byte);
4307 start1_addr = BYTE_POS_ADDR (start1_byte);
4308 start2_addr = BYTE_POS_ADDR (start2_byte);
4347 start1_addr = BYTE_POS_ADDR (start1_byte);
4348 start2_addr = BYTE_POS_ADDR (start2_byte);
4377 start1_addr = BYTE_POS_ADDR (start1_byte);
4378 start2_addr = BYTE_POS_ADDR (start2_byte);
4410 start1_addr = BYTE_POS_ADDR (start1_byte);
[all …]
H A Dxml.c205 buftext = BYTE_POS_ADDR (istart_byte); in parse_region()
229 eassert (buftext == BYTE_POS_ADDR (istart_byte)); in parse_region()
H A Dsearch.c801 lim_addr = BYTE_POS_ADDR (ceiling_byte) + 1; in find_newline()
909 ceiling_addr = BYTE_POS_ADDR (ceiling_byte); in find_newline()
1569 = string_char_and_length (BYTE_POS_ADDR (this_pos_byte), in simple_search()
1656 buf_ch = STRING_CHAR (BYTE_POS_ADDR (this_pos_byte)); in simple_search()
1944 tail_end_ptr = BYTE_POS_ADDR (tail_end); in boyer_moore()
1950 p_limit = BYTE_POS_ADDR (limit); in boyer_moore()
1951 p2 = (cursor = BYTE_POS_ADDR (pos_byte)); in boyer_moore()
2035 p_limit = BYTE_POS_ADDR (limit); in boyer_moore()
2036 p2 = BYTE_POS_ADDR (pos_byte); in boyer_moore()
2099 ptr = BYTE_POS_ADDR (pos_byte); in boyer_moore()
[all …]
H A Dindent.c355 ptr = BYTE_POS_ADDR (PT_BYTE - 1) + 1; in current_column()
511 unsigned char *p = BYTE_POS_ADDR (CHAR_TO_BYTE (pos)); in check_display_width()
686 ptr = BYTE_POS_ADDR (scan_byte); in scan_for_column()
890 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
927 stop = BYTE_POS_ADDR (stop_pos_byte - 1) + 1; in position_indentation()
928 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
954 p = BYTE_POS_ADDR (pos_byte); in position_indentation()
1672 ptr = BYTE_POS_ADDR (pos_byte); in compute_motion()
H A Dcasefiddle.c474 int len, ch = string_char_and_length (BYTE_POS_ADDR (pos_byte), &len); in do_casify_multibyte_region()
477 size > 1 ? BYTE_POS_ADDR (pos_byte + len) : NULL)) in do_casify_multibyte_region()
489 memcpy (BYTE_POS_ADDR (pos_byte), buf.data, len); in do_casify_multibyte_region()
H A Dcomposite.c1109 p = BYTE_POS_ADDR (bytepos); in composition_compute_stop_pos()
1175 p = BYTE_POS_ADDR (bytepos); in composition_compute_stop_pos()
1574 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1690 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1708 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
1734 cur.p = BYTE_POS_ADDR (cur.pos_byte); in find_automatic_composition()
H A Ddecompress.c304 stream.next_in = BYTE_POS_ADDR (pos_byte);
H A Dinsdel.c785 p = BYTE_POS_ADDR (pos_byte - 1); in count_combining_before()
832 bufp = BYTE_POS_ADDR (pos_byte); in count_combining_after()
H A Djson.c1013 memcpy (buffer, BYTE_POS_ADDR (point), count); in json_read_buffer_callback()
H A Dcoding.c6793 pbeg = BYTE_POS_ADDR (coding->dst_pos_byte); in decode_eol()
6851 p = BYTE_POS_ADDR (pos_byte); in decode_eol()
8981 return detect_coding_system (BYTE_POS_ADDR (from_byte),
9102 p = pbeg = BYTE_POS_ADDR (start_byte);
9146 pbeg = BYTE_POS_ADDR (start_byte);
9354 p = pbeg = BYTE_POS_ADDR (start_byte);
9382 pbeg = BYTE_POS_ADDR (start_byte);
H A Dsyntax.c2175 p = BYTE_POS_ADDR (pos_byte); in skip_syntaxes()
2208 p = BYTE_POS_ADDR (pos_byte); in skip_syntaxes()

12