MIN 172 lib/search/regex.c MIN (str_from->len - loop, 6), &just_letters); MIN 234 lib/strutil/strutil8bit.c return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text); MIN 444 lib/strutil/strutil8bit.c return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text); MIN 662 lib/strutil/strutil8bit.c return strncmp (t1, t2, MIN (strlen (t1), strlen (t2))); MIN 710 lib/strutil/strutil8bit.c n = MIN (strlen (s1), strlen (s2)); MIN 207 lib/strutil/strutilascii.c return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text); MIN 424 lib/strutil/strutilascii.c return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text); MIN 643 lib/strutil/strutilascii.c return strncmp (t1, t2, MIN (strlen (t1), strlen (t2))); MIN 659 lib/strutil/strutilascii.c return g_ascii_strncasecmp (t1, t2, MIN (strlen (t1), strlen (t2))); MIN 362 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, MIN (end - start, size)); MIN 373 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, MIN (end - start, size)); MIN 1220 lib/strutil/strutilutf8.c result = strncmp (n1, n2, MIN (l1, l2)); MIN 1261 lib/strutil/strutilutf8.c result = strncmp (n1, n2, MIN (l1, l2)); MIN 116 lib/vfs/utilvfs.c || strncmp (uname, saveuname, MIN (uname_len, TUNMLEN - 1)) != 0) MIN 152 lib/vfs/utilvfs.c || strncmp (gname, savegname, MIN (gname_len, TGNMLEN - 1)) != 0) MIN 154 lib/vfs/vfs.c ms = MIN ((unsigned int) ms, sizeof (encoding) - 1); MIN 229 lib/widget/dialog-switch.c lines = MIN ((size_t) (LINES * 2 / 3), dlg_num); MIN 86 lib/widget/history.c he = MIN (he, y - 1); MIN 92 lib/widget/history.c he = MIN (he, LINES - y); MIN 102 lib/widget/history.c wi = MIN (wi, COLS); MIN 140 lib/widget/input.c *start_mark = MIN (in->mark, in->point); MIN 154 lib/widget/input.c int first = MIN (start, end); MIN 492 lib/widget/input.c int first = MIN (start, end); MIN 1225 lib/widget/input.c pos = MIN (pos, max_pos); MIN 1260 lib/widget/input.c in->mark = MIN (in->mark, buf_len); MIN 1313 lib/widget/input.c MIN (m2 - m1, (w->cols - has_history) - (buf_width - in->term_first_shown)); MIN 989 lib/widget/input_complete.c size = MIN (size, (ssize_t) text_len); MIN 69 lib/widget/listbox-window.c lines = MIN (lines, LINES - 6); MIN 79 lib/widget/listbox-window.c cols = MIN (cols, COLS - 6); MIN 221 lib/widget/listbox.c return MIN (l->top + y, LISTBOX_LAST (l)); MIN 243 lib/widget/listbox.c listbox_select_entry (l, MIN (l->pos + n, LISTBOX_LAST (l))); MIN 150 lib/widget/rect.c y = MIN (y, y1); MIN 151 lib/widget/rect.c x = MIN (x, x1); MIN 190 lib/widget/rect.c r->y = MIN (r->y, r1->y); MIN 191 lib/widget/rect.c r->x = MIN (r->x, r1->x); MIN 592 lib/widget/wtools.c sm->dlg = dlg_create (TRUE, 0, 0, 7, MIN (MAX (40, COLS / 2), COLS), WPOS_CENTER, FALSE, MIN 423 src/cons.handler.c for (col = 0; col < MIN (COLS, screen_info.mv_csz); col++) MIN 3122 src/editor/edit.c edit->mark2 = MIN (pos + 1, edit->buffer.size); MIN 335 src/editor/editbuffer.c last = MIN (last, buf->size); MIN 494 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit->column1, edit->column2)); MIN 505 src/editor/editcmd.c q = MIN (q, m2); MIN 543 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2); MIN 1283 src/editor/editcmd.c *start_mark = MIN (edit->mark1, edit->mark2); MIN 1288 src/editor/editcmd.c *start_mark = MIN (edit->mark1, end_mark_curs); MIN 1306 src/editor/editcmd.c col1 = MIN (edit->column1, edit->column2); MIN 1317 src/editor/editcmd.c *end_mark = MIN (*end_mark, end_eol); MIN 1401 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2); MIN 1606 src/editor/editcmd.c end = MIN (finish, start + TEMP_BUF_LEN); MIN 597 src/editor/editdraw.c cl = MIN (edit->column1, edit->column2); MIN 925 src/editor/editdraw.c upto = MIN (curs_row - 1, end_row); MIN 316 src/editor/editwidget.c lines = MIN ((size_t) (LINES * 2 / 3), dlg_num); MIN 1015 src/filemanager/chattr.c cols = MIN (cols, mw->cols - wx * 2); MIN 1019 src/filemanager/chattr.c checkboxes_lines = MIN (check_attr_mod_num, checkboxes_lines); MIN 276 src/filemanager/dir.c list->len = clear_flag ? 0 : MIN (list->len, size); MIN 844 src/filemanager/panel.c i = MIN (panel->content_shift, i); MIN 1314 src/filemanager/panel.c tty_printf (" %s ", str_term_trim (tmp, MIN (MAX (w->cols - 12, 0), w->cols))); MIN 2501 src/filemanager/panel.c lines = MIN (lines, panel->dir.len - panel->selected - 1); MIN 2521 src/filemanager/panel.c lines = MIN (lines, panel->selected + 1); MIN 77 src/help.c #define HELP_WINDOW_WIDTH MIN(80, COLS - 16) MIN 887 src/help.c help_lines = MIN (LINES - 4, MAX (2 * LINES / 3, 18)); MIN 1128 src/help.c help_lines = MIN (LINES - 4, MAX (2 * LINES / 3, 18)); MIN 1132 src/usermenu.c max_cols = MIN (MAX (max_cols, col), MAX_ENTRY_LEN); MIN 863 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); MIN 1134 src/vfs/fish/fish.c n = MIN ((off_t) sizeof (buffer), (fish->total - fish->got)); MIN 1160 src/vfs/fish/fish.c len = MIN ((size_t) (fish->total - fish->got), len); MIN 967 src/vfs/tar/tar.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); MIN 84 src/viewer/coord_cache.c pos = MIN (pos, cache->size); MIN 282 src/viewer/display.c height = MIN (rest, 1); MIN 287 src/viewer/display.c height = MIN (rest, height); MIN 440 src/viewer/mcviewer.c new_offset = MIN (new_offset, max_offset); MIN 270 tests/lib/utilunix__mc_pstream_get_string.c len = MIN (len, (size_t) p->out.len);