res               451 lib/charsets.c     int res;
res               453 lib/charsets.c     res = g_unichar_to_utf8 (input_char, (char *) str);
res               454 lib/charsets.c     if (res == 0)
res               457 lib/charsets.c     str[res] = '\0';
res               491 lib/charsets.c             int res;
res               493 lib/charsets.c             res = g_utf8_get_char_validated ((char *) buf_ch, -1);
res               494 lib/charsets.c             ch = res >= 0 ? res : buf_ch[0];
res               452 lib/keybind.c      name_keymap_t *res;
res               456 lib/keybind.c      res = bsearch (&key, command_names, num_command_names,
res               459 lib/keybind.c      return (res != NULL) ? res->val : CK_IgnoreKey;
res               198 lib/search/glob.c     GString *repl, *res;
res               201 lib/search/glob.c     res = mc_search_regex_prepare_replace_str (lc_mc_search, repl);
res               204 lib/search/glob.c     return res;
res               129 lib/skin/colors-old.c     mc_skin_colors_old_t *res;
res               134 lib/skin/colors-old.c     res = (mc_skin_colors_old_t *) bsearch (&oc, old_colors, num_old_colors,
res               137 lib/skin/colors-old.c     if (res == NULL)
res               141 lib/skin/colors-old.c         *group = res->group;
res               143 lib/skin/colors-old.c         *key = res->key;
res              1258 lib/tty/key.c          const key_code_name_t **res;
res              1268 lib/tty/key.c          res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size,
res              1271 lib/tty/key.c          if (res != NULL)
res              1273 lib/tty/key.c              *idx = (int) (res - key_conv_tab_sorted);
res              1274 lib/tty/key.c              return (*res)->code;
res              1291 lib/tty/key.c          const key_code_name_t **res;
res              1295 lib/tty/key.c          res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size,
res              1298 lib/tty/key.c          if (res != NULL)
res              1300 lib/tty/key.c              *idx = (int) (res - key_conv_tab_sorted);
res               177 lib/tty/tty-ncurses.c     int res;
res               213 lib/tty/tty-ncurses.c     for (res = 0; lines_codes[res].line; res++)
res               215 lib/tty/tty-ncurses.c         if (strcmp (ch, lines_codes[res].line) == 0)
res               216 lib/tty/tty-ncurses.c             return lines_codes[res].line_code;
res               220 lib/tty/tty-ncurses.c     res = g_utf8_get_char_validated (str2, -1);
res               222 lib/tty/tty-ncurses.c     if (res < 0)
res               223 lib/tty/tty-ncurses.c         res = (unsigned char) str2[0];
res               226 lib/tty/tty-ncurses.c     return res;
res               632 lib/tty/tty-ncurses.c         int res;
res               635 lib/tty/tty-ncurses.c         res = g_unichar_to_utf8 (c, (char *) str);
res               636 lib/tty/tty-ncurses.c         if (res == 0)
res               646 lib/tty/tty-ncurses.c             str[res] = '\0';
res               232 lib/tty/tty-slang.c     int res;
res               257 lib/tty/tty-slang.c     for (res = 0; lines_codes[res].line; res++)
res               259 lib/tty/tty-slang.c         if (strcmp (str, lines_codes[res].line) == 0)
res               260 lib/tty/tty-slang.c             return lines_codes[res].line_code;
res               264 lib/tty/tty-slang.c     res = g_utf8_get_char_validated (str2, -1);
res               266 lib/tty/tty-slang.c     if (res < 0)
res               267 lib/tty/tty-slang.c         res = (unsigned char) str2[0];
res               270 lib/tty/tty-slang.c     return res;
res               715 lib/tty/tty-slang.c         int res;
res               717 lib/tty/tty-slang.c         res = g_unichar_to_utf8 (c, str);
res               718 lib/tty/tty-slang.c         if (res == 0)
res               725 lib/tty/tty-slang.c             str[res] = '\0';
res               573 lib/utilunix.c     int res;
res               602 lib/utilunix.c     res = select (maxfd + 1, &fds, NULL, NULL, NULL);
res               603 lib/utilunix.c     if (res < 0 && errno != EINTR)
res               678 lib/utilunix.c     int res;
res               688 lib/utilunix.c         res = close (p->out.fd);
res               690 lib/utilunix.c         res = close (p->err.fd);
res               696 lib/utilunix.c         res = waitpid (p->child_pid, &status, 0);
res               698 lib/utilunix.c     while (res < 0 && errno == EINTR);
res               700 lib/utilunix.c     if (res < 0)
res               112 lib/vfs/direntry.c     struct vfs_s_entry *res;
res               119 lib/vfs/direntry.c     res = vfs_s_generate_entry (me, path, dir, (flags & FL_MKDIR) != 0 ? (0777 | S_IFDIR) : 0777);
res               120 lib/vfs/direntry.c     vfs_s_insert_entry (me, dir, res);
res               125 lib/vfs/direntry.c     return res;
res               664 lib/vfs/direntry.c     int res = 0;
res               676 lib/vfs/direntry.c         res = sub->fh_close (me, fh);
res               684 lib/vfs/direntry.c             res = -1;
res               687 lib/vfs/direntry.c             res = sub->file_store (me, fh, s, file->ino->localname);
res               702 lib/vfs/direntry.c     return res;
res              1671 lib/vfs/direntry.c     int res = 0;
res              1685 lib/vfs/direntry.c             res = EINTR;
res              1696 lib/vfs/direntry.c             res = 1;
res              1706 lib/vfs/direntry.c     return res;
res               438 lib/widget/input.c     int res;
res               454 lib/widget/input.c     res = str_is_valid_char (in->charbuf, in->charpoint);
res               455 lib/widget/input.c     if (res < 0)
res               457 lib/widget/input.c         if (res != -2)
res               656 lib/widget/input.c     cb_ret_t res = MSG_HANDLED;
res               782 lib/widget/input.c         res = MSG_NOT_HANDLED;
res               800 lib/widget/input.c     return res;
res                39 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \
res                55 lib/widget/quick.h             .result = res                                                       \
res                60 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \
res                76 lib/widget/quick.h             .result = res                                                       \
res              1929 src/diffviewer/ydiff.c     int res = 0;
res              1943 src/diffviewer/ydiff.c             res = DIFF_DEL;
res              1946 src/diffviewer/ydiff.c             res = DIFF_ADD;
res              1949 src/diffviewer/ydiff.c             res = DIFF_CHG;
res              1976 src/diffviewer/ydiff.c     return res;
res              2182 src/diffviewer/ydiff.c             int res;
res              2184 src/diffviewer/ydiff.c             res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]);
res              2185 src/diffviewer/ydiff.c             (void) res;
res              2980 src/diffviewer/ydiff.c     gboolean res = TRUE;
res              2984 src/diffviewer/ydiff.c         res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~");
res              2985 src/diffviewer/ydiff.c         dview->merged[DIFF_LEFT] = !res;
res              2989 src/diffviewer/ydiff.c         res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~");
res              2990 src/diffviewer/ydiff.c         dview->merged[DIFF_RIGHT] = !res;
res              2992 src/diffviewer/ydiff.c     return res;
res              3012 src/diffviewer/ydiff.c     gboolean res = TRUE;
res              3016 src/diffviewer/ydiff.c         return res;
res              3030 src/diffviewer/ydiff.c         res = FALSE;
res              3034 src/diffviewer/ydiff.c         res = TRUE;
res              3038 src/diffviewer/ydiff.c             res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~");
res              3040 src/diffviewer/ydiff.c             res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~");
res              3043 src/diffviewer/ydiff.c         res = TRUE;
res              3046 src/diffviewer/ydiff.c     return res;
res              3054 src/diffviewer/ydiff.c     cb_ret_t res = MSG_HANDLED;
res              3208 src/diffviewer/ydiff.c         res = MSG_NOT_HANDLED;
res              3210 src/diffviewer/ydiff.c     return res;
res              3488 src/editor/edit.c             int res;
res              3490 src/editor/edit.c             res = g_unichar_to_utf8 (char_for_insertion, (char *) str);
res              3491 src/editor/edit.c             if (res == 0)
res              3497 src/editor/edit.c                 str[res] = '\0';
res               215 src/editor/editbuffer.c     gunichar res;
res               232 src/editor/editbuffer.c     res = g_utf8_get_char_validated (str, -1);
res               233 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               242 src/editor/editbuffer.c         res = g_utf8_get_char_validated (utf8_buf, -1);
res               245 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               252 src/editor/editbuffer.c         ch = res;
res               281 src/editor/editbuffer.c     gunichar res;
res               302 src/editor/editbuffer.c     res = g_utf8_get_char_validated (str, -1);
res               303 src/editor/editbuffer.c     if (res == (gunichar) (-2) || res == (gunichar) (-1))
res               310 src/editor/editbuffer.c     return (int) res;
res               435 src/editor/editcmd.c     int res, save_lock = 0;
res               439 src/editor/editcmd.c     res = edit_save_file (edit, edit->filename_vpath);
res               442 src/editor/editcmd.c     if ((res > 0 && edit->locked) || save_lock)
res               446 src/editor/editcmd.c     if (res == 0)
res               449 src/editor/editcmd.c     if (res > 0)
res               376 src/editor/editmacros.c     gboolean res = FALSE;
res               400 src/editor/editmacros.c                     res = TRUE;
res               406 src/editor/editmacros.c     return res;
res               556 src/editor/editwidget.c             int res;
res               558 src/editor/editwidget.c             res = str_is_valid_char (edit->charbuf, edit->charpoint);
res               559 src/editor/editwidget.c             if (res < 0 && res != -2)
res               568 src/editor/editwidget.c                 if (res < 0)
res               585 src/editor/editwidget.c                 if (res < 0)
res               478 src/editor/spell.c     int res = 0;
res               481 src/editor/spell.c         res = mc_aspell_speller_check (global_speller->speller, word, word_size);
res               483 src/editor/spell.c     return (res == 1);
res               591 src/editor/spell.c             unsigned int res;
res               596 src/editor/spell.c             res = aspell_suggest (suggest, match_word->str, (int) word_len);
res               597 src/editor/spell.c             if (res != 0)
res               722 src/editor/spell.c     int res;
res               783 src/editor/spell.c     res = dlg_run (sug_dlg);
res               784 src/editor/spell.c     if (res == B_ENTER)
res               798 src/editor/spell.c     return res;
res               817 src/editor/spell.c     int res;
res               827 src/editor/spell.c     res = listbox_run (lang_list);
res               828 src/editor/spell.c     if (res >= 0)
res               829 src/editor/spell.c         selected_lang = g_ptr_array_index (languages, (unsigned int) res);
res               649 src/filemanager/file.c     int res;
res               670 src/filemanager/file.c         res = stat_func (tmp_vpath, &s);
res               671 src/filemanager/file.c         if (res == 0)
res              2235 src/filemanager/file.c     gboolean res = FALSE;
res              2252 src/filemanager/file.c             res = (S_ISDIR (st3.st_mode) != 0);
res              2259 src/filemanager/file.c     return res;
res              1125 src/filemanager/filemanager.c     cb_ret_t res = MSG_HANDLED;
res              1355 src/filemanager/filemanager.c         res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL);
res              1420 src/filemanager/filemanager.c         res = MSG_NOT_HANDLED;
res              1423 src/filemanager/filemanager.c     return res;
res              1157 src/filemanager/find.c                 FindProgressStatus res;
res              1159 src/filemanager/find.c                 res = check_find_events (h);
res              1160 src/filemanager/find.c                 switch (res)
res              1643 src/filemanager/hotlist.c     int res;
res              1657 src/filemanager/hotlist.c     res = dlg_run (hotlist_dlg);
res              1661 src/filemanager/hotlist.c     if (res == B_ENTER)
res              1535 src/filemanager/layout.c     int res = 0;
res              1540 src/filemanager/layout.c     res = gethostname (host, sizeof (host));
res              1541 src/filemanager/layout.c     if (res != 0)
res               834 src/filemanager/panel.c     filename_scroll_flag_t res = FILENAME_NOSCROLL;
res               883 src/filemanager/panel.c                         res = FILENAME_SCROLL_LEFT;
res               885 src/filemanager/panel.c                             res |= FILENAME_SCROLL_RIGHT;
res               934 src/filemanager/panel.c     return res;
res              3557 src/filemanager/panel.c     int res = MSG_HANDLED;
res              3669 src/filemanager/panel.c         res = force_maybe_cd (panel);
res              3678 src/filemanager/panel.c         res = move_left (panel);
res              3681 src/filemanager/panel.c         res = move_right (panel);
res              3734 src/filemanager/panel.c         res = MSG_NOT_HANDLED;
res              3738 src/filemanager/panel.c     return res;
res              5401 src/filemanager/panel.c     gboolean res;
res              5413 src/filemanager/panel.c     res = panel_do_cd (panel, _new_dir_vpath, exact);
res              5416 src/filemanager/panel.c     if (res)
res              5428 src/filemanager/panel.c     return res;
res              1001 src/filemanager/tree.c     cb_ret_t res = MSG_HANDLED;
res              1056 src/filemanager/tree.c         return res;
res              1058 src/filemanager/tree.c         res = MSG_NOT_HANDLED;
res              1063 src/filemanager/tree.c     return res;
res               169 src/filemanager/treestore.c     char *res, *p, *q;
res               171 src/filemanager/treestore.c     res = g_strdup (buffer);
res               173 src/filemanager/treestore.c     for (p = q = res; *p != '\0'; p++, q++)
res               178 src/filemanager/treestore.c             return res;
res               204 src/filemanager/treestore.c     return res;
res               983 src/usermenu.c     gboolean res = FALSE;
res              1146 src/usermenu.c         res = FALSE;
res              1176 src/usermenu.c             res = TRUE;
res              1186 src/usermenu.c     return res;
res               857 src/vfs/cpio/cpio.c     ssize_t res;
res               864 src/vfs/cpio/cpio.c     res = mc_read (fd, buffer, count);
res               865 src/vfs/cpio/cpio.c     if (res == -1)
res               868 src/vfs/cpio/cpio.c     file->pos += res;
res               869 src/vfs/cpio/cpio.c     return res;
res               309 src/vfs/extfs/extfs.c     struct vfs_s_entry *res;
res               314 src/vfs/extfs/extfs.c     res = extfs_find_entry_int (dir, name, NULL, flags);
res               315 src/vfs/extfs/extfs.c     if (res == NULL)
res               322 src/vfs/extfs/extfs.c     return res;
res               867 src/vfs/extfs/extfs.c     struct vfs_s_entry *res;
res               871 src/vfs/extfs/extfs.c     res = extfs_resolve_symlinks_int (entry, NULL);
res               872 src/vfs/extfs/extfs.c     if (res == NULL)
res               879 src/vfs/extfs/extfs.c     return res;
res               849 src/vfs/ftpfs/ftpfs.c     struct addrinfo hints, *res, *curr_res;
res               890 src/vfs/ftpfs/ftpfs.c     e = getaddrinfo (host, port, &hints, &res);
res               897 src/vfs/ftpfs/ftpfs.c         e = getaddrinfo (host, port, &hints, &res);
res               912 src/vfs/ftpfs/ftpfs.c     for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next)
res               924 src/vfs/ftpfs/ftpfs.c             freeaddrinfo (res);
res               940 src/vfs/ftpfs/ftpfs.c         else if (res->ai_next == NULL)
res               946 src/vfs/ftpfs/ftpfs.c         freeaddrinfo (res);
res               951 src/vfs/ftpfs/ftpfs.c     freeaddrinfo (res);
res              1215 src/vfs/ftpfs/ftpfs.c     int res;
res              1236 src/vfs/ftpfs/ftpfs.c     res =
res              1239 src/vfs/ftpfs/ftpfs.c     if (res != 0)
res              1245 src/vfs/ftpfs/ftpfs.c         if (res == EAI_SYSTEM)
res              1253 src/vfs/ftpfs/ftpfs.c             err_str = gai_strerror (res);
res              1285 src/vfs/ftpfs/ftpfs.c     res =
res              1289 src/vfs/ftpfs/ftpfs.c     return res;
res              1793 src/vfs/ftpfs/ftpfs.c     int res;
res              1853 src/vfs/ftpfs/ftpfs.c     while ((res = vfs_s_get_line_interruptible (me, lc_buffer, sizeof (lc_buffer), sock)) != 0)
res              1855 src/vfs/ftpfs/ftpfs.c         if (res == EINTR)
res               136 src/vfs/sftpfs/connection.c     struct addrinfo hints, *res = NULL, *curr_res;
res               166 src/vfs/sftpfs/connection.c     e = getaddrinfo (super->path_element->host, port, &hints, &res);
res               173 src/vfs/sftpfs/connection.c         e = getaddrinfo (super->path_element->host, port, &hints, &res);
res               184 src/vfs/sftpfs/connection.c     for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next)
res               235 src/vfs/sftpfs/connection.c         else if (res->ai_next == NULL)
res               246 src/vfs/sftpfs/connection.c     if (res != NULL)
res               247 src/vfs/sftpfs/connection.c         freeaddrinfo (res);
res               169 src/vfs/sftpfs/dir.c     int res;
res               181 src/vfs/sftpfs/dir.c         res =
res               183 src/vfs/sftpfs/dir.c         if (res >= 0)
res               186 src/vfs/sftpfs/dir.c         if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))
res               189 src/vfs/sftpfs/dir.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               191 src/vfs/sftpfs/dir.c     return res;
res               206 src/vfs/sftpfs/dir.c     int res;
res               218 src/vfs/sftpfs/dir.c         res = libssh2_sftp_rmdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len);
res               219 src/vfs/sftpfs/dir.c         if (res >= 0)
res               222 src/vfs/sftpfs/dir.c         if (!sftpfs_waitsocket (sftpfs_super, res, mcerror))
res               225 src/vfs/sftpfs/dir.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               227 src/vfs/sftpfs/dir.c     return res;
res               225 src/vfs/sftpfs/file.c     int res;
res               241 src/vfs/sftpfs/file.c         res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0);
res               242 src/vfs/sftpfs/file.c         if (res >= 0)
res               245 src/vfs/sftpfs/file.c         err = sftpfs_file__handle_error (sftpfs_super, res, mcerror);
res               249 src/vfs/sftpfs/file.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               122 src/vfs/sftpfs/internal.c     int res;
res               131 src/vfs/sftpfs/internal.c         res = libssh2_sftp_stat_ex ((*super)->sftp_session, fixfname->str, fixfname->len,
res               133 src/vfs/sftpfs/internal.c         if (res >= 0)
res               136 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED))
res               139 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               142 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (*super, res, mcerror))
res               145 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               147 src/vfs/sftpfs/internal.c     return res;
res               292 src/vfs/sftpfs/internal.c     int res;
res               294 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               295 src/vfs/sftpfs/internal.c     if (res >= 0)
res               298 src/vfs/sftpfs/internal.c         res = 0;
res               301 src/vfs/sftpfs/internal.c     return res;
res               320 src/vfs/sftpfs/internal.c     int res;
res               322 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
res               323 src/vfs/sftpfs/internal.c     if (res >= 0)
res               327 src/vfs/sftpfs/internal.c         res = 0;
res               330 src/vfs/sftpfs/internal.c     return res;
res               350 src/vfs/sftpfs/internal.c     int res;
res               359 src/vfs/sftpfs/internal.c         res =
res               362 src/vfs/sftpfs/internal.c         if (res >= 0)
res               365 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               368 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               370 src/vfs/sftpfs/internal.c     return res;
res               393 src/vfs/sftpfs/internal.c     int res;
res               407 src/vfs/sftpfs/internal.c         res =
res               410 src/vfs/sftpfs/internal.c         if (res >= 0)
res               413 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               419 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               443 src/vfs/sftpfs/internal.c     int res;
res               445 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               446 src/vfs/sftpfs/internal.c     if (res < 0)
res               447 src/vfs/sftpfs/internal.c         return res;
res               457 src/vfs/sftpfs/internal.c         res =
res               460 src/vfs/sftpfs/internal.c         if (res >= 0)
res               463 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               466 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
res               468 src/vfs/sftpfs/internal.c             res = 0;            /* need something like ftpfs_ignore_chattr_errors */
res               472 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               475 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               477 src/vfs/sftpfs/internal.c     return res;
res               497 src/vfs/sftpfs/internal.c     int res;
res               499 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
res               500 src/vfs/sftpfs/internal.c     if (res < 0)
res               501 src/vfs/sftpfs/internal.c         return res;
res               510 src/vfs/sftpfs/internal.c         res =
res               513 src/vfs/sftpfs/internal.c         if (res >= 0)
res               516 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE))
res               519 src/vfs/sftpfs/internal.c         if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE))
res               521 src/vfs/sftpfs/internal.c             res = 0;            /* need something like ftpfs_ignore_chattr_errors */
res               525 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               528 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               530 src/vfs/sftpfs/internal.c     return res;
res               548 src/vfs/sftpfs/internal.c     int res;
res               557 src/vfs/sftpfs/internal.c         res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len);
res               558 src/vfs/sftpfs/internal.c         if (res >= 0)
res               561 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               564 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               566 src/vfs/sftpfs/internal.c     return res;
res               589 src/vfs/sftpfs/internal.c     int res;
res               603 src/vfs/sftpfs/internal.c         res =
res               606 src/vfs/sftpfs/internal.c         if (res >= 0)
res               609 src/vfs/sftpfs/internal.c         if (!sftpfs_waitsocket (super, res, mcerror))
res               615 src/vfs/sftpfs/internal.c     while (res == LIBSSH2_ERROR_EAGAIN);
res               424 src/vfs/shell/shell.c     int res;
res               429 src/vfs/shell/shell.c     res = fork ();
res               431 src/vfs/shell/shell.c     if (res != 0)
res               433 src/vfs/shell/shell.c         if (res < 0)
res               443 src/vfs/shell/shell.c         res = dup2 (fileset1[0], STDIN_FILENO);
res               446 src/vfs/shell/shell.c         res = dup2 (fileset2[1], STDOUT_FILENO);
res               449 src/vfs/shell/shell.c         res = open ("/dev/null", O_WRONLY);
res               501 src/vfs/shell/shell.c             int res;
res               504 src/vfs/shell/shell.c             res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), shell_super->sockr);
res               505 src/vfs/shell/shell.c             if ((res == 0) || (res == EINTR))
res               939 src/vfs/shell/shell.c         int res;
res               941 src/vfs/shell/shell.c         res =
res               944 src/vfs/shell/shell.c         if ((res == 0) || (res == EINTR))
res              1136 src/vfs/tar/tar.c     ssize_t res;
res              1144 src/vfs/tar/tar.c         res = mc_read (fd, buffer, (size_t) remain);
res              1163 src/vfs/tar/tar.c         res = (ssize_t) remain;
res              1166 src/vfs/tar/tar.c     return res;
res              1179 src/vfs/tar/tar.c     off_t res;
res              1216 src/vfs/tar/tar.c     res = mc_lseek (fd, offset, SEEK_SET);
res              1218 src/vfs/tar/tar.c     if (res == offset)
res              1219 src/vfs/tar/tar.c         res = saved_offset;
res              1221 src/vfs/tar/tar.c     return res;
res              1233 src/vfs/tar/tar.c     ssize_t res;
res              1240 src/vfs/tar/tar.c         res = tar_read_sparse (file, buffer, count);
res              1250 src/vfs/tar/tar.c         res = mc_read (fd, buffer, count);
res              1253 src/vfs/tar/tar.c     if (res == -1)
res              1256 src/vfs/tar/tar.c     file->pos += res;
res              1257 src/vfs/tar/tar.c     return res;
res               400 src/viewer/actions_cmd.c     int res = MSG_HANDLED;
res               559 src/viewer/actions_cmd.c         res = MSG_NOT_HANDLED;
res               561 src/viewer/actions_cmd.c     return res;
res               155 src/viewer/datasource.c     int res;
res               180 src/viewer/datasource.c     res = g_utf8_get_char_validated (str, -1);
res               182 src/viewer/datasource.c     if (res < 0)
res               189 src/viewer/datasource.c             if (mcview_get_byte (view, byte_index + i, &res))
res               190 src/viewer/datasource.c                 utf8buf[i] = res;
res               199 src/viewer/datasource.c         res = g_utf8_get_char_validated (str, -1);
res               202 src/viewer/datasource.c     if (res < 0)
res               212 src/viewer/datasource.c         *ch = res;
res               287 src/viewer/datasource.c     ssize_t res;
res               305 src/viewer/datasource.c         res =
res               308 src/viewer/datasource.c         if (res == -1)
res               310 src/viewer/datasource.c         if (res == 0)
res               312 src/viewer/datasource.c         bytes_read += (size_t) res;
res               163 src/viewer/dialogs.c     gboolean res;
res               202 src/viewer/dialogs.c     res = (qd_result != B_CANCEL && exp[0] != '\0');
res               203 src/viewer/dialogs.c     if (res)
res               260 src/viewer/dialogs.c     return res;
res               195 src/viewer/hex.c                     int res;
res               200 src/viewer/hex.c                         if (mcview_get_byte (view, from + j, &res))
res               201 src/viewer/hex.c                             utf8buf[j] = res;