clip_to_bounds 1591 src/bidi.c pos_byte = clip_to_bounds (BEGV_BYTE, pos_byte, ZV_BYTE); clip_to_bounds 1822 src/buffer.c ptrdiff_t size = clip_to_bounds (GAP_BYTES_MIN, clip_to_bounds 3585 src/buffer.c ptrdiff_t obeg = clip_to_bounds (BUF_BEG (b), XFIXNUM (beg), BUF_Z (b)); clip_to_bounds 3586 src/buffer.c ptrdiff_t oend = clip_to_bounds (obeg, XFIXNUM (end), BUF_Z (b)); clip_to_bounds 3657 src/buffer.c ptrdiff_t n_beg = clip_to_bounds (BUF_BEG (b), XFIXNUM (beg), BUF_Z (b)); clip_to_bounds 3658 src/buffer.c ptrdiff_t n_end = clip_to_bounds (n_beg, XFIXNUM (end), BUF_Z (b)); clip_to_bounds 2043 src/composite.c to = clip_to_bounds (PTRDIFF_MIN, fix_position (limit), ZV); clip_to_bounds 310 src/dispextern.h (CHARPOS (POS) = clip_to_bounds \ clip_to_bounds 312 src/dispextern.h BYTEPOS (POS) = clip_to_bounds \ clip_to_bounds 3660 src/dispnew.c int preempt_count = clip_to_bounds (1, baud_rate / 2400 + 1, INT_MAX); clip_to_bounds 4401 src/dispnew.c hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); clip_to_bounds 4402 src/dispnew.c vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); clip_to_bounds 4948 src/dispnew.c int preempt_count = clip_to_bounds (1, baud_rate / 2400 + 1, INT_MAX); clip_to_bounds 220 src/editfns.c SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV)); clip_to_bounds 248 src/editfns.c : clip_to_bounds (BEGV, XFIXNAT (m), ZV)); clip_to_bounds 699 src/editfns.c count = clip_to_bounds (-BUF_BYTES_MAX, XFIXNUM (n) - 1, BUF_BYTES_MAX); clip_to_bounds 756 src/editfns.c count = clip_to_bounds (-BUF_BYTES_MAX, XFIXNUM (n), BUF_BYTES_MAX); clip_to_bounds 1990 src/editfns.c too_expensive = clip_to_bounds (0, XFIXNUM (max_costs), PTRDIFF_MAX); clip_to_bounds 3086 src/editfns.c clip_to_bounds (beg->charpos, pt, end->charpos), clip_to_bounds 3087 src/editfns.c clip_to_bounds (beg->bytepos, BUF_PT_BYTE (buf), clip_to_bounds 6191 src/fns.c pos_byte = clip_to_bounds (BEGV_BYTE, pos_byte, ZV_BYTE); clip_to_bounds 5690 src/frame.c *x = clip_to_bounds (INT_MIN, tempX, INT_MAX); clip_to_bounds 5692 src/frame.c *y = clip_to_bounds (INT_MIN, tempY, INT_MAX); clip_to_bounds 450 src/gnutls.c max_log_level = clip_to_bounds (INT_MIN, global_gnutls_log_level, INT_MAX); clip_to_bounds 825 src/gnutls.c = clip_to_bounds (INT_MIN, global_gnutls_log_level, INT_MAX); clip_to_bounds 2044 src/gnutls.c ? clip_to_bounds (INT_MIN, XFIXNUM (loglevel), INT_MAX) clip_to_bounds 4962 src/gtkutil.c size = clip_to_bounds (1, shown * XG_SB_RANGE, XG_SB_RANGE); clip_to_bounds 4963 src/gtkutil.c value = clip_to_bounds (XG_SB_MIN, top * XG_SB_RANGE, XG_SB_MAX - size); clip_to_bounds 481 src/haikuterm.c size = clip_to_bounds (1, shown * BE_SB_MAX, BE_SB_MAX); clip_to_bounds 1918 src/indent.c ? clip_to_bounds (-1, XFIXNUM (BVAR (current_buffer, selective_display)), clip_to_bounds 1788 src/intervals.c ptrdiff_t charpos = clip_to_bounds (BEGV, marker_position (marker), ZV); clip_to_bounds 1796 src/intervals.c bytepos = clip_to_bounds (BEGV_BYTE, bytepos, ZV_BYTE); clip_to_bounds 2184 src/intervals.c position = clip_to_bounds (BUF_BEGV (buffer), position, BUF_ZV (buffer)); clip_to_bounds 554 src/marker.c charpos = clip_to_bounds clip_to_bounds 564 src/marker.c bytepos = clip_to_bounds clip_to_bounds 653 src/marker.c clip_to_bounds (BUF_BEGV (b), charpos, BUF_ZV (b)), clip_to_bounds 654 src/marker.c clip_to_bounds (BUF_BEGV_BYTE (b), bytepos, BUF_ZV_BYTE (b))); clip_to_bounds 6135 src/process.c ptrdiff_t readmax = clip_to_bounds (1, read_process_output_max, PTRDIFF_MAX); clip_to_bounds 66 src/profiler.c = clip_to_bounds (0, profiler_log_size, MOST_POSITIVE_FIXNUM); clip_to_bounds 68 src/profiler.c = clip_to_bounds (0, profiler_max_stack_depth, PTRDIFF_MAX);; clip_to_bounds 115 src/scroll.c = clip_to_bounds (1, baud_rate / (10 * 4) / frame_total_lines, INT_MAX / 2); clip_to_bounds 452 src/scroll.c = clip_to_bounds (1, baud_rate / (10 * 4) / frame_total_lines, INT_MAX / 2); clip_to_bounds 2779 src/search.c TEMP_SET_PT (clip_to_bounds (BEGV, opoint + (opoint <= 0 ? ZV : 0), ZV)); clip_to_bounds 1453 src/syntax.c SETUP_SYNTAX_TABLE (from, clip_to_bounds (PTRDIFF_MIN, count, PTRDIFF_MAX)); clip_to_bounds 2444 src/syntax.c SETUP_SYNTAX_TABLE (from, clip_to_bounds (PTRDIFF_MIN, count1, PTRDIFF_MAX)); clip_to_bounds 2661 src/syntax.c ptrdiff_t from = clip_to_bounds (BEGV, from0, ZV); clip_to_bounds 2667 src/syntax.c SETUP_SYNTAX_TABLE (from, clip_to_bounds (PTRDIFF_MIN, count, PTRDIFF_MAX)); clip_to_bounds 1294 src/window.c ptrdiff_t new_hscroll = clip_to_bounds (0, hscroll, hscroll_max); clip_to_bounds 2471 src/window.c clip_to_bounds (BUF_BEGV (b), clip_to_bounds 2474 src/window.c clip_to_bounds (BUF_BEGV_BYTE (b), clip_to_bounds 5585 src/window.c n = clip_to_bounds (INT_MIN, n, INT_MAX); clip_to_bounds 5647 src/window.c int margin = clip_to_bounds (0, scroll_margin, max_margin); clip_to_bounds 5659 src/window.c return clip_to_bounds (0, next_screen_context_lines, 1000000); clip_to_bounds 6740 src/window.c nlines = clip_to_bounds (this_scroll_margin + 1, nlines, clip_to_bounds 6812 src/window.c nlines = clip_to_bounds (this_scroll_margin, nlines, clip_to_bounds 6847 src/window.c iarg = clip_to_bounds (this_scroll_margin, iarg, clip_to_bounds 3317 src/xdisp.c ? (clip_to_bounds clip_to_bounds 6034 src/xdisp.c ovendpos = clip_to_bounds (BEGV, ovendpos, ZV); clip_to_bounds 11317 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (XCAR (from)), ZV); clip_to_bounds 11324 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (from), ZV); clip_to_bounds 11354 src/xdisp.c end = clip_to_bounds (start, fix_position (to), ZV); clip_to_bounds 11412 src/xdisp.c start = clip_to_bounds (BEGV, IT_CHARPOS (it), ZV); clip_to_bounds 12817 src/xdisp.c max_height = clip_to_bounds (unit, max_height, windows_height); clip_to_bounds 16031 src/xdisp.c h_margin = (clip_to_bounds (0, hscroll_margin, 1000000) clip_to_bounds 16115 src/xdisp.c pt = clip_to_bounds (BEGV, marker_position (w->pointm), ZV); clip_to_bounds 18721 src/xdisp.c int scroll_lines = clip_to_bounds (0, scroll_lines_max, 1000000); clip_to_bounds 26188 src/xdisp.c new_pos = clip_to_bounds (BEGV, new_pos, ZV); clip_to_bounds 30724 src/xdisp.c start = clip_to_bounds (0, start, end); clip_to_bounds 31323 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, it->pixel_width, SHRT_MAX); clip_to_bounds 31429 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, it->pixel_width, SHRT_MAX); clip_to_bounds 31517 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, width, SHRT_MAX); clip_to_bounds 32379 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 32909 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 32953 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 35015 src/xdisp.c clip_to_bounds (INT_MIN, XFIXNUM (x), INT_MAX), clip_to_bounds 35016 src/xdisp.c clip_to_bounds (INT_MIN, XFIXNUM (y), INT_MAX)); clip_to_bounds 16374 src/xterm.c size = clip_to_bounds (1, shown * XM_SB_MAX, XM_SB_MAX); clip_to_bounds 16455 src/xterm.c int size = clip_to_bounds (1, shown * XM_SB_MAX, XM_SB_MAX); clip_to_bounds 16456 src/xterm.c int value = clip_to_bounds (0, top * (XM_SB_MAX - size), XM_SB_MAX - size);