clip_to_bounds 1591 src/bidi.c pos_byte = clip_to_bounds (BEGV_BYTE, pos_byte, ZV_BYTE); clip_to_bounds 1814 src/buffer.c ptrdiff_t size = clip_to_bounds (GAP_BYTES_MIN, clip_to_bounds 3577 src/buffer.c ptrdiff_t obeg = clip_to_bounds (BUF_BEG (b), XFIXNUM (beg), BUF_Z (b)); clip_to_bounds 3578 src/buffer.c ptrdiff_t oend = clip_to_bounds (obeg, XFIXNUM (end), BUF_Z (b)); clip_to_bounds 3649 src/buffer.c ptrdiff_t n_beg = clip_to_bounds (BUF_BEG (b), XFIXNUM (beg), BUF_Z (b)); clip_to_bounds 3650 src/buffer.c ptrdiff_t n_end = clip_to_bounds (n_beg, XFIXNUM (end), BUF_Z (b)); clip_to_bounds 2037 src/composite.c to = clip_to_bounds (PTRDIFF_MIN, fix_position (limit), ZV); clip_to_bounds 275 src/dispextern.h (CHARPOS (POS) = clip_to_bounds \ clip_to_bounds 277 src/dispextern.h BYTEPOS (POS) = clip_to_bounds \ clip_to_bounds 3628 src/dispnew.c int preempt_count = clip_to_bounds (1, baud_rate / 2400 + 1, INT_MAX); clip_to_bounds 4369 src/dispnew.c hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); clip_to_bounds 4370 src/dispnew.c vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); clip_to_bounds 4916 src/dispnew.c int preempt_count = clip_to_bounds (1, baud_rate / 2400 + 1, INT_MAX); clip_to_bounds 216 src/editfns.c SET_PT (clip_to_bounds (BEGV, XFIXNUM (position), ZV)); clip_to_bounds 244 src/editfns.c : clip_to_bounds (BEGV, XFIXNAT (m), ZV)); clip_to_bounds 695 src/editfns.c count = clip_to_bounds (-BUF_BYTES_MAX, XFIXNUM (n) - 1, BUF_BYTES_MAX); clip_to_bounds 752 src/editfns.c count = clip_to_bounds (-BUF_BYTES_MAX, XFIXNUM (n), BUF_BYTES_MAX); clip_to_bounds 1982 src/editfns.c too_expensive = clip_to_bounds (0, XFIXNUM (max_costs), PTRDIFF_MAX); clip_to_bounds 3078 src/editfns.c clip_to_bounds (beg->charpos, pt, end->charpos), clip_to_bounds 3079 src/editfns.c clip_to_bounds (beg->bytepos, BUF_PT_BYTE (buf), clip_to_bounds 6154 src/fns.c pos_byte = clip_to_bounds (BEGV_BYTE, pos_byte, ZV_BYTE); clip_to_bounds 5606 src/frame.c *x = clip_to_bounds (INT_MIN, tempX, INT_MAX); clip_to_bounds 5608 src/frame.c *y = clip_to_bounds (INT_MIN, tempY, INT_MAX); clip_to_bounds 437 src/gnutls.c max_log_level = clip_to_bounds (INT_MIN, global_gnutls_log_level, INT_MAX); clip_to_bounds 809 src/gnutls.c = clip_to_bounds (INT_MIN, global_gnutls_log_level, INT_MAX); clip_to_bounds 1897 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 553 src/marker.c charpos = clip_to_bounds clip_to_bounds 563 src/marker.c bytepos = clip_to_bounds clip_to_bounds 627 src/marker.c clip_to_bounds (BUF_BEGV (b), charpos, BUF_ZV (b)), clip_to_bounds 628 src/marker.c clip_to_bounds (BUF_BEGV_BYTE (b), bytepos, BUF_ZV_BYTE (b))); clip_to_bounds 6109 src/process.c ptrdiff_t readmax = clip_to_bounds (1, read_process_output_max, PTRDIFF_MAX); clip_to_bounds 60 src/profiler.c = clip_to_bounds (0, profiler_log_size, MOST_POSITIVE_FIXNUM); clip_to_bounds 62 src/profiler.c = clip_to_bounds (0, profiler_max_stack_depth, PTRDIFF_MAX);; clip_to_bounds 110 src/scroll.c = clip_to_bounds (1, baud_rate / (10 * 4) / frame_total_lines, INT_MAX / 2); clip_to_bounds 447 src/scroll.c = clip_to_bounds (1, baud_rate / (10 * 4) / frame_total_lines, INT_MAX / 2); clip_to_bounds 2775 src/search.c TEMP_SET_PT (clip_to_bounds (BEGV, opoint + (opoint <= 0 ? ZV : 0), ZV)); clip_to_bounds 1462 src/syntax.c SETUP_SYNTAX_TABLE (from, clip_to_bounds (PTRDIFF_MIN, count, PTRDIFF_MAX)); clip_to_bounds 2462 src/syntax.c SETUP_SYNTAX_TABLE (from, clip_to_bounds (PTRDIFF_MIN, count1, PTRDIFF_MAX)); clip_to_bounds 2679 src/syntax.c ptrdiff_t from = clip_to_bounds (BEGV, from0, ZV); clip_to_bounds 2685 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 5568 src/window.c n = clip_to_bounds (INT_MIN, n, INT_MAX); clip_to_bounds 5630 src/window.c int margin = clip_to_bounds (0, scroll_margin, max_margin); clip_to_bounds 5642 src/window.c return clip_to_bounds (0, next_screen_context_lines, 1000000); clip_to_bounds 6723 src/window.c nlines = clip_to_bounds (this_scroll_margin + 1, nlines, clip_to_bounds 6795 src/window.c nlines = clip_to_bounds (this_scroll_margin, nlines, clip_to_bounds 6830 src/window.c iarg = clip_to_bounds (this_scroll_margin, iarg, clip_to_bounds 3304 src/xdisp.c ? (clip_to_bounds clip_to_bounds 6007 src/xdisp.c ovendpos = clip_to_bounds (BEGV, ovendpos, ZV); clip_to_bounds 11289 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (XCAR (from)), ZV); clip_to_bounds 11296 src/xdisp.c start = clip_to_bounds (BEGV, fix_position (from), ZV); clip_to_bounds 11326 src/xdisp.c end = clip_to_bounds (start, fix_position (to), ZV); clip_to_bounds 11384 src/xdisp.c start = clip_to_bounds (BEGV, IT_CHARPOS (it), ZV); clip_to_bounds 12782 src/xdisp.c max_height = clip_to_bounds (unit, max_height, windows_height); clip_to_bounds 15876 src/xdisp.c h_margin = (clip_to_bounds (0, hscroll_margin, 1000000) clip_to_bounds 15960 src/xdisp.c pt = clip_to_bounds (BEGV, marker_position (w->pointm), ZV); clip_to_bounds 18515 src/xdisp.c int scroll_lines = clip_to_bounds (0, scroll_lines_max, 1000000); clip_to_bounds 25982 src/xdisp.c new_pos = clip_to_bounds (BEGV, new_pos, ZV); clip_to_bounds 30439 src/xdisp.c start = clip_to_bounds (0, start, end); clip_to_bounds 31038 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, it->pixel_width, SHRT_MAX); clip_to_bounds 31144 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, it->pixel_width, SHRT_MAX); clip_to_bounds 31232 src/xdisp.c glyph->pixel_width = clip_to_bounds (-1, width, SHRT_MAX); clip_to_bounds 32062 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 32592 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 32636 src/xdisp.c it->ascent += clip_to_bounds (0, overline_margin, 1000000); clip_to_bounds 34689 src/xdisp.c clip_to_bounds (INT_MIN, XFIXNUM (x), INT_MAX), clip_to_bounds 34690 src/xdisp.c clip_to_bounds (INT_MIN, XFIXNUM (y), INT_MAX)); clip_to_bounds 16009 src/xterm.c size = clip_to_bounds (1, shown * XM_SB_MAX, XM_SB_MAX); clip_to_bounds 16090 src/xterm.c int size = clip_to_bounds (1, shown * XM_SB_MAX, XM_SB_MAX); clip_to_bounds 16091 src/xterm.c int value = clip_to_bounds (0, top * (XM_SB_MAX - size), XM_SB_MAX - size);