Home
last modified time | relevance | path

Searched refs:BEGV (Results 51 – 75 of 101) sorted by relevance

12345

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfont.c4768 if (! (BEGV <= fixed_pos && fixed_pos < ZV))
4769 args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
5209 if (! (BEGV <= pos && pos < ZV))
5210 args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
H A Dfringe.c1707 if (! (BEGV <= p && p <= ZV))
H A Ddispextern.h276 (BEGV, marker_position (MARKER), ZV), \
H A Dminibuf.c516 beg = make_fixnum (BEGV);
H A Dprint.c124 if (marker_pos < BEGV || marker_pos > ZV) \
H A Dprocess.c6255 old_begv = BEGV;
6273 if (! (BEGV <= PT && PT <= ZV))
6317 if (old_begv != BEGV || old_zv != ZV)
H A Dhaikufns.c1973 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
H A Dkeymap.c1640 if (! (BEGV <= pos && pos <= ZV)) in click_position()
H A Dcoding.c8198 if (BEGV < GPT && GPT < BEGV + coding->produced_char) in decode_coding_object()
8199 move_gap_both (BEGV, BEGV_BYTE); in decode_coding_object()
H A Dpgtkfns.c3434 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
H A Dlread.c2244 Fnarrow_to_region (make_fixnum (BEGV), end); in readevalloop()
H A DChangeLog.8235 that window start is in [BEGV..ZV].
5972 window start is not in the range BEGV..ZV.
6426 start at BEGV or after newline. This happens in rare cases
8452 minibuffer_prompt_length instead of BEGV.
13298 (count_combining_before): Don't limit the check at BEGV.
13615 * syntax.c (scan_lists): Bring FROM back into range BEGV...ZV.
H A DChangeLog.5700 * dispnew.c (buffer_posn_from_coords): Don't let startp be before BEGV.
3095 (BEGV, PT, ZV, BEGV_ADDR, PT_ADDR, ZV_ADDR): Corresponding changes.
6125 * xdisp.c (redisplay_window): Don't access text before BEGV.
/dports/editors/emacs/emacs-27.2/src/
H A Dfont.c4627 if (! (BEGV <= XFIXNUM (position) && XFIXNUM (position) < ZV))
4628 args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
5039 if (! (BEGV <= XFIXNUM (position) && XFIXNUM (position) < ZV))
5040 args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
H A Dfringe.c1679 if (! (BEGV <= XFIXNUM (pos) && XFIXNUM (pos) <= ZV))
H A Dminibuf.c292 beg = make_fixnum (BEGV);
H A Dprint.c124 if (marker_pos < BEGV || marker_pos > ZV) \
H A Ddispextern.h266 (BEGV, marker_position (MARKER), ZV), \
H A Dprocess.c6263 old_begv = BEGV;
6281 if (! (BEGV <= PT && PT <= ZV))
6325 if (old_begv != BEGV || old_zv != ZV)
H A Dfns.c5181 b = BEGV; in extract_data_from_object()
5203 if (!(BEGV <= b && e <= ZV)) in extract_data_from_object()
H A Dkeymap.c1494 if (! (BEGV <= pos && pos <= ZV)) in click_position()
H A Dcoding.c8197 if (BEGV < GPT && GPT < BEGV + coding->produced_char) in decode_coding_object()
8198 move_gap_both (BEGV, BEGV_BYTE); in decode_coding_object()
H A Dlread.c2024 Fnarrow_to_region (make_fixnum (BEGV), end); in readevalloop()
H A DChangeLog.8235 that window start is in [BEGV..ZV].
5972 window start is not in the range BEGV..ZV.
6426 start at BEGV or after newline. This happens in rare cases
8452 minibuffer_prompt_length instead of BEGV.
13298 (count_combining_before): Don't limit the check at BEGV.
13615 * syntax.c (scan_lists): Bring FROM back into range BEGV...ZV.
H A DChangeLog.5700 * dispnew.c (buffer_posn_from_coords): Don't let startp be before BEGV.
3095 (BEGV, PT, ZV, BEGV_ADDR, PT_ADDR, ZV_ADDR): Corresponding changes.
6125 * xdisp.c (redisplay_window): Don't access text before BEGV.

12345