BEGV 1586 src/bidi.c pos = BEGV, pos_byte = BEGV_BYTE; BEGV 1946 src/bidi.c if (bidi_it->charpos < BEGV) BEGV 1948 src/bidi.c bidi_it->charpos = BEGV; BEGV 2412 src/buffer.c if (! (BEGV <= beg && end <= ZV)) BEGV 2651 src/buffer.c bool narrowed = (BEG != BEGV || Z != ZV); BEGV 2672 src/buffer.c begv = BEGV, zv = ZV; BEGV 2677 src/buffer.c invalidate_buffer_caches (current_buffer, BEGV, ZV); BEGV 2692 src/buffer.c BEGV = BEGV_BYTE; BEGV 2828 src/buffer.c BEGV = chars_in_text (GAP_END_ADDR, BEGV_BYTE - GPT_BYTE) + GPT; BEGV 2830 src/buffer.c BEGV = chars_in_text (BEG_ADDR, BEGV_BYTE - BEG_BYTE) + BEG; BEGV 3084 src/buffer.c ptrdiff_t prev = BEGV; BEGV 3905 src/buffer.c return make_fixnum (BEGV); BEGV 859 src/buffer.h return BEGV <= GPT && GPT_BYTE <= bytepos ? GPT_BYTE : BEGV_BYTE; BEGV 869 src/buffer.h return (buf == current_buffer ? BEGV BEGV 1386 src/bytecode.c PUSH (make_fixed_natnum (BEGV)); BEGV 651 src/casefiddle.c farend = XFIXNUM (arg) <= 0 ? BEGV : ZV; BEGV 920 src/character.c if (! (BEGV <= fixed_pos && fixed_pos < ZV)) BEGV 921 src/character.c args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV)); BEGV 54 src/cmds.c if (new_point < BEGV) BEGV 56 src/cmds.c SET_PT (BEGV); BEGV 141 src/cmds.c : (BEGV < ZV && PT != opoint BEGV 243 src/cmds.c if (pos < BEGV) BEGV 412 src/cmds.c && PT > BEGV BEGV 8187 src/coding.c if (BEGV < GPT && GPT < BEGV + coding->produced_char) BEGV 8188 src/coding.c move_gap_both (BEGV, BEGV_BYTE); BEGV 468 src/composite.c if (from > BEGV BEGV 504 src/composite.c if (! (BEGV <= from && from <= to && to <= ZV)) BEGV 514 src/composite.c if (from > BEGV BEGV 1072 src/composite.c endpos = NILP (string) ? BEGV - 1 : -1; BEGV 1295 src/composite.c endpos = NILP (string) ? BEGV : 0; BEGV 1841 src/composite.c if (new_pt == BEGV || new_pt == ZV) BEGV 2049 src/composite.c if (! (BEGV <= fixed_pos && fixed_pos <= ZV)) BEGV 276 src/dispextern.h (BEGV, marker_position (MARKER), ZV), \ BEGV 216 src/editfns.c SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV)); BEGV 244 src/editfns.c : clip_to_bounds (BEGV, XFIXNAT (m), ZV)); BEGV 416 src/editfns.c = (XFIXNAT (pos) > BEGV BEGV 483 src/editfns.c *beg = NILP (p) ? BEGV : XFIXNAT (p); BEGV 633 src/editfns.c || (XFIXNAT (new_pos) > BEGV BEGV 635 src/editfns.c || (XFIXNAT (old_pos) > BEGV BEGV 642 src/editfns.c && (XFIXNAT (old_pos) <= BEGV BEGV 905 src/editfns.c XSETFASTINT (temp, BEGV); BEGV 914 src/editfns.c return build_marker (current_buffer, BEGV, BEGV_BYTE); BEGV 1008 src/editfns.c if (PT <= BEGV) BEGV 1026 src/editfns.c if (PT == BEGV) BEGV 1045 src/editfns.c if (PT == BEGV || FETCH_BYTE (PT_BYTE - 1) == '\n') BEGV 1083 src/editfns.c if (! (BEGV <= p && p < ZV)) BEGV 1118 src/editfns.c if (! (BEGV < p && p <= ZV)) BEGV 1714 src/editfns.c return make_buffer_string_both (BEGV, BEGV_BYTE, ZV, ZV_BYTE, 1); BEGV 2000 src/editfns.c ptrdiff_t min_a = BEGV; BEGV 2023 src/editfns.c del_range_both (BEGV, BEGV_BYTE, ZV, ZV_BYTE, true); BEGV 2090 src/editfns.c prepare_to_modify_buffer (BEGV, ZV, NULL); BEGV 2139 src/editfns.c signal_after_change (BEGV, size_a, ZV - BEGV); BEGV 2140 src/editfns.c update_compositions (BEGV, ZV, CHECK_INSIDE); BEGV 2893 src/editfns.c if (BEG != BEGV || Z != ZV) BEGV 2895 src/editfns.c BEGV = BEG; BEGV 2906 src/editfns.c if (begv_charpos != BEGV || zv_charpos != ZV) BEGV 2969 src/editfns.c if (BEGV != s || ZV != e) BEGV 3020 src/editfns.c if (BEGV == BEG && ZV == Z) BEGV 3031 src/editfns.c beg = build_marker (current_buffer, BEGV, BEGV_BYTE); BEGV 4229 src/fileio.c && BEGV < ZV BEGV 4415 src/fileio.c if (!NILP (replace) && ! replace_handled && BEGV < ZV) BEGV 4566 src/fileio.c eassert (same_at_start_charpos == temp - (BEGV - BEG)); BEGV 4913 src/fileio.c ptrdiff_t oinserted = ZV - BEGV; BEGV 4916 src/fileio.c TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); BEGV 4953 src/fileio.c ptrdiff_t oinserted = ZV - BEGV; BEGV 4956 src/fileio.c TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); BEGV 5299 src/fileio.c XSETFASTINT (start, BEGV); BEGV 5306 src/fileio.c XSETFASTINT (start, BEGV); BEGV 5604 src/fileio.c XSETFASTINT (start, BEGV); BEGV 5631 src/fileio.c XSETFASTINT (start, BEGV); BEGV 5625 src/fns.c b = !NILP (start) ? fix_position (start) : BEGV; BEGV 5634 src/fns.c if (!(BEGV <= b && e <= ZV)) BEGV 4491 src/font.c if (! (BEGV <= fixed_pos && fixed_pos < ZV)) BEGV 4492 src/font.c args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV)); BEGV 5225 src/font.c if (! (BEGV <= pos && pos < ZV)) BEGV 5226 src/font.c args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV)); BEGV 1724 src/fringe.c if (! (BEGV <= p && p <= ZV)) BEGV 2583 src/haikufns.c SET_TEXT_POS (pos, BEGV, BEGV_BYTE); BEGV 344 src/indent.c ptrdiff_t line_beg = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, BEGV 366 src/indent.c if (PT == BEGV) BEGV 368 src/indent.c else if (PT <= GPT || BEGV > GPT) BEGV 392 src/indent.c if (BEGV >= GPT) BEGV 566 src/indent.c scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1); BEGV 946 src/indent.c find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1); BEGV 1041 src/indent.c while (pos > BEGV && FETCH_BYTE (pos_byte) == '\n') BEGV 1044 src/indent.c pos = find_newline (pos, pos_byte, BEGV, BEGV_BYTE, BEGV 1870 src/indent.c if (XFIXNUM (from) < BEGV || XFIXNUM (from) > ZV) BEGV 1871 src/indent.c args_out_of_range_3 (from, make_fixnum (BEGV), make_fixnum (ZV)); BEGV 1872 src/indent.c if (XFIXNUM (to) < BEGV || XFIXNUM (to) > ZV) BEGV 1873 src/indent.c args_out_of_range_3 (to, make_fixnum (BEGV), make_fixnum (ZV)); BEGV 1942 src/indent.c while ((vpos > vtarget || first) && from > BEGV) BEGV 1951 src/indent.c while (prevline > BEGV BEGV 1995 src/indent.c if (from > BEGV && FETCH_BYTE (from_byte - 1) != '\n') BEGV 2001 src/indent.c while (prevline > BEGV BEGV 2064 src/indent.c if (startpos.charpos < BEGV || startpos.charpos > ZV) BEGV 2398 src/indent.c if ((nlines < 0 && IT_CHARPOS (it) > BEGV) BEGV 1446 src/insdel.c if (from < BEGV) BEGV 1447 src/insdel.c from = BEGV; BEGV 1728 src/insdel.c if (from < BEGV) BEGV 1729 src/insdel.c from = BEGV; BEGV 1809 src/insdel.c if (from < BEGV) BEGV 1810 src/insdel.c from = BEGV; BEGV 1788 src/intervals.c ptrdiff_t charpos = clip_to_bounds (BEGV, marker_position (marker), ZV); BEGV 1818 src/intervals.c if ((adj < 0 && pos + adj < BEGV) || (adj > 0 && pos + adj > ZV)) BEGV 1875 src/intervals.c eassert (charpos <= ZV && charpos >= BEGV); BEGV 1891 src/intervals.c if (charpos == BEGV) BEGV 1905 src/intervals.c if (buffer_point == BEGV) BEGV 1932 src/intervals.c && charpos != BEGV && charpos != ZV) BEGV 1955 src/intervals.c while (XFIXNUM (pos) > BEGV BEGV 2011 src/intervals.c if (charpos == BEGV) BEGV 2094 src/intervals.c while (XFIXNUM (pos) > BEGV BEGV 2100 src/intervals.c else if (XFIXNUM (pos) > BEGV) BEGV 2116 src/intervals.c else if (position < BEGV) BEGV 2117 src/intervals.c position = BEGV; BEGV 1615 src/keyboard.c if (last_point_position > BEGV BEGV 1628 src/keyboard.c else if (PT > BEGV && PT < ZV BEGV 1693 src/keyboard.c && PT > BEGV && PT < ZV BEGV 1701 src/keyboard.c && PT > BEGV && PT < ZV BEGV 1716 src/keyboard.c ? max (beg - 1, BEGV) BEGV 1722 src/keyboard.c if (check_invisible && PT > BEGV && PT < ZV) BEGV 1756 src/keyboard.c while (beg > BEGV BEGV 1772 src/keyboard.c beg = FIXNATP (tmp) ? XFIXNAT (tmp) : BEGV; BEGV 1805 src/keyboard.c else if (last_pt == end && PT == beg && beg > BEGV) BEGV 1652 src/keymap.c if (! (BEGV <= pos && pos <= ZV)) BEGV 2264 src/lread.c Fnarrow_to_region (make_fixnum (BEGV), end); BEGV 514 src/minibuf.c beg = make_fixnum (BEGV); BEGV 3341 src/pgtkfns.c SET_TEXT_POS (pos, BEGV, BEGV_BYTE); BEGV 159 src/print.c if (marker_pos < BEGV || marker_pos > ZV) BEGV 6334 src/process.c old_begv = BEGV; BEGV 6350 src/process.c if (! (BEGV <= PT && PT <= ZV)) BEGV 6388 src/process.c if (old_begv != BEGV || old_zv != ZV) BEGV 683 src/search.c end = BEGV, end_byte = BEGV_BYTE; BEGV 988 src/search.c *charpos = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, BEGV 1049 src/search.c lim = BEGV, lim_byte = BEGV_BYTE; BEGV 1058 src/search.c else if (lim < BEGV) BEGV 1059 src/search.c lim = BEGV, lim_byte = BEGV_BYTE; BEGV 1084 src/search.c eassert (BEGV <= lim && lim <= ZV); BEGV 1096 src/search.c eassert (BEGV <= np && np <= ZV); BEGV 2429 src/search.c ? BEGV <= sub_start && sub_end <= ZV BEGV 2775 src/search.c TEMP_SET_PT (clip_to_bounds (BEGV, opoint + (opoint <= 0 ? ZV : 0), ZV)); BEGV 3220 src/search.c end = BEGV, end_byte = BEGV_BYTE; BEGV 3330 src/search.c find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE, BEGV 3338 src/search.c for (from = BEGV, found = from, i = 0; from < ZV; from = found, i++) BEGV 3351 src/search.c find_newline1 (BEGV, BEGV_BYTE, ZV, ZV_BYTE, BEGV 3356 src/search.c for (from = BEGV, found = from, i = 0; from < ZV; from = found, i++) BEGV 250 src/syntax.c gl_state.b_property = BEGV; BEGV 258 src/syntax.c else if (from > BEGV) BEGV 291 src/syntax.c gl_state.e_property = ZV - BEGV + 1; BEGV 292 src/syntax.c gl_state.offset = BEGV - 1; BEGV 531 src/syntax.c ptrdiff_t beg = BEGV; BEGV 590 src/syntax.c && BEGV == find_start_begv BEGV 616 src/syntax.c find_start_value = BEGV; BEGV 622 src/syntax.c scan_newline (pos, pos_byte, BEGV, BEGV_BYTE, -1, 1); BEGV 628 src/syntax.c while (PT > BEGV) BEGV 643 src/syntax.c scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -2, 1); BEGV 654 src/syntax.c find_start_begv = BEGV; BEGV 927 src/syntax.c adjusted = (defun_start > BEGV); BEGV 1455 src/syntax.c ptrdiff_t beg = BEGV; BEGV 1536 src/syntax.c if (FIXNUMP (pos) && BEGV <= XFIXNUM (pos) && XFIXNUM (pos) < from) BEGV 1596 src/syntax.c val = XFIXNUM (arg) > 0 ? ZV : BEGV; BEGV 1680 src/syntax.c XSETINT (lim, forwardp ? ZV : BEGV); BEGV 1687 src/syntax.c if (XFIXNUM (lim) < BEGV) BEGV 1688 src/syntax.c XSETFASTINT (lim, BEGV); BEGV 2119 src/syntax.c XSETINT (lim, forwardp ? ZV : BEGV); BEGV 2126 src/syntax.c if (XFIXNUM (lim) < BEGV) BEGV 2127 src/syntax.c XSETFASTINT (lim, BEGV); BEGV 2457 src/syntax.c stop = count1 > 0 ? ZV : BEGV; BEGV 2532 src/syntax.c SET_PT_BOTH (BEGV, BEGV_BYTE); BEGV 2658 src/syntax.c ptrdiff_t stop = count > 0 ? ZV : BEGV; BEGV 2679 src/syntax.c ptrdiff_t from = clip_to_bounds (BEGV, from0, ZV); BEGV 2937 src/syntax.c if (from > BEGV) BEGV 3098 src/syntax.c ptrdiff_t beg = BEGV; BEGV 3203 src/syntax.c if (from != BEGV) BEGV 3354 src/syntax.c from == BEGV ? 0 : prev_from_syntax, BEGV 170 src/syntax.h ? BYTE_TO_CHAR (bytepos + BEGV_BYTE - 1) - BEGV + 1 BEGV 908 src/textprop.c XSETFASTINT (limit, BEGV); BEGV 915 src/textprop.c if (XFIXNUM (position) < BEGV) BEGV 916 src/textprop.c XSETFASTINT (position, BEGV); BEGV 2542 src/treesit.c ptrdiff_t old_begv = BEGV; BEGV 2547 src/treesit.c BEGV = start_pos; BEGV 2555 src/treesit.c BEGV = old_begv; BEGV 7569 src/w32fns.c SET_TEXT_POS (pos, BEGV, BEGV_BYTE); BEGV 4283 src/window.c BEGV = BEG; BEGV 5674 src/window.c bool lose = n < 0 && PT == BEGV; BEGV 5684 src/window.c bool bolp = pos.bufpos == BEGV || FETCH_BYTE (pos.bytepos - 1) == '\n'; BEGV 5734 src/window.c if (CHARPOS (start) > ZV || CHARPOS (start) < BEGV) BEGV 5735 src/window.c SET_TEXT_POS (start, BEGV, BEGV_BYTE); BEGV 5901 src/window.c && start_pos > BEGV) BEGV 6008 src/window.c w->start_at_line_beg = (pos == BEGV || FETCH_BYTE (bytepos - 1) == '\n'); BEGV 6248 src/window.c lose = n < 0 && PT == BEGV; BEGV 6922 src/window.c if (start < BEGV || start > ZV) BEGV 1706 src/xdisp.c if (CHARPOS (top) > ZV || CHARPOS (top) < BEGV) BEGV 1707 src/xdisp.c SET_TEXT_POS (top, BEGV, BEGV_BYTE); BEGV 3641 src/xdisp.c return max ((pos / len - 1) * len, BEGV); BEGV 3659 src/xdisp.c ptrdiff_t start, pos_bytepos, cur, next, found, bol = BEGV - 1, init_pos = pos; BEGV 3663 src/xdisp.c pos_bytepos = pos == BEGV ? BEGV_BYTE : CHAR_TO_BYTE (pos); BEGV 3664 src/xdisp.c start = pos - dist < BEGV ? BEGV : pos - dist; BEGV 3675 src/xdisp.c if (bol >= BEGV || start == BEGV) BEGV 3678 src/xdisp.c pos = pos - dist < BEGV ? BEGV : pos - dist; BEGV 3688 src/xdisp.c ptrdiff_t bol_pos = max (get_nearby_bol_pos (pos), BEGV); BEGV 3689 src/xdisp.c return max (bol_pos + ((pos - bol_pos) / len - 1) * len, BEGV); BEGV 3696 src/xdisp.c return BEGV; BEGV 3698 src/xdisp.c int begv = max (pos - len, BEGV); BEGV 3702 src/xdisp.c if (begv == BEGV || FETCH_BYTE (CHAR_TO_BYTE (begv) - 1) == '\n') BEGV 3762 src/xdisp.c bool start_at_line_beg_p = (CHARPOS (pos) == BEGV BEGV 3845 src/xdisp.c && charpos > BEGV BEGV 4354 src/xdisp.c || (it->stop_charpos >= BEGV BEGV 4386 src/xdisp.c ptrdiff_t begb = string_p ? 0 : BEGV; BEGV 4543 src/xdisp.c ptrdiff_t begv = BEGV, zv = ZV; BEGV 4617 src/xdisp.c if (begv == BEGV && zv == ZV) BEGV 4941 src/xdisp.c || (IT_CHARPOS (*it) <= BEGV && before_p)) BEGV 5013 src/xdisp.c eassert (BEGV <= CHARPOS (pos) && CHARPOS (pos) <= ZV); BEGV 5223 src/xdisp.c = newpos <= BEGV || FETCH_BYTE (bpos - 1) == '\n'; BEGV 5486 src/xdisp.c || (bufpos > BEGV BEGV 5529 src/xdisp.c if (bufpos == BEGV BEGV 5535 src/xdisp.c || (bufpos > BEGV BEGV 6007 src/xdisp.c ovendpos = clip_to_bounds (BEGV, ovendpos, ZV); BEGV 6395 src/xdisp.c pos = make_fixnum (max (from, BEGV)); BEGV 6412 src/xdisp.c limit = make_fixnum (max (to, BEGV)); BEGV 6446 src/xdisp.c ptrdiff_t backward_limit = max (around_charpos - MAX_DISTANCE, BEGV); BEGV 6575 src/xdisp.c && it->stop_charpos >= BEGV BEGV 7014 src/xdisp.c ptrdiff_t bob = (buffer_p ? BEGV : 0); BEGV 7430 src/xdisp.c while (IT_CHARPOS (*it) > BEGV) BEGV 7434 src/xdisp.c if (IT_CHARPOS (*it) <= BEGV) BEGV 7453 src/xdisp.c if (IT_CHARPOS (*it) <= BEGV) BEGV 7494 src/xdisp.c if (beg < BEGV) BEGV 7495 src/xdisp.c beg = BEGV; BEGV 7503 src/xdisp.c eassert (IT_CHARPOS (*it) >= BEGV); BEGV 7505 src/xdisp.c || IT_CHARPOS (*it) == BEGV BEGV 7548 src/xdisp.c eassert (IT_BYTEPOS (*it) == BEGV BEGV 7578 src/xdisp.c else if (IT_CHARPOS (*it) > BEGV) BEGV 7694 src/xdisp.c eassert (CHARPOS (pos) >= BEGV && CHARPOS (pos) <= ZV); BEGV 8956 src/xdisp.c ptrdiff_t obegv = BEGV; BEGV 8960 src/xdisp.c IT_CHARPOS (*it) < BEGV ? obegv : BEGV, BEGV 9349 src/xdisp.c charpos = max (charpos - SCAN_BACK_LIMIT, BEGV); BEGV 9357 src/xdisp.c while (charpos > BEGV && it->stop_charpos >= it->end_charpos); BEGV 9362 src/xdisp.c it->prev_stop = BEGV; BEGV 9430 src/xdisp.c eassert (IT_CHARPOS (*it) >= BEGV); BEGV 9521 src/xdisp.c it->base_level_stop = BEGV; BEGV 10811 src/xdisp.c pos_limit = BEGV; BEGV 10813 src/xdisp.c pos_limit = max (start_pos - nlines * nchars_per_row, BEGV); BEGV 10853 src/xdisp.c eassert (IT_CHARPOS (*it) >= BEGV); BEGV 10857 src/xdisp.c eassert (IT_CHARPOS (*it) >= BEGV); BEGV 10886 src/xdisp.c && IT_CHARPOS (*it) > BEGV BEGV 10921 src/xdisp.c && IT_CHARPOS (*it) > BEGV) BEGV 10984 src/xdisp.c && ZV > BEGV BEGV 11080 src/xdisp.c pos_limit = BEGV; BEGV 11082 src/xdisp.c pos_limit = max (start_charpos + dvpos * nchars_per_row, BEGV); BEGV 11132 src/xdisp.c else if (hit_pos_limit && pos_limit > BEGV BEGV 11265 src/xdisp.c start = BEGV; BEGV 11270 src/xdisp.c start = BEGV; BEGV 11289 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (XCAR (from)), ZV); BEGV 11296 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (from), ZV); BEGV 11384 src/xdisp.c start = clip_to_bounds (BEGV, IT_CHARPOS (it), ZV); BEGV 11407 src/xdisp.c if (IT_CHARPOS (it) > start && start > BEGV) BEGV 11849 src/xdisp.c set_marker_restricted_both (oldbegv, Qnil, BEGV, BEGV_BYTE); BEGV 11858 src/xdisp.c BEGV = BEG; BEGV 11957 src/xdisp.c BEGV = marker_position (oldbegv); BEGV 12427 src/xdisp.c eassert (BEGV >= BEG); BEGV 12428 src/xdisp.c eassert (ZV <= Z && ZV >= BEGV); BEGV 12432 src/xdisp.c eassert (BEGV >= BEG); BEGV 12433 src/xdisp.c eassert (ZV <= Z && ZV >= BEGV); BEGV 12771 src/xdisp.c init_iterator (&it, w, BEGV, BEGV_BYTE, NULL, DEFAULT_FACE_ID); BEGV 12834 src/xdisp.c SET_TEXT_POS (start, BEGV, BEGV_BYTE); BEGV 12844 src/xdisp.c else if (height < old_height && (exact_p || BEGV == ZV)) BEGV 15960 src/xdisp.c pt = clip_to_bounds (BEGV, marker_position (w->pointm), ZV); BEGV 16780 src/xdisp.c if (CHARPOS (tlbufpos) > BEGV BEGV 18821 src/xdisp.c if (CHARPOS (start_pos) > BEGV BEGV 18828 src/xdisp.c if (CHARPOS (start_pos) < BEGV) BEGV 18829 src/xdisp.c SET_TEXT_POS (start_pos, BEGV, BEGV_BYTE); BEGV 19075 src/xdisp.c || CHARPOS (startp) == BEGV)) BEGV 19124 src/xdisp.c && CHARPOS (startp) != BEGV) BEGV 19692 src/xdisp.c if (new_pt < BEGV) BEGV 19694 src/xdisp.c new_pt = BEGV; BEGV 19696 src/xdisp.c set_marker_both (w->pointm, Qnil, BEGV, BEGV_BYTE); BEGV 19740 src/xdisp.c for (cur = BEGV; cur < ZV; cur = next) BEGV 19760 src/xdisp.c && CHARPOS (startp) >= BEGV BEGV 19838 src/xdisp.c if (CHARPOS (startp) < BEGV) BEGV 19839 src/xdisp.c SET_TEXT_POS (startp, BEGV, BEGV_BYTE); BEGV 20031 src/xdisp.c && ((CHARPOS (startp) > BEGV BEGV 20033 src/xdisp.c || (CHARPOS (startp) >= BEGV BEGV 20060 src/xdisp.c else if (CHARPOS (startp) >= BEGV BEGV 20065 src/xdisp.c || CHARPOS (startp) == BEGV BEGV 20082 src/xdisp.c && CHARPOS (startp) > BEGV BEGV 20190 src/xdisp.c && CHARPOS (startp) >= BEGV BEGV 20249 src/xdisp.c && BEGV <= CHARPOS (startp) && CHARPOS (startp) <= ZV) BEGV 20315 src/xdisp.c while (nlines-- && IT_CHARPOS (it) > BEGV) BEGV 20322 src/xdisp.c eassert (IT_CHARPOS (it) >= BEGV); BEGV 20518 src/xdisp.c w->start_at_line_beg = (CHARPOS (startp) == BEGV BEGV 20695 src/xdisp.c if (CHARPOS (opoint) < BEGV) BEGV 20696 src/xdisp.c TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); BEGV 20787 src/xdisp.c && CHARPOS (pos) > BEGV) BEGV 21785 src/xdisp.c && CHARPOS (start) == BEGV) BEGV 22139 src/xdisp.c && CHARPOS (start) > BEGV) BEGV 24298 src/xdisp.c if (!display_line_numbers_widen || (BEGV == BEG && ZV == Z)) BEGV 25716 src/xdisp.c if (pos >= ZV && pos > BEGV) BEGV 25875 src/xdisp.c if (from_pos == BEGV) BEGV 25877 src/xdisp.c itb.charpos = BEGV; BEGV 25982 src/xdisp.c new_pos = clip_to_bounds (BEGV, new_pos, ZV); BEGV 26115 src/xdisp.c if (PT <= BEGV && dir < 0) BEGV 28110 src/xdisp.c ptrdiff_t size = ZV - BEGV; BEGV 28117 src/xdisp.c ptrdiff_t size = ZV - BEGV; BEGV 35407 src/xdisp.c obegv = BEGV; BEGV 35409 src/xdisp.c BEGV = BEG; BEGV 35644 src/xdisp.c && charpos >= BEGV BEGV 35693 src/xdisp.c && charpos >= BEGV BEGV 35701 src/xdisp.c BEGV = obegv; BEGV 8963 src/xfns.c SET_TEXT_POS (pos, BEGV, BEGV_BYTE); BEGV 242 test/manual/etags/c-src/abbrev.c if (wordstart < BEGV || wordstart > ZV) BEGV 391 test/manual/etags/c-src/abbrev.c if (last_abbrev_point < BEGV BEGV 1625 test/manual/etags/c-src/emacs/src/keyboard.c if (last_point_position > BEGV BEGV 1695 test/manual/etags/c-src/emacs/src/keyboard.c && PT > BEGV && PT < ZV BEGV 1703 test/manual/etags/c-src/emacs/src/keyboard.c && PT > BEGV && PT < ZV BEGV 1717 test/manual/etags/c-src/emacs/src/keyboard.c ? max (beg - 1, BEGV) BEGV 1723 test/manual/etags/c-src/emacs/src/keyboard.c if (check_invisible && PT > BEGV && PT < ZV) BEGV 1757 test/manual/etags/c-src/emacs/src/keyboard.c while (beg > BEGV BEGV 1773 test/manual/etags/c-src/emacs/src/keyboard.c beg = NATNUMP (tmp) ? XFASTINT (tmp) : BEGV; BEGV 1806 test/manual/etags/c-src/emacs/src/keyboard.c else if (last_pt == end && PT == beg && beg > BEGV)