res 449 lib/charsets.c int res; res 451 lib/charsets.c res = g_unichar_to_utf8 (input_char, (char *) str); res 452 lib/charsets.c if (res == 0) res 455 lib/charsets.c str[res] = '\0'; res 489 lib/charsets.c int res; res 491 lib/charsets.c res = g_utf8_get_char_validated ((char *) buf_ch, -1); res 492 lib/charsets.c ch = res >= 0 ? res : buf_ch[0]; res 449 lib/keybind.c name_keymap_t *res; res 453 lib/keybind.c res = bsearch (&key, command_names, num_command_names, res 456 lib/keybind.c return (res != NULL) ? res->val : CK_IgnoreKey; res 194 lib/search/glob.c GString *repl, *res; res 197 lib/search/glob.c res = mc_search_regex_prepare_replace_str (lc_mc_search, repl); res 200 lib/search/glob.c return res; res 124 lib/skin/colors-old.c mc_skin_colors_old_t *res; res 129 lib/skin/colors-old.c res = (mc_skin_colors_old_t *) bsearch (&oc, old_colors, num_old_colors, res 132 lib/skin/colors-old.c if (res == NULL) res 136 lib/skin/colors-old.c *group = res->group; res 138 lib/skin/colors-old.c *key = res->key; res 1265 lib/tty/key.c const key_code_name_t **res; res 1275 lib/tty/key.c res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size, res 1278 lib/tty/key.c if (res != NULL) res 1280 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); res 1281 lib/tty/key.c return (*res)->code; res 1298 lib/tty/key.c const key_code_name_t **res; res 1302 lib/tty/key.c res = bsearch (&keyp, key_conv_tab_sorted, key_conv_tab_size, res 1305 lib/tty/key.c if (res != NULL) res 1307 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); res 176 lib/tty/tty-ncurses.c int res; res 212 lib/tty/tty-ncurses.c for (res = 0; lines_codes[res].line; res++) res 214 lib/tty/tty-ncurses.c if (strcmp (ch, lines_codes[res].line) == 0) res 215 lib/tty/tty-ncurses.c return lines_codes[res].line_code; res 219 lib/tty/tty-ncurses.c res = g_utf8_get_char_validated (str2, -1); res 221 lib/tty/tty-ncurses.c if (res < 0) res 222 lib/tty/tty-ncurses.c res = (unsigned char) str2[0]; res 225 lib/tty/tty-ncurses.c return res; res 631 lib/tty/tty-ncurses.c int res; res 634 lib/tty/tty-ncurses.c res = g_unichar_to_utf8 (c, (char *) str); res 635 lib/tty/tty-ncurses.c if (res == 0) res 645 lib/tty/tty-ncurses.c str[res] = '\0'; res 230 lib/tty/tty-slang.c int res; res 255 lib/tty/tty-slang.c for (res = 0; lines_codes[res].line; res++) res 257 lib/tty/tty-slang.c if (strcmp (str, lines_codes[res].line) == 0) res 258 lib/tty/tty-slang.c return lines_codes[res].line_code; res 262 lib/tty/tty-slang.c res = g_utf8_get_char_validated (str2, -1); res 264 lib/tty/tty-slang.c if (res < 0) res 265 lib/tty/tty-slang.c res = (unsigned char) str2[0]; res 268 lib/tty/tty-slang.c return res; res 713 lib/tty/tty-slang.c int res; res 715 lib/tty/tty-slang.c res = g_unichar_to_utf8 (c, str); res 716 lib/tty/tty-slang.c if (res == 0) res 723 lib/tty/tty-slang.c str[res] = '\0'; res 570 lib/utilunix.c int res; res 599 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); res 600 lib/utilunix.c if (res < 0 && errno != EINTR) res 675 lib/utilunix.c int res; res 678 lib/utilunix.c res = close (p->out.fd); res 680 lib/utilunix.c res = close (p->err.fd); res 686 lib/utilunix.c res = waitpid (p->child_pid, &status, 0); res 688 lib/utilunix.c while (res < 0 && errno == EINTR); res 690 lib/utilunix.c if (res < 0) res 109 lib/vfs/direntry.c struct vfs_s_entry *res; res 116 lib/vfs/direntry.c res = vfs_s_generate_entry (me, path, dir, (flags & FL_MKDIR) != 0 ? (0777 | S_IFDIR) : 0777); res 117 lib/vfs/direntry.c vfs_s_insert_entry (me, dir, res); res 122 lib/vfs/direntry.c return res; res 661 lib/vfs/direntry.c int res = 0; res 673 lib/vfs/direntry.c res = sub->fh_close (me, fh); res 681 lib/vfs/direntry.c res = -1; res 684 lib/vfs/direntry.c res = sub->file_store (me, fh, s, file->ino->localname); res 699 lib/vfs/direntry.c return res; res 1672 lib/vfs/direntry.c int res = 0; res 1686 lib/vfs/direntry.c res = EINTR; res 1697 lib/vfs/direntry.c res = 1; res 1707 lib/vfs/direntry.c return res; res 299 lib/widget/input.c int res; res 314 lib/widget/input.c res = str_is_valid_char (in->charbuf, in->charpoint); res 315 lib/widget/input.c if (res < 0) res 317 lib/widget/input.c if (res != -2) res 686 lib/widget/input.c cb_ret_t res = MSG_HANDLED; res 812 lib/widget/input.c res = MSG_NOT_HANDLED; res 830 lib/widget/input.c return res; res 41 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \ res 57 lib/widget/quick.h .result = res \ res 62 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \ res 78 lib/widget/quick.h .result = res \ res 1984 src/diffviewer/ydiff.c int res = 0; res 1998 src/diffviewer/ydiff.c res = DIFF_DEL; res 2001 src/diffviewer/ydiff.c res = DIFF_ADD; res 2004 src/diffviewer/ydiff.c res = DIFF_CHG; res 2030 src/diffviewer/ydiff.c return res; res 2249 src/diffviewer/ydiff.c int res; res 2251 src/diffviewer/ydiff.c res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]); res 2252 src/diffviewer/ydiff.c (void) res; res 2989 src/diffviewer/ydiff.c gboolean res = TRUE; res 2993 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); res 2994 src/diffviewer/ydiff.c dview->merged[DIFF_LEFT] = !res; res 2998 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); res 2999 src/diffviewer/ydiff.c dview->merged[DIFF_RIGHT] = !res; res 3001 src/diffviewer/ydiff.c return res; res 3082 src/diffviewer/ydiff.c gboolean res = TRUE; res 3086 src/diffviewer/ydiff.c return res; res 3100 src/diffviewer/ydiff.c res = FALSE; res 3104 src/diffviewer/ydiff.c res = TRUE; res 3108 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); res 3110 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); res 3113 src/diffviewer/ydiff.c res = TRUE; res 3116 src/diffviewer/ydiff.c return res; res 3124 src/diffviewer/ydiff.c cb_ret_t res = MSG_HANDLED; res 3278 src/diffviewer/ydiff.c res = MSG_NOT_HANDLED; res 3280 src/diffviewer/ydiff.c return res; res 3372 src/editor/edit.c int res; res 3374 src/editor/edit.c res = g_unichar_to_utf8 (char_for_insertion, (char *) str); res 3375 src/editor/edit.c if (res == 0) res 3382 src/editor/edit.c str[res] = '\0'; res 219 src/editor/editbuffer.c gunichar res; res 236 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1); res 237 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 246 src/editor/editbuffer.c res = g_utf8_get_char_validated (utf8_buf, -1); res 249 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 256 src/editor/editbuffer.c ch = res; res 285 src/editor/editbuffer.c gunichar res; res 306 src/editor/editbuffer.c res = g_utf8_get_char_validated (str, -1); res 307 src/editor/editbuffer.c if (res == (gunichar) (-2) || res == (gunichar) (-1)) res 314 src/editor/editbuffer.c return (int) res; res 439 src/editor/editcmd.c int res, save_lock = 0; res 443 src/editor/editcmd.c res = edit_save_file (edit, edit->filename_vpath); res 446 src/editor/editcmd.c if ((res > 0 && edit->locked) || save_lock) res 450 src/editor/editcmd.c if (res == 0) res 453 src/editor/editcmd.c if (res > 0) res 373 src/editor/editmacros.c gboolean res = FALSE; res 397 src/editor/editmacros.c res = TRUE; res 403 src/editor/editmacros.c return res; res 548 src/editor/editwidget.c int res; res 550 src/editor/editwidget.c res = str_is_valid_char (edit->charbuf, edit->charpoint); res 551 src/editor/editwidget.c if (res < 0 && res != -2) res 560 src/editor/editwidget.c if (res < 0) res 577 src/editor/editwidget.c if (res < 0) res 491 src/editor/spell.c int res = 0; res 494 src/editor/spell.c res = mc_aspell_speller_check (global_speller->speller, word, word_size); res 496 src/editor/spell.c return (res == 1); res 602 src/editor/spell.c unsigned int res; res 607 src/editor/spell.c res = aspell_suggest (suggest, match_word->str, (int) word_len); res 608 src/editor/spell.c if (res != 0) res 739 src/editor/spell.c int res; res 800 src/editor/spell.c res = dlg_run (sug_dlg); res 801 src/editor/spell.c if (res == B_ENTER) res 815 src/editor/spell.c return res; res 834 src/editor/spell.c int res; res 844 src/editor/spell.c res = run_listbox (lang_list); res 845 src/editor/spell.c if (res >= 0) res 846 src/editor/spell.c selected_lang = g_strdup (g_array_index (languages, char *, (unsigned int) res)); res 636 src/filemanager/file.c int res; res 657 src/filemanager/file.c res = stat_func (tmp_vpath, &s); res 658 src/filemanager/file.c if (res == 0) res 2182 src/filemanager/file.c gboolean res = FALSE; res 2199 src/filemanager/file.c res = (S_ISDIR (st3.st_mode) != 0); res 2206 src/filemanager/file.c return res; res 1131 src/filemanager/filemanager.c cb_ret_t res = MSG_HANDLED; res 1361 src/filemanager/filemanager.c res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL); res 1426 src/filemanager/filemanager.c res = MSG_NOT_HANDLED; res 1429 src/filemanager/filemanager.c return res; res 1154 src/filemanager/find.c FindProgressStatus res; res 1156 src/filemanager/find.c res = check_find_events (h); res 1157 src/filemanager/find.c switch (res) res 1638 src/filemanager/hotlist.c int res; res 1652 src/filemanager/hotlist.c res = dlg_run (hotlist_dlg); res 1656 src/filemanager/hotlist.c if (res == B_ENTER) res 1537 src/filemanager/layout.c int res = 0; res 1542 src/filemanager/layout.c res = gethostname (host, sizeof (host)); res 1543 src/filemanager/layout.c if (res != 0) res 802 src/filemanager/panel.c filename_scroll_flag_t res = FILENAME_NOSCROLL; res 851 src/filemanager/panel.c res = FILENAME_SCROLL_LEFT; res 853 src/filemanager/panel.c res |= FILENAME_SCROLL_RIGHT; res 902 src/filemanager/panel.c return res; res 3476 src/filemanager/panel.c int res = MSG_HANDLED; res 3588 src/filemanager/panel.c res = force_maybe_cd (panel); res 3597 src/filemanager/panel.c res = move_left (panel); res 3600 src/filemanager/panel.c res = move_right (panel); res 3653 src/filemanager/panel.c res = MSG_NOT_HANDLED; res 3657 src/filemanager/panel.c return res; res 5137 src/filemanager/panel.c gboolean res; res 5149 src/filemanager/panel.c res = panel_do_cd (panel, _new_dir_vpath, exact); res 5152 src/filemanager/panel.c if (res) res 5164 src/filemanager/panel.c return res; res 994 src/filemanager/tree.c cb_ret_t res = MSG_HANDLED; res 1052 src/filemanager/tree.c return res; res 1054 src/filemanager/tree.c res = MSG_NOT_HANDLED; res 1059 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 959 src/usermenu.c gboolean res = FALSE; res 1122 src/usermenu.c res = FALSE; res 1152 src/usermenu.c res = TRUE; res 1162 src/usermenu.c return res; res 858 src/vfs/cpio/cpio.c ssize_t res; res 865 src/vfs/cpio/cpio.c res = mc_read (fd, buffer, count); res 866 src/vfs/cpio/cpio.c if (res == -1) res 869 src/vfs/cpio/cpio.c file->pos += res; res 870 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 874 src/vfs/extfs/extfs.c struct vfs_s_entry *res; res 878 src/vfs/extfs/extfs.c res = extfs_resolve_symlinks_int (entry, NULL); res 879 src/vfs/extfs/extfs.c if (res == NULL) res 886 src/vfs/extfs/extfs.c return res; res 413 src/vfs/fish/fish.c int res; res 418 src/vfs/fish/fish.c res = fork (); res 420 src/vfs/fish/fish.c if (res != 0) res 422 src/vfs/fish/fish.c if (res < 0) res 432 src/vfs/fish/fish.c res = dup2 (fileset1[0], STDIN_FILENO); res 435 src/vfs/fish/fish.c res = dup2 (fileset2[1], STDOUT_FILENO); res 438 src/vfs/fish/fish.c res = open ("/dev/null", O_WRONLY); res 490 src/vfs/fish/fish.c int res; res 493 src/vfs/fish/fish.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), fish_super->sockr); res 494 src/vfs/fish/fish.c if ((res == 0) || (res == EINTR)) res 779 src/vfs/fish/fish.c int res; res 781 src/vfs/fish/fish.c res = vfs_s_get_line_interruptible (me, buffer, sizeof (buffer), FISH_SUPER (super)->sockr); res 783 src/vfs/fish/fish.c if ((res == 0) || (res == EINTR)) res 851 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res; res 892 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); res 899 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); res 914 src/vfs/ftpfs/ftpfs.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) res 926 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 942 src/vfs/ftpfs/ftpfs.c else if (res->ai_next == NULL) res 948 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 953 src/vfs/ftpfs/ftpfs.c freeaddrinfo (res); res 1220 src/vfs/ftpfs/ftpfs.c int res; res 1273 src/vfs/ftpfs/ftpfs.c res = res 1277 src/vfs/ftpfs/ftpfs.c return res; res 1776 src/vfs/ftpfs/ftpfs.c int res; res 1836 src/vfs/ftpfs/ftpfs.c while ((res = vfs_s_get_line_interruptible (me, lc_buffer, sizeof (lc_buffer), sock)) != 0) res 1838 src/vfs/ftpfs/ftpfs.c if (res == EINTR) res 103 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res; res 133 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); res 140 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); res 151 src/vfs/sftpfs/connection.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) res 202 src/vfs/sftpfs/connection.c else if (res->ai_next == NULL) res 213 src/vfs/sftpfs/connection.c if (res != NULL) res 214 src/vfs/sftpfs/connection.c freeaddrinfo (res); res 176 src/vfs/sftpfs/dir.c int res; res 200 src/vfs/sftpfs/dir.c res = res 202 src/vfs/sftpfs/dir.c if (res >= 0) res 205 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror)) res 208 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN); res 210 src/vfs/sftpfs/dir.c return res; res 225 src/vfs/sftpfs/dir.c int res; res 249 src/vfs/sftpfs/dir.c res = libssh2_sftp_rmdir_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len); res 250 src/vfs/sftpfs/dir.c if (res >= 0) res 253 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, res, mcerror)) res 256 src/vfs/sftpfs/dir.c while (res == LIBSSH2_ERROR_EAGAIN); res 258 src/vfs/sftpfs/dir.c return res; res 222 src/vfs/sftpfs/file.c int res; res 238 src/vfs/sftpfs/file.c res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0); res 239 src/vfs/sftpfs/file.c if (res >= 0) res 242 src/vfs/sftpfs/file.c err = sftpfs_file__handle_error (sftpfs_super, res, mcerror); res 246 src/vfs/sftpfs/file.c while (res == LIBSSH2_ERROR_EAGAIN); res 146 src/vfs/sftpfs/internal.c int res; res 155 src/vfs/sftpfs/internal.c res = libssh2_sftp_stat_ex ((*super)->sftp_session, fixfname->str, fixfname->len, res 157 src/vfs/sftpfs/internal.c if (res >= 0) res 160 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_PERMISSION_DENIED)) res 163 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error ((*super)->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE)) res 166 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (*super, res, mcerror)) res 169 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 171 src/vfs/sftpfs/internal.c return res; res 291 src/vfs/sftpfs/internal.c int res; res 293 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); res 294 src/vfs/sftpfs/internal.c if (res >= 0) res 297 src/vfs/sftpfs/internal.c res = 0; res 300 src/vfs/sftpfs/internal.c return res; res 319 src/vfs/sftpfs/internal.c int res; res 321 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs); res 322 src/vfs/sftpfs/internal.c if (res >= 0) res 326 src/vfs/sftpfs/internal.c res = 0; res 329 src/vfs/sftpfs/internal.c return res; res 349 src/vfs/sftpfs/internal.c int res; res 358 src/vfs/sftpfs/internal.c res = res 361 src/vfs/sftpfs/internal.c if (res >= 0) res 364 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 367 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 369 src/vfs/sftpfs/internal.c return res; res 393 src/vfs/sftpfs/internal.c int res; res 408 src/vfs/sftpfs/internal.c res = res 411 src/vfs/sftpfs/internal.c if (res >= 0) res 414 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 420 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 444 src/vfs/sftpfs/internal.c int res; res 446 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); res 447 src/vfs/sftpfs/internal.c if (res < 0) res 448 src/vfs/sftpfs/internal.c return res; res 458 src/vfs/sftpfs/internal.c res = res 461 src/vfs/sftpfs/internal.c if (res >= 0) res 464 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE)) res 467 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE)) res 469 src/vfs/sftpfs/internal.c res = 0; /* need something like ftpfs_ignore_chattr_errors */ res 473 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 476 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 478 src/vfs/sftpfs/internal.c return res; res 498 src/vfs/sftpfs/internal.c int res; res 500 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); res 501 src/vfs/sftpfs/internal.c if (res < 0) res 502 src/vfs/sftpfs/internal.c return res; res 511 src/vfs/sftpfs/internal.c res = res 514 src/vfs/sftpfs/internal.c if (res >= 0) res 517 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_NO_SUCH_FILE)) res 520 src/vfs/sftpfs/internal.c if (sftpfs_is_sftp_error (super->sftp_session, res, LIBSSH2_FX_FAILURE)) res 522 src/vfs/sftpfs/internal.c res = 0; /* need something like ftpfs_ignore_chattr_errors */ res 526 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 529 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 531 src/vfs/sftpfs/internal.c return res; res 549 src/vfs/sftpfs/internal.c int res; res 558 src/vfs/sftpfs/internal.c res = libssh2_sftp_unlink_ex (super->sftp_session, fixfname->str, fixfname->len); res 559 src/vfs/sftpfs/internal.c if (res >= 0) res 562 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 565 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 567 src/vfs/sftpfs/internal.c return res; res 590 src/vfs/sftpfs/internal.c int res; res 605 src/vfs/sftpfs/internal.c res = res 608 src/vfs/sftpfs/internal.c if (res >= 0) res 611 src/vfs/sftpfs/internal.c if (!sftpfs_waitsocket (super, res, mcerror)) res 617 src/vfs/sftpfs/internal.c while (res == LIBSSH2_ERROR_EAGAIN); res 962 src/vfs/tar/tar.c ssize_t res; res 969 src/vfs/tar/tar.c res = mc_read (fd, buffer, count); res 970 src/vfs/tar/tar.c if (res == -1) res 973 src/vfs/tar/tar.c file->pos += res; res 974 src/vfs/tar/tar.c return res; res 403 src/viewer/actions_cmd.c int res = MSG_HANDLED; res 568 src/viewer/actions_cmd.c res = MSG_NOT_HANDLED; res 570 src/viewer/actions_cmd.c return res; res 153 src/viewer/datasource.c int res; res 178 src/viewer/datasource.c res = g_utf8_get_char_validated (str, -1); res 180 src/viewer/datasource.c if (res < 0) res 187 src/viewer/datasource.c if (mcview_get_byte (view, byte_index + i, &res)) res 188 src/viewer/datasource.c utf8buf[i] = res; res 197 src/viewer/datasource.c res = g_utf8_get_char_validated (str, -1); res 200 src/viewer/datasource.c if (res < 0) res 210 src/viewer/datasource.c *ch = res; res 285 src/viewer/datasource.c ssize_t res; res 303 src/viewer/datasource.c res = res 306 src/viewer/datasource.c if (res == -1) res 308 src/viewer/datasource.c if (res == 0) res 310 src/viewer/datasource.c bytes_read += (size_t) res; res 159 src/viewer/dialogs.c gboolean res; res 197 src/viewer/dialogs.c res = (qd_result != B_CANCEL && exp != NULL && exp[0] != '\0'); res 198 src/viewer/dialogs.c if (res) res 255 src/viewer/dialogs.c return res; res 196 src/viewer/hex.c int res; res 201 src/viewer/hex.c if (mcview_get_byte (view, from + j, &res)) res 202 src/viewer/hex.c utf8buf[j] = res;