ZV               1271 src/bidi.c         = (string->s || STRINGP (string->lstring)) ? string->schars : ZV;
ZV               1477 src/bidi.c       val = fast_looking_at (sep_re, charpos, bytepos, ZV, ZV_BYTE, Qnil);
ZV               1480 src/bidi.c           if (fast_looking_at (start_re, charpos, bytepos, ZV, ZV_BYTE, Qnil) >= 0)
ZV               1554 src/bidi.c       ptrdiff_t limit = ZV, limit_byte = ZV_BYTE;
ZV               1697 src/bidi.c       ptrdiff_t end = string_p ? bidi_it->string.schars : ZV;
ZV               1873 src/bidi.c            ? bidi_it->string.schars : ZV);
ZV               1966 src/bidi.c       else if (bidi_it->charpos < (string_p ? bidi_it->string.schars : ZV))
ZV               1986 src/bidi.c       if (bidi_it->charpos >= (string_p ? bidi_it->string.schars : ZV))
ZV               1991 src/bidi.c           bidi_it->disp_pos = (string_p ? bidi_it->string.schars : ZV);
ZV               2117 src/bidi.c           end = string_p ? bidi_it->string.schars : ZV;
ZV               2220 src/bidi.c            ? bidi_it->string.schars : ZV);
ZV               2795 src/bidi.c     	       ? bidi_it->string.schars : ZV);
ZV               2866 src/bidi.c            ? bidi_it->string.schars : ZV);
ZV               3235 src/bidi.c     	   ? bidi_it->string.schars : ZV);
ZV               3622 src/bidi.c         = STRINGP (bidi_it->string.lstring) ? bidi_it->string.schars : ZV;
ZV               2412 src/buffer.c     if (! (BEGV <= beg && end <= ZV))
ZV               2651 src/buffer.c     bool narrowed = (BEG != BEGV || Z != ZV);
ZV               2672 src/buffer.c       begv = BEGV, zv = ZV;
ZV               2677 src/buffer.c     invalidate_buffer_caches (current_buffer, BEGV, ZV);
ZV               2693 src/buffer.c         ZV = ZV_BYTE;
ZV               2834 src/buffer.c   	ZV = chars_in_text (GAP_END_ADDR, ZV_BYTE - GPT_BYTE) + GPT;
ZV               2836 src/buffer.c   	ZV = chars_in_text (BEG_ADDR, ZV_BYTE - BEG_BYTE) + BEG;
ZV               2991 src/buffer.c     ptrdiff_t next = ZV;
ZV               2997 src/buffer.c     ptrdiff_t search_end = ZV;
ZV               2998 src/buffer.c     if (end >= ZV && (empty || trailing))
ZV               3012 src/buffer.c             if ((! empty || end < ZV) && beg < end)
ZV               3034 src/buffer.c       *next_ptr = next ? next : ZV;
ZV               3057 src/buffer.c     ptrdiff_t next = ZV;
ZV               3142 src/buffer.c     n = overlays_in (ZV, ZV, 0, &v, &size, false, false, NULL);
ZV               3146 src/buffer.c         overlays_in (ZV, ZV, 0, &v, &n, false, false, NULL);
ZV               3889 src/buffer.c       return make_fixnum (ZV);
ZV                853 src/buffer.h     return (bytepos < GPT_BYTE && GPT < ZV ? GPT_BYTE : ZV_BYTE) - 1;
ZV                903 src/buffer.h     return (buf == current_buffer ? ZV
ZV               1382 src/bytecode.c 	  PUSH (make_fixed_natnum (ZV));
ZV                651 src/casefiddle.c     farend = XFIXNUM (arg) <= 0 ? BEGV : ZV;
ZV                920 src/character.c 	  if (! (BEGV <= fixed_pos && fixed_pos < ZV))
ZV                921 src/character.c 	    args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
ZV                 59 src/cmds.c       if (new_point > ZV)
ZV                 61 src/cmds.c           SET_PT (ZV);
ZV                141 src/cmds.c     		  : (BEGV < ZV && PT != opoint
ZV                208 src/cmds.c           else if (PT > newpos && PT < ZV
ZV                250 src/cmds.c     	  if (pos > ZV)
ZV                342 src/cmds.c           && PT < ZV)
ZV                488 src/cmds.c           if (c == '\n' && PT < ZV)
ZV               1006 src/coding.c         GAP_SIZE = 0; ZV += add; Z += add; ZV_BYTE += add; Z_BYTE += add;
ZV               1008 src/coding.c         GAP_SIZE += add; ZV -= add; Z -= add; ZV_BYTE -= add; Z_BYTE -= add;
ZV                472 src/composite.c   if (to < ZV
ZV                504 src/composite.c   if (! (BEGV <= from && from <= to && to <= ZV))
ZV                528 src/composite.c       else if (from < ZV
ZV                570 src/composite.c       else if (to < ZV
ZV               1661 src/composite.c       tail = ZV;
ZV               1841 src/composite.c   if (new_pt == BEGV || new_pt == ZV)
ZV               2037 src/composite.c     to = clip_to_bounds (PTRDIFF_MIN, fix_position (limit), ZV);
ZV               2049 src/composite.c       if (! (BEGV <= fixed_pos && fixed_pos <= ZV))
ZV                201 src/decompress.c   SET_PT (min (data->old_point, ZV));
ZV                276 src/dispextern.h    (BEGV, marker_position (MARKER), ZV),		\
ZV               5613 src/dispnew.c    move_it_in_display_line (&it, ZV, to_x, MOVE_TO_X);
ZV                216 src/editfns.c      SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV));
ZV                244 src/editfns.c  		      : clip_to_bounds (BEGV, XFIXNAT (m), ZV));
ZV                503 src/editfns.c  	  *end = NILP (pos) ? ZV : XFIXNAT (pos);
ZV                924 src/editfns.c    XSETFASTINT (temp, ZV);
ZV                934 src/editfns.c    return build_marker (current_buffer, ZV, ZV_BYTE);
ZV                995 src/editfns.c    if (PT >= ZV)
ZV               1036 src/editfns.c    if (PT == ZV)
ZV               1055 src/editfns.c    if (PT == ZV || FETCH_BYTE (PT_BYTE) == '\n')
ZV               1083 src/editfns.c        if (! (BEGV <= p && p < ZV))
ZV               1118 src/editfns.c        if (! (BEGV < p && p <= ZV))
ZV               1714 src/editfns.c    return make_buffer_string_both (BEGV, BEGV_BYTE, ZV, ZV_BYTE, 1);
ZV               2002 src/editfns.c    ptrdiff_t size_a = ZV - min_a;
ZV               2023 src/editfns.c        del_range_both (BEGV, BEGV_BYTE, ZV, ZV_BYTE, true);
ZV               2073 src/editfns.c        del_range (min_a, ZV);
ZV               2090 src/editfns.c        prepare_to_modify_buffer (BEGV, ZV, NULL);
ZV               2139 src/editfns.c        signal_after_change (BEGV, size_a, ZV - BEGV);
ZV               2140 src/editfns.c        update_compositions (BEGV, ZV, CHECK_INSIDE);
ZV               2893 src/editfns.c        if (BEG != BEGV || Z != ZV)
ZV               2906 src/editfns.c        if (begv_charpos != BEGV || zv_charpos != ZV)
ZV               2969 src/editfns.c    if (BEGV != s || ZV != e)
ZV               3020 src/editfns.c    if (BEGV == BEG && ZV == Z)
ZV               3032 src/editfns.c        end = build_marker (current_buffer, ZV, ZV_BYTE);
ZV               3739 src/fileio.c     ZV = Z = GPT = BEG;
ZV               3950 src/fileio.c     ptrdiff_t same_at_end_charpos = ZV;
ZV               3979 src/fileio.c   	  && RANGED_FIXNUMP (0, XCAR (XCDR (val)), ZV - PT))
ZV               4229 src/fileio.c         && BEGV < ZV
ZV               4415 src/fileio.c     if (!NILP (replace) && ! replace_handled && BEGV < ZV)
ZV               4873 src/fileio.c   	  if (! RANGED_FIXNUMP (0, insval, ZV - PT))
ZV               4896 src/fileio.c   	  if (! RANGED_FIXNUMP (0, insval, ZV - PT))
ZV               4913 src/fileio.c   	  ptrdiff_t oinserted = ZV - BEGV;
ZV               4919 src/fileio.c   	  if (! RANGED_FIXNUMP (0, insval, ZV - PT))
ZV               4942 src/fileio.c   		  if (! RANGED_FIXNUMP (0, insval, ZV - PT))
ZV               4953 src/fileio.c   	      ptrdiff_t oinserted = ZV - BEGV;
ZV               4960 src/fileio.c   		  if (! RANGED_FIXNUMP (0, insval, ZV - PT))
ZV               5300 src/fileio.c   	  XSETFASTINT (end, ZV);
ZV               5307 src/fileio.c         XSETFASTINT (end, ZV);
ZV               5605 src/fileio.c   	  XSETFASTINT (end, ZV);
ZV               5632 src/fileio.c   	  XSETFASTINT (end, ZV);
ZV               4012 src/fns.c        SET_PT (old_pos > ZV ? ZV : old_pos);
ZV               5626 src/fns.c            e = !NILP (end) ? fix_position (end) : ZV;
ZV               5634 src/fns.c            if (!(BEGV <= b && e <= ZV))
ZV               4491 src/font.c           if (! (BEGV <= fixed_pos && fixed_pos < ZV))
ZV               4492 src/font.c     	args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
ZV               5225 src/font.c           if (! (BEGV <= pos && pos < ZV))
ZV               5226 src/font.c     	args_out_of_range_3 (position, make_fixnum (BEGV), make_fixnum (ZV));
ZV               1724 src/fringe.c         if (! (BEGV <= p && p <= ZV))
ZV                257 src/indent.c   	  && end < ZV)
ZV                593 src/indent.c   	    find_newline (PT, PT_BYTE, ZV, ZV_BYTE, 1, NULL, NULL, 1);
ZV                599 src/indent.c   	    scan = (eolpos == ZV ? ZV : eolpos - 1);
ZV                985 src/indent.c   	      pos = skip_invisible (pos, &next_boundary, ZV, Qnil);
ZV               1083 src/indent.c     pos = ZV;
ZV               1523 src/indent.c         if (pos == ZV) /* We cannot go beyond ZV.  Stop here. */
ZV               1870 src/indent.c     if (XFIXNUM (from) < BEGV || XFIXNUM (from) > ZV)
ZV               1871 src/indent.c       args_out_of_range_3 (from, make_fixnum (BEGV), make_fixnum (ZV));
ZV               1872 src/indent.c     if (XFIXNUM (to) < BEGV || XFIXNUM (to) > ZV)
ZV               1873 src/indent.c       args_out_of_range_3 (to, make_fixnum (BEGV), make_fixnum (ZV));
ZV               2029 src/indent.c   			 ZV, vtarget, - (1 << (SHRT_WIDTH - 1)),
ZV               2064 src/indent.c         if (startpos.charpos < BEGV || startpos.charpos > ZV)
ZV               2414 src/indent.c   	  if (it_start < ZV)
ZV               2451 src/indent.c   	  move_it_in_display_line (&it, ZV, first_x + to_x, MOVE_TO_X);
ZV               2467 src/indent.c   		  move_it_in_display_line (&it, ZV, first_x + to_x, MOVE_TO_X);
ZV                333 src/insdel.c     eassert (PT_BYTE >= PT && PT_BYTE - PT <= ZV_BYTE - ZV);
ZV                922 src/insdel.c     ZV += nchars;
ZV               1053 src/insdel.c     ZV += nchars;
ZV               1114 src/insdel.c     ZV += nchars;
ZV               1295 src/insdel.c     ZV += nchars;
ZV               1356 src/insdel.c     ZV += len; Z += len;
ZV               1402 src/insdel.c     ZV -= len; ZV_BYTE -= len_byte;
ZV               1448 src/insdel.c     if (to > ZV)
ZV               1449 src/insdel.c       to = ZV;
ZV               1482 src/insdel.c     ZV -= nchars_del;
ZV               1529 src/insdel.c     ZV += inschars;
ZV               1629 src/insdel.c     ZV -= nchars_del;
ZV               1663 src/insdel.c     ZV += inschars;
ZV               1730 src/insdel.c     if (to > ZV)
ZV               1731 src/insdel.c       to = ZV;
ZV               1740 src/insdel.c         to = min (ZV, from + range_length);
ZV               1779 src/insdel.c       if (to > ZV)
ZV               1781 src/insdel.c   	to = ZV;
ZV               1811 src/insdel.c     if (to > ZV)
ZV               1812 src/insdel.c       to = ZV;
ZV               1823 src/insdel.c         if (to > ZV)
ZV               1825 src/insdel.c   	  to = ZV;
ZV               1892 src/insdel.c     ZV -= nchars_del;
ZV               1788 src/intervals.c   ptrdiff_t charpos = clip_to_bounds (BEGV, marker_position (marker), ZV);
ZV               1818 src/intervals.c   if ((adj < 0 && pos + adj < BEGV) || (adj > 0 && pos + adj > ZV))
ZV               1870 src/intervals.c   eassert (ZV != ZV_BYTE || charpos == bytepos);
ZV               1875 src/intervals.c   eassert (charpos <= ZV && charpos >= BEGV);
ZV               1898 src/intervals.c   buffer_point = (PT == ZV ? ZV - 1 : PT);
ZV               1932 src/intervals.c       && charpos != BEGV && charpos != ZV)
ZV               1988 src/intervals.c 	      while (XFIXNUM (pos) < ZV
ZV               2084 src/intervals.c   else if (PT < position && XFIXNUM (pos) < ZV)
ZV               2110 src/intervals.c 	while (XFIXNUM (pos) < ZV
ZV               2118 src/intervals.c   else if (position > ZV)
ZV               2119 src/intervals.c     position = ZV;
ZV               1616 src/keyboard.c 		  && last_point_position < ZV
ZV               1628 src/keyboard.c 	  else if (PT > BEGV && PT < ZV
ZV               1693 src/keyboard.c 	  && PT > BEGV && PT < ZV
ZV               1701 src/keyboard.c 	  && PT > BEGV && PT < ZV
ZV               1722 src/keyboard.c       if (check_invisible && PT > BEGV && PT < ZV)
ZV               1729 src/keyboard.c 	  while (end < ZV
ZV               1754 src/keyboard.c 	      end = FIXNATP (tmp) ? XFIXNAT (tmp) : ZV;
ZV               1803 src/keyboard.c 	      if (last_pt == beg && PT == end && end < ZV)
ZV               1652 src/keymap.c     if (! (BEGV <= pos && pos <= ZV))
ZV                522 src/minibuf.c    if (XFIXNUM (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))
ZV                535 src/minibuf.c    return make_buffer_string (prompt_end, ZV, 1);
ZV                545 src/minibuf.c    return make_buffer_string (prompt_end, ZV, 0);
ZV                159 src/print.c          if (marker_pos < BEGV || marker_pos > ZV)
ZV               6335 src/process.c        old_zv = ZV;
ZV               6344 src/process.c  	SET_PT_BOTH (ZV, ZV_BYTE);
ZV               6350 src/process.c        if (! (BEGV <= PT && PT <= ZV))
ZV               6388 src/process.c        if (old_begv != BEGV || old_zv != ZV)
ZV               7715 src/process.c  	SET_PT_BOTH (ZV, ZV_BYTE);
ZV                681 src/search.c   	end = ZV, end_byte = ZV_BYTE;
ZV                726 src/search.c   		    if (next_change > ZV)
ZV                727 src/search.c   		      next_change = ZV;
ZV                991 src/search.c       *charpos = find_newline (PT, PT_BYTE, ZV, ZV_BYTE, count,
ZV               1047 src/search.c   	lim = ZV, lim_byte = ZV_BYTE;
ZV               1056 src/search.c         if (lim > ZV)
ZV               1057 src/search.c   	lim = ZV, lim_byte = ZV_BYTE;
ZV               1084 src/search.c   	  eassert (BEGV <= lim && lim <= ZV);
ZV               1096 src/search.c     eassert (BEGV <= np && np <= ZV);
ZV               2429 src/search.c   	 ? BEGV <= sub_start && sub_end <= ZV
ZV               2623 src/search.c     opoint = PT <= sub_start ? PT : max (PT, sub_end) - ZV;
ZV               2775 src/search.c     TEMP_SET_PT (clip_to_bounds (BEGV, opoint + (opoint <= 0 ? ZV : 0), ZV));
ZV               3215 src/search.c   	end = ZV, end_byte = ZV_BYTE;
ZV               3330 src/search.c     find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
ZV               3338 src/search.c         for (from = BEGV, found = from, i = 0; from < ZV; from = found, i++)
ZV               3351 src/search.c     find_newline1 (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
ZV               3356 src/search.c         for (from = BEGV, found = from, i = 0; from < ZV; from = found, i++)
ZV                251 src/syntax.c     gl_state.e_property = ZV + 1;
ZV                291 src/syntax.c         gl_state.e_property = ZV - BEGV + 1;
ZV                475 src/syntax.c     EMACS_INT zv = ZV;
ZV               1456 src/syntax.c     ptrdiff_t end = ZV;
ZV               1487 src/syntax.c   	  if (FIXNUMP (pos) && from < XFIXNUM (pos) && XFIXNUM (pos) <= ZV)
ZV               1596 src/syntax.c       val = XFIXNUM (arg) > 0 ? ZV : BEGV;
ZV               1680 src/syntax.c       XSETINT (lim, forwardp ? ZV : BEGV);
ZV               1685 src/syntax.c     if (XFIXNUM (lim) > ZV)
ZV               1686 src/syntax.c       XSETFASTINT (lim, ZV);
ZV               2119 src/syntax.c       XSETINT (lim, forwardp ? ZV : BEGV);
ZV               2124 src/syntax.c     if (XFIXNUM (lim) > ZV)
ZV               2125 src/syntax.c       XSETFASTINT (lim, ZV);
ZV               2457 src/syntax.c     stop = count1 > 0 ? ZV : BEGV;
ZV               2658 src/syntax.c     ptrdiff_t stop = count > 0 ? ZV : BEGV;
ZV               2679 src/syntax.c     ptrdiff_t from = clip_to_bounds (BEGV, from0, ZV);
ZV                823 src/textprop.c 	XSETFASTINT (limit, ZV);
ZV                830 src/textprop.c 	  if (XFIXNUM (position) > ZV)
ZV                831 src/textprop.c 	    XSETFASTINT (position, ZV);
ZV                847 src/textprop.c 	    if (XFIXNAT (position) >= ZV)
ZV               2544 src/treesit.c    ptrdiff_t old_zv = ZV;
ZV               2549 src/treesit.c    ZV = end_pos;
ZV               2557 src/treesit.c    ZV = old_zv;
ZV               4284 src/window.c     ZV = Z;
ZV               5662 src/window.c   	&& PT <= ZV
ZV               5663 src/window.c   	&& startpos <= ZV
ZV               5685 src/window.c     if (pos.bufpos < ZV)
ZV               5734 src/window.c     if (CHARPOS (start) > ZV || CHARPOS (start) < BEGV)
ZV               5820 src/window.c   		    spos = min (XFIXNUM (Fline_end_position (Qnil)) + 1, ZV);
ZV               5907 src/window.c   	  move_it_to (&it, ZV, -1, goal_y, -1, MOVE_TO_POS | MOVE_TO_Y);
ZV               5931 src/window.c   		 && start_pos < ZV)
ZV               5941 src/window.c     if ((n > 0 && IT_CHARPOS (it) == ZV)
ZV               5944 src/window.c         if (IT_CHARPOS (it) == ZV)
ZV               6264 src/window.c     if (pos < ZV)
ZV               6922 src/window.c     if (start < BEGV || start > ZV)
ZV               1509 src/xdisp.c          else if (IT_CHARPOS (*it) < ZV)
ZV               1706 src/xdisp.c      if (CHARPOS (top) > ZV || CHARPOS (top) < BEGV)
ZV               2073 src/xdisp.c          if (IT_CHARPOS (it) < ZV && FETCH_BYTE (IT_BYTEPOS (it)) != '\n')
ZV               3209 src/xdisp.c    			   && charpos <= ZV));
ZV               3464 src/xdisp.c          it->end_charpos = ZV;
ZV               3648 src/xdisp.c      return min ((pos / len + 1) * len, ZV);
ZV               3714 src/xdisp.c        return ZV;
ZV               3716 src/xdisp.c      return min (pos + len, ZV);
ZV               4233 src/xdisp.c          if (it->end_charpos > ZV)
ZV               4234 src/xdisp.c    	it->end_charpos = ZV;
ZV               4270 src/xdisp.c    	  if (pos > ZV)
ZV               4271 src/xdisp.c    	    pos = ZV;
ZV               4272 src/xdisp.c    	  if (endpos > ZV)
ZV               4273 src/xdisp.c    	    endpos = ZV;
ZV               4385 src/xdisp.c      ptrdiff_t eob = string_p ? string->schars : ZV;
ZV               4477 src/xdisp.c        (STRINGP (object) || (string && string->s)) ? string->schars : ZV;
ZV               4543 src/xdisp.c          ptrdiff_t begv = BEGV, zv = ZV;
ZV               4550 src/xdisp.c          eassert (it->end_charpos == ZV);
ZV               4617 src/xdisp.c          	  if (begv == BEGV && zv == ZV)
ZV               4630 src/xdisp.c          it->end_charpos = ZV;
ZV               4940 src/xdisp.c          if ((IT_CHARPOS (*it) >= ZV && !before_p)
ZV               4989 src/xdisp.c    	      move_it_in_display_line (&it_copy, ZV, current_x - 1, MOVE_TO_X);
ZV               5013 src/xdisp.c          eassert (BEGV <= CHARPOS (pos) && CHARPOS (pos) <= ZV);
ZV               5184 src/xdisp.c    	      newpos = skip_invisible (tem, &next_stop, ZV, it->window);
ZV               5189 src/xdisp.c    	      if (newpos == tem || newpos >= ZV)
ZV               5265 src/xdisp.c    		  if (it->bidi_it.first_elt && it->bidi_it.charpos < ZV)
ZV               6007 src/xdisp.c    	  ovendpos = clip_to_bounds (BEGV, ovendpos, ZV);
ZV               6399 src/xdisp.c          limit = make_fixnum (min (to, ZV));
ZV               6440 src/xdisp.c      ptrdiff_t forward_limit = min (around_charpos + MAX_DISTANCE, ZV);
ZV               7013 src/xdisp.c      ptrdiff_t eob = (buffer_p ? ZV : it->end_charpos);
ZV               7228 src/xdisp.c    		&& (startpos == oend || (endpos == ZV && oend == endpos)))))
ZV               7352 src/xdisp.c    		&& next_overlay_change (start) == ZV;  /* no overlays */
ZV               7544 src/xdisp.c        while (IT_CHARPOS (*it) < ZV
ZV               7694 src/xdisp.c      eassert (CHARPOS (pos) >= BEGV && CHARPOS (pos) <= ZV);
ZV               7697 src/xdisp.c      it->end_charpos = ZV;
ZV               8457 src/xdisp.c    		  else if (CHARPOS (pos) >= ZV)
ZV               8954 src/xdisp.c      ptrdiff_t eob = (string_p ? it->bidi_it.string.schars : ZV);
ZV               9348 src/xdisp.c          it->end_charpos = min (charpos + 1, ZV);
ZV               9582 src/xdisp.c    		  && IT_CHARPOS (*it) + 1 < ZV
ZV               9748 src/xdisp.c    	closest_pos = ZV;
ZV               10214 src/xdisp.c    		  if (closest_pos < ZV)
ZV               10312 src/xdisp.c    		      && !at_eob_p && closest_pos < ZV)
ZV               10332 src/xdisp.c    	      if (closest_pos < ZV)
ZV               10657 src/xdisp.c    		      && to_charpos == ZV
ZV               10929 src/xdisp.c    	       && IT_CHARPOS (*it) < ZV)
ZV               10952 src/xdisp.c    	      while (target_y > it->current_y && IT_CHARPOS (*it) < ZV);
ZV               10977 src/xdisp.c          move_it_to (it, ZV, -1, it->current_y + dy, -1,
ZV               10983 src/xdisp.c          if (IT_CHARPOS (*it) == ZV
ZV               10984 src/xdisp.c    	  && ZV > BEGV
ZV               11173 src/xdisp.c      move_it_to (&it, ZV, -1, it.last_visible_y, -1,
ZV               11289 src/xdisp.c          start = clip_to_bounds (BEGV, fix_position (XCAR (from)), ZV);
ZV               11296 src/xdisp.c          start = clip_to_bounds (BEGV, fix_position (from), ZV);
ZV               11303 src/xdisp.c        end = ZV;
ZV               11306 src/xdisp.c          end = ZV;
ZV               11326 src/xdisp.c        end = clip_to_bounds (start, fix_position (to), ZV);
ZV               11384 src/xdisp.c          start = clip_to_bounds (BEGV, IT_CHARPOS (it), ZV);
ZV               11708 src/xdisp.c      if (PT < ZV)
ZV               11727 src/xdisp.c    	  rc = move_it_in_display_line_to (&it, ZV, -1, MOVE_TO_POS);
ZV               11851 src/xdisp.c          set_marker_restricted_both (oldzv, Qnil, ZV, ZV_BYTE);
ZV               11855 src/xdisp.c          if (ZV == Z)
ZV               11860 src/xdisp.c          ZV = Z;
ZV               11962 src/xdisp.c    	  ZV = Z;
ZV               11967 src/xdisp.c    	  ZV = marker_position (oldzv);
ZV               12428 src/xdisp.c      eassert (ZV <= Z && ZV >= BEGV);
ZV               12433 src/xdisp.c      eassert (ZV <= Z && ZV >= BEGV);
ZV               12786 src/xdisp.c          move_it_to (&it, ZV, -1, -1, -1, MOVE_TO_POS);
ZV               12813 src/xdisp.c    	      init_iterator (&it, w, ZV, ZV_BYTE, NULL, DEFAULT_FACE_ID);
ZV               12844 src/xdisp.c    	  else if (height < old_height && (exact_p || BEGV == ZV))
ZV               15960 src/xdisp.c    		pt = clip_to_bounds (BEGV, marker_position (w->pointm), ZV);
ZV               16782 src/xdisp.c    	  && (CHARPOS (tlbufpos) == ZV
ZV               18568 src/xdisp.c    	       && IT_CHARPOS (it) < ZV
ZV               18584 src/xdisp.c    	    skip = move_it_in_display_line_to (&it, ZV, -1, MOVE_TO_POS);
ZV               18663 src/xdisp.c    	  } while (IT_CHARPOS (it) < ZV
ZV               18691 src/xdisp.c    	  if (IT_CHARPOS (it) == ZV
ZV               18830 src/xdisp.c          else if (CHARPOS (start_pos) > ZV)
ZV               18831 src/xdisp.c    	SET_TEXT_POS (start_pos, ZV, ZV_BYTE);
ZV               18880 src/xdisp.c    		  move_it_to (&it, ZV, it.last_visible_x, it.current_y, -1,
ZV               18882 src/xdisp.c    		  move_it_to (&it, ZV, 0,
ZV               19698 src/xdisp.c          else if (new_pt > (ZV - 1))
ZV               19700 src/xdisp.c    	  new_pt = ZV;
ZV               19702 src/xdisp.c    	  set_marker_both (w->pointm, Qnil, ZV, ZV_BYTE);
ZV               19740 src/xdisp.c          for (cur = BEGV; cur < ZV; cur = next)
ZV               19761 src/xdisp.c          && CHARPOS (startp) <= ZV)
ZV               19840 src/xdisp.c          else if (CHARPOS (startp) > ZV)
ZV               19841 src/xdisp.c    	SET_TEXT_POS (startp, ZV, ZV_BYTE);
ZV               19883 src/xdisp.c    		alt_pt = ZV;
ZV               20034 src/xdisp.c    		   && CHARPOS (startp) <= ZV
ZV               20061 src/xdisp.c    	   && CHARPOS (startp) <= ZV
ZV               20063 src/xdisp.c    	   && (CHARPOS (startp) < ZV
ZV               20191 src/xdisp.c          && CHARPOS (startp) <= ZV)
ZV               20249 src/xdisp.c    	  && BEGV <= CHARPOS (startp) && CHARPOS (startp) <= ZV)
ZV               20395 src/xdisp.c    	       && IT_CHARPOS (it) < ZV)
ZV               20458 src/xdisp.c    		alt_pos = ZV;
ZV               20697 src/xdisp.c      else if (CHARPOS (opoint) > ZV)
ZV               20705 src/xdisp.c      if (CHARPOS (lpoint) <= ZV)
ZV               20819 src/xdisp.c          w->window_end_pos = Z - ZV;
ZV               20946 src/xdisp.c    		  || CHARPOS (start) == ZV)
ZV               21074 src/xdisp.c    	  w->window_end_pos = Z - ZV;
ZV               21366 src/xdisp.c    	  && CHARPOS (row->end.pos) <= ZV)
ZV               24151 src/xdisp.c      if (min_pos <= ZV && min_pos < row->start.pos.charpos)
ZV               24298 src/xdisp.c      if (!display_line_numbers_widen || (BEGV == BEG && ZV == Z))
ZV               24670 src/xdisp.c      if (NILP (val) && IT_CHARPOS (*it) >= ZV)
ZV               24725 src/xdisp.c      ptrdiff_t min_pos = ZV + 1, max_pos = 0;
ZV               24801 src/xdisp.c    	move_result = move_it_in_display_line_to (it, ZV, it->first_visible_x,
ZV               25716 src/xdisp.c          if (pos >= ZV && pos > BEGV)
ZV               25720 src/xdisp.c    			   pos, bytepos, ZV, ZV_BYTE, Qnil) > 0)
ZV               25869 src/xdisp.c          if (from_pos >= ZV)
ZV               25904 src/xdisp.c      } while (found == ZV && itb.ch == '\n' && itb.charpos < to_pos);
ZV               25982 src/xdisp.c    		  new_pos = clip_to_bounds (BEGV, new_pos, ZV);
ZV               26003 src/xdisp.c    	      else if (row->ends_at_zv_p && PT != ZV)
ZV               26004 src/xdisp.c    		SET_PT (ZV);
ZV               26054 src/xdisp.c    			       && PT != ZV)
ZV               26055 src/xdisp.c    			SET_PT (ZV);
ZV               26092 src/xdisp.c    			       && PT != ZV)
ZV               26093 src/xdisp.c    			SET_PT (ZV);
ZV               26117 src/xdisp.c      else if (PT >= ZV && dir > 0)
ZV               26259 src/xdisp.c    		  move_it_in_display_line_to (&it, ZV, target_x,
ZV               26328 src/xdisp.c    	      rc = move_it_in_display_line_to (&it, ZV, new_x,
ZV               26340 src/xdisp.c    	move_it_in_display_line_to (&it, ZV, target_x, MOVE_TO_POS | MOVE_TO_X);
ZV               28110 src/xdisp.c    	ptrdiff_t size = ZV - BEGV;
ZV               28117 src/xdisp.c    	ptrdiff_t size = ZV - BEGV;
ZV               28431 src/xdisp.c      return display_count_lines (start_byte, end_byte, ZV, &ignored);
ZV               35408 src/xdisp.c          ozv = ZV;
ZV               35410 src/xdisp.c          ZV = Z;
ZV               35645 src/xdisp.c    		     && charpos < ZV)
ZV               35694 src/xdisp.c    		       && charpos < ZV)
ZV               35702 src/xdisp.c          ZV = ozv;
ZV               6601 src/xfaces.c     endpos = ZV;
ZV               6737 src/xfaces.c     endpos = ZV;
ZV                242 test/manual/etags/c-src/abbrev.c       if (wordstart < BEGV || wordstart > ZV)
ZV                244 test/manual/etags/c-src/abbrev.c       if (wordstart && wordstart != ZV)
ZV                392 test/manual/etags/c-src/abbrev.c       || last_abbrev_point > ZV)
ZV                405 test/manual/etags/c-src/abbrev.c       zv_before = ZV;
ZV                413 test/manual/etags/c-src/abbrev.c       adjust = ZV - zv_before;
ZV               1626 test/manual/etags/c-src/emacs/src/keyboard.c 	      && last_point_position < ZV
ZV               1695 test/manual/etags/c-src/emacs/src/keyboard.c 	  && PT > BEGV && PT < ZV
ZV               1703 test/manual/etags/c-src/emacs/src/keyboard.c 	  && PT > BEGV && PT < ZV
ZV               1723 test/manual/etags/c-src/emacs/src/keyboard.c       if (check_invisible && PT > BEGV && PT < ZV)
ZV               1730 test/manual/etags/c-src/emacs/src/keyboard.c 	  while (end < ZV
ZV               1755 test/manual/etags/c-src/emacs/src/keyboard.c 	      end = NATNUMP (tmp) ? XFASTINT (tmp) : ZV;
ZV               1804 test/manual/etags/c-src/emacs/src/keyboard.c 	      if (last_pt == beg && PT == end && end < ZV)