Home
last modified time | relevance | path

Searched refs:TEMP_SET_PT_BOTH (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/emacs/emacs-27.2/src/
H A Dcasefiddle.c471 TEMP_SET_PT_BOTH (opoint, CHAR_TO_BYTE (opoint)); in do_casify_multibyte_region()
H A Dcoding.c8025 TEMP_SET_PT_BOTH (coding->dst_pos, coding->dst_pos_byte); in decode_coding_gap()
8117 TEMP_SET_PT_BOTH (from, from_byte); in decode_coding_object()
8177 TEMP_SET_PT_BOTH (coding->dst_pos, coding->dst_pos_byte); in decode_coding_object()
8213 TEMP_SET_PT_BOTH (saved_pt, saved_pt_byte); in decode_coding_object()
8215 TEMP_SET_PT_BOTH (from, from_byte); in decode_coding_object()
8217 TEMP_SET_PT_BOTH (saved_pt + (coding->produced_char - chars), in decode_coding_object()
8220 TEMP_SET_PT_BOTH (saved_pt + (coding->produced - bytes), in decode_coding_object()
8416 TEMP_SET_PT_BOTH (saved_pt, saved_pt_byte); in encode_coding_object()
8418 TEMP_SET_PT_BOTH (from, from_byte); in encode_coding_object()
8420 TEMP_SET_PT_BOTH (saved_pt + (coding->produced_char - chars), in encode_coding_object()
[all …]
H A Dbuffer.h177 TEMP_SET_PT_BOTH (ptrdiff_t position, ptrdiff_t byte) in TEMP_SET_PT_BOTH() function
H A Deditfns.c4095 TEMP_SET_PT_BOTH (PT + (end2 - end1), in transpose_markers()
4098 TEMP_SET_PT_BOTH (PT + (end2 - start2) - (end1 - start1), in transpose_markers()
4102 TEMP_SET_PT_BOTH (PT - (start2 - start1), in transpose_markers()
H A Dfileio.c3542 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in decide_coding_unwind()
3984 TEMP_SET_PT_BOTH (BEG, BEG_BYTE);
4726 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE);
4766 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); in FOR_EACH_TAIL()
H A Dsearch.c951 TEMP_SET_PT_BOTH (limit, limit_byte); in scan_newline()
953 TEMP_SET_PT_BOTH (charpos, bytepos); in scan_newline()
H A Dcallproc.c859 TEMP_SET_PT_BOTH (PT + process_coding.produced_char, in call_process()
H A Dsyntax.c602 TEMP_SET_PT_BOTH (opoint, opoint_byte); in find_defun_start()
651 TEMP_SET_PT_BOTH (opoint, opoint_byte); in find_defun_start()
H A Dbuffer.c2533 TEMP_SET_PT_BOTH (PT_BYTE, PT_BYTE);
2640 TEMP_SET_PT_BOTH (pos + 1, pos + 1);
2692 TEMP_SET_PT_BOTH (position, byte);
H A Dxdisp.c10753 TEMP_SET_PT_BOTH (Z, Z_BYTE); in message_dolog()
10834 TEMP_SET_PT_BOTH (Z - 1, Z_BYTE - 1); in message_dolog()
10869 TEMP_SET_PT_BOTH (Z, Z_BYTE); in message_dolog()
10873 TEMP_SET_PT_BOTH (marker_position (oldpoint), in message_dolog()
11448 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in setup_echo_area_for_printing()
11914 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in set_message_1()
18233 TEMP_SET_PT_BOTH (new_pt, new_pt_byte); in redisplay_window()
18450 TEMP_SET_PT_BOTH (MATRIX_ROW_START_CHARPOS (row), in redisplay_window()
19147 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); in redisplay_window()
19149 TEMP_SET_PT_BOTH (Z, Z_BYTE); in redisplay_window()
[all …]
H A Dprocess.c6502 TEMP_SET_PT_BOTH (from, from_byte); in send_process()
6505 TEMP_SET_PT_BOTH (save_pt, save_pt_byte); in send_process()
H A Dfns.c3601 TEMP_SET_PT_BOTH (XFIXNAT (beg), ibeg);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcasefiddle.c508 TEMP_SET_PT_BOTH (opoint, CHAR_TO_BYTE (opoint)); in do_casify_multibyte_region()
H A Dcoding.c8026 TEMP_SET_PT_BOTH (coding->dst_pos, coding->dst_pos_byte); in decode_coding_gap()
8118 TEMP_SET_PT_BOTH (from, from_byte); in decode_coding_object()
8178 TEMP_SET_PT_BOTH (coding->dst_pos, coding->dst_pos_byte); in decode_coding_object()
8214 TEMP_SET_PT_BOTH (saved_pt, saved_pt_byte); in decode_coding_object()
8216 TEMP_SET_PT_BOTH (from, from_byte); in decode_coding_object()
8218 TEMP_SET_PT_BOTH (saved_pt + (coding->produced_char - chars), in decode_coding_object()
8221 TEMP_SET_PT_BOTH (saved_pt + (coding->produced - bytes), in decode_coding_object()
8453 TEMP_SET_PT_BOTH (saved_pt, saved_pt_byte); in encode_coding_object()
8455 TEMP_SET_PT_BOTH (from, from_byte); in encode_coding_object()
8457 TEMP_SET_PT_BOTH (saved_pt + (coding->produced_char - chars), in encode_coding_object()
[all …]
H A Deditfns.c4082 TEMP_SET_PT_BOTH (PT + (end2 - end1), in transpose_markers()
4085 TEMP_SET_PT_BOTH (PT + (end2 - start2) - (end1 - start1), in transpose_markers()
4089 TEMP_SET_PT_BOTH (PT - (start2 - start1), in transpose_markers()
H A Dbuffer.h185 TEMP_SET_PT_BOTH (ptrdiff_t position, ptrdiff_t byte) in TEMP_SET_PT_BOTH() function
H A Dfileio.c3706 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in decide_coding_unwind()
4149 TEMP_SET_PT_BOTH (BEG, BEG_BYTE);
4891 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE);
4931 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); in FOR_EACH_TAIL()
H A Dsearch.c965 TEMP_SET_PT_BOTH (limit, limit_byte); in scan_newline()
967 TEMP_SET_PT_BOTH (charpos, bytepos); in scan_newline()
H A Dsyntax.c599 TEMP_SET_PT_BOTH (opoint, opoint_byte); in find_defun_start()
648 TEMP_SET_PT_BOTH (opoint, opoint_byte); in find_defun_start()
H A Dcallproc.c852 TEMP_SET_PT_BOTH (PT + process_coding.produced_char, in call_process()
H A Dbuffer.c2583 TEMP_SET_PT_BOTH (PT_BYTE, PT_BYTE);
2685 TEMP_SET_PT_BOTH (pos + 1, pos + 1);
2734 TEMP_SET_PT_BOTH (position, byte);
H A Dxdisp.c11407 TEMP_SET_PT_BOTH (Z, Z_BYTE); in message_dolog()
11482 TEMP_SET_PT_BOTH (Z - 1, Z_BYTE - 1); in message_dolog()
11517 TEMP_SET_PT_BOTH (Z, Z_BYTE); in message_dolog()
11521 TEMP_SET_PT_BOTH (marker_position (oldpoint), in message_dolog()
12096 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in setup_echo_area_for_printing()
12592 TEMP_SET_PT_BOTH (BEG, BEG_BYTE); in set_message_1()
18930 TEMP_SET_PT_BOTH (new_pt, new_pt_byte); in redisplay_window()
19147 TEMP_SET_PT_BOTH (MATRIX_ROW_START_CHARPOS (row), in redisplay_window()
19855 TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); in redisplay_window()
19857 TEMP_SET_PT_BOTH (Z, Z_BYTE); in redisplay_window()
[all …]
H A Dprocess.c6495 TEMP_SET_PT_BOTH (from, from_byte); in send_process()
6498 TEMP_SET_PT_BOTH (save_pt, save_pt_byte); in send_process()
H A Dfns.c3790 TEMP_SET_PT_BOTH (XFIXNAT (beg), ibeg);
H A DChangeLog.74384 * window.c (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
4512 (SET_PT_BOTH, TEMP_SET_PT_BOTH): New macros.

12