MIN               174 lib/search/regex.c                                        MIN (str_from->len - loop, 6), &just_letters);
MIN               236 lib/strutil/strutil8bit.c     return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text);
MIN               446 lib/strutil/strutil8bit.c     return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text);
MIN               664 lib/strutil/strutil8bit.c     return strncmp (t1, t2, MIN (strlen (t1), strlen (t2)));
MIN               711 lib/strutil/strutil8bit.c     n = MIN (strlen (s1), strlen (s2));
MIN               209 lib/strutil/strutilascii.c     return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text);
MIN               426 lib/strutil/strutilascii.c     return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text);
MIN               645 lib/strutil/strutilascii.c     return strncmp (t1, t2, MIN (strlen (t1), strlen (t2)));
MIN               661 lib/strutil/strutilascii.c     return g_ascii_strncasecmp (t1, t2, MIN (strlen (t1), strlen (t2)));
MIN               364 lib/strutil/strutilutf8.c             result += g_utf8_strlen (start, MIN (end - start, size));
MIN               375 lib/strutil/strutilutf8.c         result += g_utf8_strlen (start, MIN (end - start, size));
MIN              1222 lib/strutil/strutilutf8.c     result = strncmp (n1, n2, MIN (l1, l2));
MIN              1263 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               151 lib/vfs/utilvfs.c         || strncmp (gname, savegname, MIN (gname_len, TGNMLEN - 1)) != 0)
MIN               157 lib/vfs/vfs.c          ms = MIN ((unsigned int) ms, sizeof (encoding) - 1);
MIN               240 lib/widget/dialog-switch.c     lines = MIN ((size_t) (LINES * 2 / 3), dlg_num);
MIN                90 lib/widget/history.c         he = MIN (he, y - 1);
MIN                96 lib/widget/history.c         he = MIN (he, LINES - y);
MIN               106 lib/widget/history.c         wi = MIN (wi, COLS);
MIN               143 lib/widget/input.c         *start_mark = MIN (in->mark, in->point);
MIN               394 lib/widget/input.c     int first = MIN (start, end);
MIN               423 lib/widget/input.c     int first = MIN (start, end);
MIN              1172 lib/widget/input.c     pos = MIN (pos, max_pos);
MIN              1208 lib/widget/input.c     in->mark = MIN (in->mark, buf_len);
MIN              1260 lib/widget/input.c                     m2 = MIN (m2 - m1,
MIN               991 lib/widget/input_complete.c         size = MIN (size, (ssize_t) text_len);
MIN               183 lib/widget/label.c     w->rect.cols = MIN (newcols, w->rect.cols);
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               226 lib/widget/listbox.c     return MIN (l->top + y, LISTBOX_LAST (l));
MIN               248 lib/widget/listbox.c     listbox_set_current (l, MIN (l->current + n, LISTBOX_LAST (l)));
MIN               172 lib/widget/rect.c     y = MIN (y, y1);
MIN               173 lib/widget/rect.c     x = MIN (x, x1);
MIN               212 lib/widget/rect.c     r->y = MIN (r->y, r1->y);
MIN               213 lib/widget/rect.c     r->x = MIN (r->x, r1->x);
MIN               600 lib/widget/wtools.c     sm->dlg = dlg_create (TRUE, 0, 0, 7, MIN (MAX (40, COLS / 2), COLS), WPOS_CENTER, FALSE,
MIN               426 src/cons.handler.c         for (col = 0; col < MIN (COLS, screen_info.mv_csz); col++)
MIN              3142 src/editor/edit.c         *start_mark = MIN (edit->mark1, edit->mark2);
MIN              3147 src/editor/edit.c         *start_mark = MIN (edit->mark1, end_mark_curs);
MIN              3165 src/editor/edit.c         col1 = MIN (edit->column1, edit->column2);
MIN              3176 src/editor/edit.c         *end_mark = MIN (*end_mark, end_eol);
MIN              3241 src/editor/edit.c     edit->mark2 = MIN (pos + 1, edit->buffer.size);
MIN               331 src/editor/editbuffer.c     last = MIN (last, buf->size);
MIN               476 src/editor/editcmd.c     b = MAX (MIN (c, d), MIN (edit->column1, edit->column2));
MIN               487 src/editor/editcmd.c         q = MIN (q, m2);
MIN               522 src/editor/editcmd.c     c1 = MIN (edit->column1, edit->column2);
MIN              1353 src/editor/editcmd.c         c1 = MIN (edit->column1, edit->column2);
MIN              1560 src/editor/editcmd.c             end = MIN (finish, start + TEMP_BUF_LEN);
MIN               589 src/editor/editdraw.c                         cl = MIN (edit->column1, edit->column2);
MIN               919 src/editor/editdraw.c                 upto = MIN (curs_row - 1, end_row);
MIN               322 src/editor/editwidget.c     lines = MIN ((size_t) (LINES * 2 / 3), dlg_num);
MIN              1017 src/filemanager/chattr.c         cols = MIN (cols, mw->rect.cols - wx * 2);
MIN              1023 src/filemanager/chattr.c     checkboxes_lines = MIN (check_attr_mod_num, checkboxes_lines);
MIN               280 src/filemanager/dir.c     list->len = clear_flag ? 0 : MIN (list->len, size);
MIN               876 src/filemanager/panel.c                 i = MIN (panel->content_shift, i);
MIN              1365 src/filemanager/panel.c     tty_printf (" %s ", str_term_trim (tmp, MIN (MAX (w->rect.cols - 12, 0), w->rect.cols)));
MIN              2569 src/filemanager/panel.c     lines = MIN (lines, panel->dir.len - panel->current - 1);
MIN              2589 src/filemanager/panel.c     lines = MIN (lines, panel->current + 1);
MIN              3909 src/filemanager/panel.c         curr1 = MIN (previous_current, panel->current);
MIN                77 src/help.c     #define HELP_WINDOW_WIDTH MIN(80, COLS - 16)
MIN               895 src/help.c         help_lines = MIN (LINES - 4, MAX (2 * LINES / 3, 18));
MIN              1138 src/help.c         help_lines = MIN (LINES - 4, MAX (2 * LINES / 3, 18));
MIN              1156 src/usermenu.c             max_cols = MIN (MAX (max_cols, col), MAX_ENTRY_LEN);
MIN               862 src/vfs/cpio/cpio.c     count = MIN (count, (size_t) (file->ino->st.st_size - file->pos));
MIN              1154 src/vfs/shell/shell.c         n = MIN ((off_t) sizeof (buffer), (shell->total - shell->got));
MIN              1180 src/vfs/shell/shell.c     len = MIN ((size_t) (shell->total - shell->got), len);
MIN              1010 src/vfs/tar/tar-xheader.c         len = MIN (size, BLOCKSIZE);
MIN              1143 src/vfs/tar/tar.c         remain = MIN ((off_t) count, chunk->offset + chunk->numbytes - fh->pos);
MIN              1151 src/vfs/tar/tar.c             remain = MIN ((off_t) count, fh->ino->st.st_size - fh->pos);
MIN              1159 src/vfs/tar/tar.c             remain = MIN ((off_t) count, chunk->offset - fh->pos);
MIN              1249 src/vfs/tar/tar.c         count = (size_t) MIN ((off_t) count, file->ino->st.st_size - file->pos);
MIN               283 src/viewer/display.c     height = MIN (rest, 1);
MIN               288 src/viewer/display.c     height = MIN (rest, height);
MIN               445 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);