Home
last modified time | relevance | path

Searched refs:PT_BYTE (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c142 && FETCH_BYTE (PT_BYTE - 1) != '\n'));
198 && FETCH_BYTE (PT_BYTE - 1) == '\n')
209 && FETCH_BYTE (PT_BYTE) != '\n')
354 int c2 = FETCH_CHAR (PT_BYTE); in internal_self_insert()
369 ptrdiff_t pos_byte = PT_BYTE; in internal_self_insert()
392 ptrdiff_t actual = PT_BYTE; in internal_self_insert()
485 SET_PT_BOTH (PT - 1, PT_BYTE - 1); in internal_self_insert()
489 SET_PT_BOTH (PT + 1, PT_BYTE + 1); in internal_self_insert()
H A Dinsdel.c339 eassert (PT_BYTE >= PT && PT_BYTE - PT <= ZV_BYTE - ZV); in adjust_point()
898 move_gap_both (PT, PT_BYTE); in insert_1_both()
933 adjust_markers_for_insert (PT, PT_BYTE, in insert_1_both()
934 PT + nchars, PT_BYTE + nbytes, in insert_1_both()
1018 move_gap_both (PT, PT_BYTE); in insert_from_string_1()
1060 PT_BYTE + outgoing_nbytes, in insert_from_string_1()
1215 move_gap_both (PT, PT_BYTE); in insert_from_buffer_1()
1273 PT_BYTE + outgoing_nbytes, in insert_from_buffer_1()
1542 - (PT_BYTE < to_byte ? PT_BYTE : to_byte))); in replace_range()
1673 adjust_point (from - PT, from_byte - PT_BYTE); in replace_range_2()
[all …]
H A Djson.c639 memcpy ((char *) BEG_ADDR + PT_BYTE - BEG_BYTE + inserted_bytes, in json_insert()
719 move_gap_both (PT, PT_BYTE);
765 adjust_after_insert (PT, PT_BYTE,
767 PT_BYTE + inserted_bytes,
779 SET_PT_BOTH (PT + inserted, PT_BYTE + inserted_bytes);
1069 ptrdiff_t point = PT_BYTE;
H A Dindent.c355 ptr = BYTE_POS_ADDR (PT_BYTE - 1) + 1; in current_column()
547 scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1); in scan_for_column()
875 find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1);
1021 if (c == '\t' && prev_col < goal && prev_bpos < PT_BYTE)
1034 goal_pt_byte = PT_BYTE;
1986 SET_TEXT_POS (startpos, PT, PT_BYTE); in line_number_display_width()
2136 pos = *vmotion (PT, PT_BYTE, XFIXNUM (lines), w);
2167 SET_TEXT_POS (pt, PT, PT_BYTE);
2279 && FETCH_BYTE (PT_BYTE - 1) == '\n'
H A Dsyntax.c580 ptrdiff_t opoint = PT, opoint_byte = PT_BYTE; in find_defun_start()
631 int c = FETCH_CHAR_AS_MULTIBYTE (PT_BYTE); in find_defun_start()
635 c = FETCH_CHAR_AS_MULTIBYTE (PT_BYTE); in find_defun_start()
642 scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -2, 1); in find_defun_start()
647 find_start_value_byte = PT_BYTE; in find_defun_start()
1689 && (XFIXNUM (lim) - PT != CHAR_TO_BYTE (XFIXNUM (lim)) - PT_BYTE)); in skip_chars()
1935 ptrdiff_t pos_byte = PT_BYTE; in skip_chars()
2166 ptrdiff_t pos_byte = PT_BYTE; in skip_syntaxes()
2458 from_byte = PT_BYTE;
3098 ptrdiff_t opoint_byte = PT_BYTE;
[all …]
H A Deditfns.c193 return build_marker (current_buffer, PT, PT_BYTE);
991 XSETFASTINT (temp, FETCH_CHAR (PT_BYTE));
1005 ptrdiff_t pos = PT_BYTE;
1010 XSETFASTINT (temp, FETCH_BYTE (PT_BYTE - 1));
1038 if (PT == BEGV || FETCH_BYTE (PT_BYTE - 1) == '\n')
1048 if (PT == ZV || FETCH_BYTE (PT_BYTE) == '\n')
1063 pos_byte = PT_BYTE;
1096 pos_byte = PT_BYTE;
4083 PT_BYTE + (end2_byte - end1_byte)); in transpose_markers()
4086 (PT_BYTE + (end2_byte - start2_byte) in transpose_markers()
[all …]
H A Dcallint.c514 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
670 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
H A Dprint.c128 old_point_byte = PT_BYTE; \
132 start_point_byte = PT_BYTE; \
190 set_marker_both (original, Qnil, PT, PT_BYTE); \
195 ? PT_BYTE - start_point_byte : 0)); \
H A Dprocess.c6253 opoint_byte = PT_BYTE;
6269 before_byte = PT_BYTE;
6294 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
6303 opoint_byte += PT_BYTE - before_byte;
6308 old_begv_byte += PT_BYTE - before_byte;
6313 old_zv_byte += PT_BYTE - before_byte;
6490 save_pt = PT, save_pt_byte = PT_BYTE; in send_process()
7616 opoint_byte = PT_BYTE;
7626 before_byte = PT_BYTE;
7636 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
[all …]
H A Dbuffer.h47 #define PT_BYTE (current_buffer->pt_byte + 0) macro
885 return (buf == current_buffer ? PT_BYTE in BUF_PT_BYTE()
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c151 && FETCH_BYTE (PT_BYTE - 1) != '\n'));
207 && FETCH_BYTE (PT_BYTE - 1) == '\n')
218 && FETCH_BYTE (PT_BYTE) != '\n')
363 int c2 = FETCH_CHAR (PT_BYTE); in internal_self_insert()
378 ptrdiff_t pos_byte = PT_BYTE; in internal_self_insert()
401 ptrdiff_t actual = PT_BYTE; in internal_self_insert()
491 SET_PT_BOTH (PT - 1, PT_BYTE - 1); in internal_self_insert()
495 SET_PT_BOTH (PT + 1, PT_BYTE + 1); in internal_self_insert()
H A Dinsdel.c339 eassert (PT_BYTE >= PT && PT_BYTE - PT <= ZV_BYTE - ZV); in adjust_point()
899 move_gap_both (PT, PT_BYTE); in insert_1_both()
934 adjust_markers_for_insert (PT, PT_BYTE, in insert_1_both()
935 PT + nchars, PT_BYTE + nbytes, in insert_1_both()
1019 move_gap_both (PT, PT_BYTE); in insert_from_string_1()
1061 PT_BYTE + outgoing_nbytes, in insert_from_string_1()
1216 move_gap_both (PT, PT_BYTE); in insert_from_buffer_1()
1274 PT_BYTE + outgoing_nbytes, in insert_from_buffer_1()
1543 - (PT_BYTE < to_byte ? PT_BYTE : to_byte))); in replace_range()
1671 adjust_point (from - PT, from_byte - PT_BYTE); in replace_range_2()
[all …]
H A Dindent.c357 ptr = BYTE_POS_ADDR (PT_BYTE - 1) + 1; in current_column()
547 scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1); in scan_for_column()
867 find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1);
1011 ptrdiff_t pos_byte = PT_BYTE;
1022 SET_PT_BOTH (PT - 1, PT_BYTE - 1);
1028 goal_pt_byte = PT_BYTE;
1976 SET_TEXT_POS (startpos, PT, PT_BYTE); in line_number_display_width()
2124 pos = *vmotion (PT, PT_BYTE, XFIXNUM (lines), w);
2155 SET_TEXT_POS (pt, PT, PT_BYTE);
2267 && FETCH_BYTE (PT_BYTE - 1) == '\n'
H A Djson.c643 memcpy ((char *) BEG_ADDR + PT_BYTE - BEG_BYTE + inserted_bytes, in json_insert()
725 move_gap_both (PT, PT_BYTE);
773 adjust_after_insert (PT, PT_BYTE,
775 PT_BYTE + inserted_bytes,
787 SET_PT_BOTH (PT + inserted, PT_BYTE + inserted_bytes);
1080 ptrdiff_t point = PT_BYTE;
H A Dsyntax.c583 ptrdiff_t opoint = PT, opoint_byte = PT_BYTE; in find_defun_start()
634 int c = FETCH_CHAR_AS_MULTIBYTE (PT_BYTE); in find_defun_start()
638 c = FETCH_CHAR_AS_MULTIBYTE (PT_BYTE); in find_defun_start()
645 scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -2, 1); in find_defun_start()
650 find_start_value_byte = PT_BYTE; in find_defun_start()
1676 && (XFIXNUM (lim) - PT != CHAR_TO_BYTE (XFIXNUM (lim)) - PT_BYTE)); in skip_chars()
1922 ptrdiff_t pos_byte = PT_BYTE; in skip_chars()
2153 ptrdiff_t pos_byte = PT_BYTE; in skip_syntaxes()
2438 from_byte = PT_BYTE;
3082 ptrdiff_t opoint_byte = PT_BYTE;
[all …]
H A Deditfns.c195 return build_marker (current_buffer, PT, PT_BYTE);
979 XSETFASTINT (temp, FETCH_CHAR (PT_BYTE));
993 ptrdiff_t pos = PT_BYTE;
998 XSETFASTINT (temp, FETCH_BYTE (PT_BYTE - 1));
1026 if (PT == BEGV || FETCH_BYTE (PT_BYTE - 1) == '\n')
1036 if (PT == ZV || FETCH_BYTE (PT_BYTE) == '\n')
1051 pos_byte = PT_BYTE;
1084 pos_byte = PT_BYTE;
4096 PT_BYTE + (end2_byte - end1_byte)); in transpose_markers()
4099 (PT_BYTE + (end2_byte - start2_byte) in transpose_markers()
[all …]
H A Dcallint.c503 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
655 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
H A Dprint.c128 old_point_byte = PT_BYTE; \
132 start_point_byte = PT_BYTE; \
190 set_marker_both (original, Qnil, PT, PT_BYTE); \
195 ? PT_BYTE - start_point_byte : 0)); \
H A Dbuffer.h47 #define PT_BYTE (current_buffer->pt_byte + 0) macro
880 return (buf == current_buffer ? PT_BYTE in BUF_PT_BYTE()
H A Dprocess.c6261 opoint_byte = PT_BYTE;
6277 before_byte = PT_BYTE;
6302 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
6311 opoint_byte += PT_BYTE - before_byte;
6316 old_begv_byte += PT_BYTE - before_byte;
6321 old_zv_byte += PT_BYTE - before_byte;
6497 save_pt = PT, save_pt_byte = PT_BYTE; in send_process()
7532 opoint_byte = PT_BYTE;
7542 before_byte = PT_BYTE;
7552 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DPredefinedTypes.cs80 case PredefinedType.PT_BYTE:
101 case PredefinedType.PT_BYTE:
165 … new PredefinedTypeInfo(PredefinedType.PT_BYTE, typeof(byte), "System.Byte", FUNDTYPE.FT_U1),
H A DType.cs395 …return pt == PredefinedType.PT_UINTPTR || pt == PredefinedType.PT_BYTE || (pt >= PredefinedType.PT… in isUnsigned()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Syntax/
H A DPredefinedType.cs9 PT_BYTE, enumerator
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Dabbrev.c350 while (pos < PT_BYTE
406 del_range_byte (PT_BYTE, PT_BYTE + STRING_BYTES (XSTRING (val)), 1);
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Dabbrev.c356 while (pos < PT_BYTE
412 del_range_byte (PT_BYTE, PT_BYTE + STRING_BYTES (XSTRING (val)), 1);

123