Home
last modified time | relevance | path

Searched refs:SET_PT (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c56 SET_PT (BEGV); in move_point()
61 SET_PT (ZV); in move_point()
65 SET_PT (new_point); in move_point()
167 SET_PT (XFIXNUM (Fline_beginning_position (n)));
195 SET_PT (newpos);
205 SET_PT (PT - 1);
H A Ddecompress.c199 SET_PT (min (data->old_point, ZV)); in unwind_decompress()
288 SET_PT (iend);
H A Dcasefiddle.c639 SET_PT (casify_region (flag, make_fixnum (PT), make_fixnum (farend))); in casify_word()
H A Deditfns.c211 SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV));
705 SET_PT (XFIXNAT (new_pos));
2124 SET_PT (beg_a);
2702 SET_PT (s);
2704 SET_PT (e);
H A Dbuffer.h170 SET_PT (ptrdiff_t position) in SET_PT() function
H A Dkeyboard.c1682 SET_PT (beg); in adjust_point_for_property()
1700 SET_PT (PT < last_pt in adjust_point_for_property()
1764 SET_PT ((orig_pt == PT && (last_pt < beg || last_pt > end)) in adjust_point_for_property()
1790 (check_composition = check_display = true, SET_PT (end + 1)); in adjust_point_for_property()
1792 (check_composition = check_display = true, SET_PT (beg - 1)); in adjust_point_for_property()
1806 SET_PT (PT == beg ? end : beg)); in adjust_point_for_property()
H A Dkeymap.c3294 SET_PT (PT - 1); in describe_vector()
3302 SET_PT (PT + 1); in describe_vector()
H A Dindent.c1012 SET_PT (pos);
H A Dintervals.c2127 SET_PT (position); in move_if_not_intangible()
H A Dfns.c3567 SET_PT (old_pos); in base64_encode_region_1()
3805 SET_PT (old_pos > ZV ? ZV : old_pos);
H A Dsearch.c1089 SET_PT (np); in search_command()
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c65 SET_PT (BEGV); in move_point()
70 SET_PT (ZV); in move_point()
74 SET_PT (new_point); in move_point()
176 SET_PT (XFIXNUM (Fline_beginning_position (n)));
204 SET_PT (newpos);
214 SET_PT (PT - 1);
H A Ddecompress.c97 SET_PT (min (data->old_point, ZV)); in unwind_decompress()
186 SET_PT (iend);
H A Dcasefiddle.c602 SET_PT (casify_region (flag, make_fixnum (PT), make_fixnum (farend))); in casify_word()
H A Deditfns.c208 SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV));
702 SET_PT (XFIXNAT (new_pos));
2137 SET_PT (beg_a);
2722 SET_PT (XFIXNAT (start));
2724 SET_PT (XFIXNAT (end));
H A Dkeymap.c3300 SET_PT (pt); in describe_map()
3303 SET_PT (pt); in describe_map()
3539 SET_PT (PT - 1); in describe_vector()
3541 SET_PT (PT + 1); in describe_vector()
H A Dbuffer.h162 SET_PT (ptrdiff_t position) in SET_PT() function
H A Dkeyboard.c1638 SET_PT (beg); in adjust_point_for_property()
1656 SET_PT (PT < last_pt in adjust_point_for_property()
1720 SET_PT ((orig_pt == PT && (last_pt < beg || last_pt > end)) in adjust_point_for_property()
1746 (check_composition = check_display = true, SET_PT (end + 1)); in adjust_point_for_property()
1748 (check_composition = check_display = true, SET_PT (beg - 1)); in adjust_point_for_property()
1762 SET_PT (PT == beg ? end : beg)); in adjust_point_for_property()
H A Dindent.c1004 SET_PT (pos);
H A Dintervals.c2116 SET_PT (position); in move_if_not_intangible()
H A Dfns.c3378 SET_PT (old_pos); in base64_encode_region_1()
3616 SET_PT (old_pos > ZV ? ZV : old_pos);
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Dabbrev.c298 SET_PT (wordend);
319 SET_PT (wordstart);
325 SET_PT (PT + whitecnt);
394 SET_PT (last_abbrev_point);
415 SET_PT (last_abbrev_point < opoint ? opoint + adjust : opoint);
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Dabbrev.c304 SET_PT (wordend);
325 SET_PT (wordstart);
331 SET_PT (PT + whitecnt);
400 SET_PT (last_abbrev_point);
421 SET_PT (last_abbrev_point < opoint ? opoint + adjust : opoint);
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1698 SET_PT (beg); in adjust_point_for_property()
1715 SET_PT (PT < last_pt in adjust_point_for_property()
1779 SET_PT ((orig_pt == PT && (last_pt < beg || last_pt > end)) in adjust_point_for_property()
1805 (check_composition = check_display = 1, SET_PT (end + 1)); in adjust_point_for_property()
1807 (check_composition = check_display = 1, SET_PT (beg - 1)); in adjust_point_for_property()
1821 SET_PT (PT == beg ? end : beg)); in adjust_point_for_property()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1698 SET_PT (beg); in adjust_point_for_property()
1715 SET_PT (PT < last_pt in adjust_point_for_property()
1779 SET_PT ((orig_pt == PT && (last_pt < beg || last_pt > end)) in adjust_point_for_property()
1805 (check_composition = check_display = 1, SET_PT (end + 1)); in adjust_point_for_property()
1807 (check_composition = check_display = 1, SET_PT (beg - 1)); in adjust_point_for_property()
1821 SET_PT (PT == beg ? end : beg)); in adjust_point_for_property()

12