result            271 lib/charsets.c     gboolean result = FALSE;
result            279 lib/charsets.c         result |= (g_ascii_strncasecmp (encoding, id, strlen (id)) == 0);
result            282 lib/charsets.c     return result;
result            129 lib/search.h           gboolean result;
result            213 lib/search/search.c         return lc_mc_search->prepared.result;
result            254 lib/search/search.c     lc_mc_search->prepared.result = (lc_mc_search->error == MC_SEARCH_E_OK);
result            256 lib/search/search.c     return lc_mc_search->prepared.result;
result            214 lib/strutil/filevercmp.c     int result;
result            260 lib/strutil/filevercmp.c     result = verrevcmp (a, aprefixlen, b, bprefixlen);
result            264 lib/strutil/filevercmp.c     return (result != 0 || one_pass_only ? result : verrevcmp (a, alen, b, blen));
result            233 lib/strutil/strutil.c     int result = 0;
result            241 lib/strutil/strutil.c                 result++;
result            244 lib/strutil/strutil.c     return result;
result            317 lib/strutil/strutil.c     estr_t result = ESTR_SUCCESS;
result            322 lib/strutil/strutil.c         result = _str_convert (coder, string, -1, buffer);
result            324 lib/strutil/strutil.c     return result;
result            277 lib/strutil/strutil8bit.c     estr_t result = ESTR_SUCCESS;
result            282 lib/strutil/strutil8bit.c         result = str_nconvert (coder, string, size, buffer);
result            284 lib/strutil/strutil8bit.c     return result;
result            292 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            298 lib/strutil/strutil8bit.c     actual = result;
result            299 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            306 lib/strutil/strutil8bit.c     return result;
result            314 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            322 lib/strutil/strutil8bit.c     actual = result;
result            323 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            392 lib/strutil/strutil8bit.c     if (actual >= result + sizeof (result))
result            393 lib/strutil/strutil8bit.c         actual = result + sizeof (result) - 1;
result            395 lib/strutil/strutil8bit.c     return result;
result            403 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            409 lib/strutil/strutil8bit.c     actual = result;
result            410 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            438 lib/strutil/strutil8bit.c     return result;
result            471 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            476 lib/strutil/strutil8bit.c     actual = result;
result            477 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            493 lib/strutil/strutil8bit.c     return result;
result            501 lib/strutil/strutil8bit.c     static char result[MC_MAXPATHLEN];
result            507 lib/strutil/strutil8bit.c     actual = result;
result            508 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            534 lib/strutil/strutil8bit.c     return result;
result            746 lib/strutil/strutil8bit.c     int result;
result            748 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            749 lib/strutil/strutil8bit.c          && text[result] == prefix[result]; result++);
result            751 lib/strutil/strutil8bit.c     return result;
result            759 lib/strutil/strutil8bit.c     int result;
result            761 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            762 lib/strutil/strutil8bit.c          && char_toupper (text[result]) == char_toupper (prefix[result]); result++);
result            764 lib/strutil/strutil8bit.c     return result;
result            807 lib/strutil/strutil8bit.c     struct str_class result;
result            809 lib/strutil/strutil8bit.c     result.conv_gerror_message = str_8bit_conv_gerror_message;
result            810 lib/strutil/strutil8bit.c     result.vfs_convert_to = str_8bit_vfs_convert_to;
result            811 lib/strutil/strutil8bit.c     result.insert_replace_char = str_8bit_insert_replace_char;
result            812 lib/strutil/strutil8bit.c     result.is_valid_string = str_8bit_is_valid_string;
result            813 lib/strutil/strutil8bit.c     result.is_valid_char = str_8bit_is_valid_char;
result            814 lib/strutil/strutil8bit.c     result.cnext_char = str_8bit_cnext_char;
result            815 lib/strutil/strutil8bit.c     result.cprev_char = str_8bit_cprev_char;
result            816 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
result            817 lib/strutil/strutil8bit.c     result.cprev_char_safe = str_8bit_cprev_char;
result            818 lib/strutil/strutil8bit.c     result.cnext_noncomb_char = str_8bit_cnext_noncomb_char;
result            819 lib/strutil/strutil8bit.c     result.cprev_noncomb_char = str_8bit_cprev_noncomb_char;
result            820 lib/strutil/strutil8bit.c     result.char_isspace = str_8bit_isspace;
result            821 lib/strutil/strutil8bit.c     result.char_ispunct = str_8bit_ispunct;
result            822 lib/strutil/strutil8bit.c     result.char_isalnum = str_8bit_isalnum;
result            823 lib/strutil/strutil8bit.c     result.char_isdigit = str_8bit_isdigit;
result            824 lib/strutil/strutil8bit.c     result.char_isprint = str_8bit_isprint;
result            825 lib/strutil/strutil8bit.c     result.char_iscombiningmark = str_8bit_iscombiningmark;
result            826 lib/strutil/strutil8bit.c     result.char_toupper = str_8bit_toupper;
result            827 lib/strutil/strutil8bit.c     result.char_tolower = str_8bit_tolower;
result            828 lib/strutil/strutil8bit.c     result.length = str_8bit_length;
result            829 lib/strutil/strutil8bit.c     result.length2 = str_8bit_length2;
result            830 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
result            831 lib/strutil/strutil8bit.c     result.fix_string = str_8bit_fix_string;
result            832 lib/strutil/strutil8bit.c     result.term_form = str_8bit_term_form;
result            833 lib/strutil/strutil8bit.c     result.fit_to_term = str_8bit_fit_to_term;
result            834 lib/strutil/strutil8bit.c     result.term_trim = str_8bit_term_trim;
result            835 lib/strutil/strutil8bit.c     result.term_width2 = str_8bit_term_width2;
result            836 lib/strutil/strutil8bit.c     result.term_width1 = str_8bit_term_width1;
result            837 lib/strutil/strutil8bit.c     result.term_char_width = str_8bit_term_char_width;
result            838 lib/strutil/strutil8bit.c     result.term_substring = str_8bit_term_substring;
result            839 lib/strutil/strutil8bit.c     result.trunc = str_8bit_trunc;
result            840 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
result            841 lib/strutil/strutil8bit.c     result.column_to_pos = str_8bit_column_to_pos;
result            842 lib/strutil/strutil8bit.c     result.create_search_needle = str_8bit_create_search_needle;
result            843 lib/strutil/strutil8bit.c     result.release_search_needle = str_8bit_release_search_needle;
result            844 lib/strutil/strutil8bit.c     result.search_first = str_8bit_search_first;
result            845 lib/strutil/strutil8bit.c     result.search_last = str_8bit_search_last;
result            846 lib/strutil/strutil8bit.c     result.compare = str_8bit_compare;
result            847 lib/strutil/strutil8bit.c     result.ncompare = str_8bit_ncompare;
result            848 lib/strutil/strutil8bit.c     result.casecmp = str_8bit_casecmp;
result            849 lib/strutil/strutil8bit.c     result.ncasecmp = str_8bit_ncasecmp;
result            850 lib/strutil/strutil8bit.c     result.prefix = str_8bit_prefix;
result            851 lib/strutil/strutil8bit.c     result.caseprefix = str_8bit_caseprefix;
result            852 lib/strutil/strutil8bit.c     result.create_key = str_8bit_create_key;
result            853 lib/strutil/strutil8bit.c     result.create_key_for_filename = str_8bit_create_key;
result            854 lib/strutil/strutil8bit.c     result.key_collate = str_8bit_key_collate;
result            855 lib/strutil/strutil8bit.c     result.release_key = str_8bit_release_key;
result            857 lib/strutil/strutil8bit.c     return result;
result            239 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            245 lib/strutil/strutilascii.c     actual = result;
result            246 lib/strutil/strutilascii.c     remain = sizeof (result);
result            257 lib/strutil/strutilascii.c     return result;
result            265 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            273 lib/strutil/strutilascii.c     actual = result;
result            274 lib/strutil/strutilascii.c     remain = sizeof (result);
result            364 lib/strutil/strutilascii.c     if (actual >= result + sizeof (result))
result            365 lib/strutil/strutilascii.c         actual = result + sizeof (result) - 1;
result            367 lib/strutil/strutilascii.c     return result;
result            375 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            381 lib/strutil/strutilascii.c     actual = result;
result            382 lib/strutil/strutilascii.c     remain = sizeof (result);
result            418 lib/strutil/strutilascii.c     return result;
result            451 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            456 lib/strutil/strutilascii.c     actual = result;
result            457 lib/strutil/strutilascii.c     remain = sizeof (result);
result            478 lib/strutil/strutilascii.c     return result;
result            486 lib/strutil/strutilascii.c     static char result[MC_MAXPATHLEN];
result            492 lib/strutil/strutilascii.c     actual = result;
result            493 lib/strutil/strutilascii.c     remain = sizeof (result);
result            532 lib/strutil/strutilascii.c     return result;
result            704 lib/strutil/strutilascii.c     int result;
result            706 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            707 lib/strutil/strutilascii.c          && text[result] == prefix[result]; result++);
result            709 lib/strutil/strutilascii.c     return result;
result            717 lib/strutil/strutilascii.c     int result;
result            719 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            720 lib/strutil/strutilascii.c          && g_ascii_toupper (text[result]) == g_ascii_toupper (prefix[result]); result++);
result            722 lib/strutil/strutilascii.c     return result;
result            732 lib/strutil/strutilascii.c     struct str_class result;
result            734 lib/strutil/strutilascii.c     result.conv_gerror_message = str_ascii_conv_gerror_message;
result            735 lib/strutil/strutilascii.c     result.vfs_convert_to = str_ascii_vfs_convert_to;
result            736 lib/strutil/strutilascii.c     result.insert_replace_char = str_ascii_insert_replace_char;
result            737 lib/strutil/strutilascii.c     result.is_valid_string = str_ascii_is_valid_string;
result            738 lib/strutil/strutilascii.c     result.is_valid_char = str_ascii_is_valid_char;
result            739 lib/strutil/strutilascii.c     result.cnext_char = str_ascii_cnext_char;
result            740 lib/strutil/strutilascii.c     result.cprev_char = str_ascii_cprev_char;
result            741 lib/strutil/strutilascii.c     result.cnext_char_safe = str_ascii_cnext_char;
result            742 lib/strutil/strutilascii.c     result.cprev_char_safe = str_ascii_cprev_char;
result            743 lib/strutil/strutilascii.c     result.cnext_noncomb_char = str_ascii_cnext_noncomb_char;
result            744 lib/strutil/strutilascii.c     result.cprev_noncomb_char = str_ascii_cprev_noncomb_char;
result            745 lib/strutil/strutilascii.c     result.char_isspace = str_ascii_isspace;
result            746 lib/strutil/strutilascii.c     result.char_ispunct = str_ascii_ispunct;
result            747 lib/strutil/strutilascii.c     result.char_isalnum = str_ascii_isalnum;
result            748 lib/strutil/strutilascii.c     result.char_isdigit = str_ascii_isdigit;
result            749 lib/strutil/strutilascii.c     result.char_isprint = str_ascii_isprint;
result            750 lib/strutil/strutilascii.c     result.char_iscombiningmark = str_ascii_iscombiningmark;
result            751 lib/strutil/strutilascii.c     result.char_toupper = str_ascii_toupper;
result            752 lib/strutil/strutilascii.c     result.char_tolower = str_ascii_tolower;
result            753 lib/strutil/strutilascii.c     result.length = str_ascii_length;
result            754 lib/strutil/strutilascii.c     result.length2 = str_ascii_length2;
result            755 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
result            756 lib/strutil/strutilascii.c     result.fix_string = str_ascii_fix_string;
result            757 lib/strutil/strutilascii.c     result.term_form = str_ascii_term_form;
result            758 lib/strutil/strutilascii.c     result.fit_to_term = str_ascii_fit_to_term;
result            759 lib/strutil/strutilascii.c     result.term_trim = str_ascii_term_trim;
result            760 lib/strutil/strutilascii.c     result.term_width2 = str_ascii_term_width2;
result            761 lib/strutil/strutilascii.c     result.term_width1 = str_ascii_term_width1;
result            762 lib/strutil/strutilascii.c     result.term_char_width = str_ascii_term_char_width;
result            763 lib/strutil/strutilascii.c     result.term_substring = str_ascii_term_substring;
result            764 lib/strutil/strutilascii.c     result.trunc = str_ascii_trunc;
result            765 lib/strutil/strutilascii.c     result.offset_to_pos = str_ascii_offset_to_pos;
result            766 lib/strutil/strutilascii.c     result.column_to_pos = str_ascii_column_to_pos;
result            767 lib/strutil/strutilascii.c     result.create_search_needle = str_ascii_create_search_needle;
result            768 lib/strutil/strutilascii.c     result.release_search_needle = str_ascii_release_search_needle;
result            769 lib/strutil/strutilascii.c     result.search_first = str_ascii_search_first;
result            770 lib/strutil/strutilascii.c     result.search_last = str_ascii_search_last;
result            771 lib/strutil/strutilascii.c     result.compare = str_ascii_compare;
result            772 lib/strutil/strutilascii.c     result.ncompare = str_ascii_ncompare;
result            773 lib/strutil/strutilascii.c     result.casecmp = str_ascii_casecmp;
result            774 lib/strutil/strutilascii.c     result.ncasecmp = str_ascii_ncasecmp;
result            775 lib/strutil/strutilascii.c     result.prefix = str_ascii_prefix;
result            776 lib/strutil/strutilascii.c     result.caseprefix = str_ascii_caseprefix;
result            777 lib/strutil/strutilascii.c     result.create_key = str_ascii_create_key;
result            778 lib/strutil/strutilascii.c     result.create_key_for_filename = str_ascii_create_key;
result            779 lib/strutil/strutilascii.c     result.key_collate = str_ascii_key_collate;
result            780 lib/strutil/strutilascii.c     result.release_key = str_ascii_release_key;
result            782 lib/strutil/strutilascii.c     return result;
result            144 lib/strutil/strutilutf8.c     const char *result, *t;
result            146 lib/strutil/strutilutf8.c     result = g_utf8_prev_char (*text);
result            147 lib/strutil/strutilutf8.c     t = result;
result            150 lib/strutil/strutilutf8.c         (*text) = result;
result            328 lib/strutil/strutilutf8.c     int result = 0;
result            336 lib/strutil/strutilutf8.c             result += g_utf8_strlen (start, end - start);
result            338 lib/strutil/strutilutf8.c         result++;
result            343 lib/strutil/strutilutf8.c         result = g_utf8_strlen (text, -1);
result            345 lib/strutil/strutilutf8.c         result += g_utf8_strlen (start, end - start);
result            347 lib/strutil/strutilutf8.c     return result;
result            355 lib/strutil/strutilutf8.c     int result = 0;
result            364 lib/strutil/strutilutf8.c             result += g_utf8_strlen (start, MIN (end - start, size));
result            367 lib/strutil/strutilutf8.c         result += (size > 0);
result            373 lib/strutil/strutilutf8.c         result = g_utf8_strlen (text, size);
result            375 lib/strutil/strutilutf8.c         result += g_utf8_strlen (start, MIN (end - start, size));
result            377 lib/strutil/strutilutf8.c     return result;
result            385 lib/strutil/strutilutf8.c     int result = 0;
result            391 lib/strutil/strutilutf8.c         result++;
result            394 lib/strutil/strutilutf8.c     return result;
result            428 lib/strutil/strutilutf8.c     estr_t result = ESTR_SUCCESS;
result            433 lib/strutil/strutilutf8.c         result = str_nconvert (coder, string, size, buffer);
result            435 lib/strutil/strutilutf8.c     return result;
result            445 lib/strutil/strutilutf8.c     static struct term_form result;
result            450 lib/strutil/strutilutf8.c     result.text[0] = '\0';
result            451 lib/strutil/strutilutf8.c     result.width = 0;
result            452 lib/strutil/strutilutf8.c     result.compose = FALSE;
result            453 lib/strutil/strutilutf8.c     actual = result.text;
result            465 lib/strutil/strutilutf8.c             result.width++;
result            466 lib/strutil/strutilutf8.c             result.compose = TRUE;
result            480 lib/strutil/strutilutf8.c                     result.compose = TRUE;
result            483 lib/strutil/strutilutf8.c                     result.width++;
result            485 lib/strutil/strutilutf8.c                         result.width++;
result            492 lib/strutil/strutilutf8.c                 result.width++;
result            502 lib/strutil/strutilutf8.c             result.width++;
result            510 lib/strutil/strutilutf8.c     return &result;
result            518 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            527 lib/strutil/strutilutf8.c         g_strlcpy (result, composed, sizeof (result));
result            531 lib/strutil/strutilutf8.c         g_strlcpy (result, pre_form->text, sizeof (result));
result            533 lib/strutil/strutilutf8.c     return result;
result            683 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            689 lib/strutil/strutilutf8.c     tool.actual = result;
result            690 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            747 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            748 lib/strutil/strutilutf8.c     return result;
result            756 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            762 lib/strutil/strutilutf8.c         result[0] = '\0';
result            763 lib/strutil/strutilutf8.c         return result;
result            769 lib/strutil/strutilutf8.c     tool.actual = result;
result            770 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            794 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            795 lib/strutil/strutilutf8.c     return result;
result            803 lib/strutil/strutilutf8.c     const struct term_form *result;
result            805 lib/strutil/strutilutf8.c     result = str_utf8_make_make_term_form (text, length);
result            806 lib/strutil/strutilutf8.c     return result->width;
result            833 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            840 lib/strutil/strutilutf8.c     tool.actual = result;
result            841 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            855 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            856 lib/strutil/strutilutf8.c     return result;
result            864 lib/strutil/strutilutf8.c     static char result[MC_MAXPATHLEN * MB_LEN_MAX * 2];
result            871 lib/strutil/strutilutf8.c     tool.actual = result;
result            872 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            890 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            891 lib/strutil/strutilutf8.c     return result;
result            903 lib/strutil/strutilutf8.c         int result;
result            908 lib/strutil/strutilutf8.c         result = g_utf8_offset_to_pointer (buffer, length) - buffer;
result            910 lib/strutil/strutilutf8.c         return result;
result            919 lib/strutil/strutilutf8.c     int result = 0;
result            951 lib/strutil/strutilutf8.c             return result;
result            953 lib/strutil/strutilutf8.c         result++;
result            956 lib/strutil/strutilutf8.c     return result;
result            964 lib/strutil/strutilutf8.c     char *fold, *result;
result            973 lib/strutil/strutilutf8.c     result = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL);
result            975 lib/strutil/strutilutf8.c     return result;
result            995 lib/strutil/strutilutf8.c     const char *result = NULL;
result           1010 lib/strutil/strutilutf8.c                 result = text;
result           1015 lib/strutil/strutilutf8.c                     str_utf8_cnext_noncomb_char (&result);
result           1022 lib/strutil/strutilutf8.c     while (match != NULL && result == NULL);
result           1028 lib/strutil/strutilutf8.c     return result;
result           1039 lib/strutil/strutilutf8.c     const char *result = NULL;
result           1053 lib/strutil/strutilutf8.c                 result = text;
result           1058 lib/strutil/strutilutf8.c                     str_utf8_cnext_noncomb_char (&result);
result           1065 lib/strutil/strutilutf8.c     while (match != NULL && result == NULL);
result           1071 lib/strutil/strutilutf8.c     return result;
result           1081 lib/strutil/strutilutf8.c     char *result;
result           1121 lib/strutil/strutilutf8.c         result = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
result           1132 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
result           1135 lib/strutil/strutilutf8.c     return result;
result           1145 lib/strutil/strutilutf8.c     char *result;
result           1169 lib/strutil/strutilutf8.c         result = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL);
result           1183 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
result           1186 lib/strutil/strutilutf8.c     return result;
result           1195 lib/strutil/strutilutf8.c     int result;
result           1200 lib/strutil/strutilutf8.c     result = strcmp (n1, n2);
result           1205 lib/strutil/strutilutf8.c     return result;
result           1215 lib/strutil/strutilutf8.c     int result;
result           1222 lib/strutil/strutilutf8.c     result = strncmp (n1, n2, MIN (l1, l2));
result           1227 lib/strutil/strutilutf8.c     return result;
result           1236 lib/strutil/strutilutf8.c     int result;
result           1241 lib/strutil/strutilutf8.c     result = strcmp (n1, n2);
result           1246 lib/strutil/strutilutf8.c     return result;
result           1256 lib/strutil/strutilutf8.c     int result;
result           1263 lib/strutil/strutilutf8.c     result = strncmp (n1, n2, MIN (l1, l2));
result           1268 lib/strutil/strutilutf8.c     return result;
result           1279 lib/strutil/strutilutf8.c     int result;
result           1300 lib/strutil/strutilutf8.c     result = np - p;
result           1305 lib/strutil/strutilutf8.c     return result;
result           1316 lib/strutil/strutilutf8.c     int result;
result           1337 lib/strutil/strutilutf8.c     result = np - p;
result           1342 lib/strutil/strutilutf8.c     return result;
result           1351 lib/strutil/strutilutf8.c     char *result;
result           1354 lib/strutil/strutilutf8.c         result = str_utf8_normalize (text);
result           1390 lib/strutil/strutilutf8.c             result = keygen (fold, -1);
result           1401 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);
result           1413 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);
result           1416 lib/strutil/strutilutf8.c     return result;
result           1462 lib/strutil/strutilutf8.c     struct str_class result;
result           1464 lib/strutil/strutilutf8.c     result.conv_gerror_message = str_utf8_conv_gerror_message;
result           1465 lib/strutil/strutilutf8.c     result.vfs_convert_to = str_utf8_vfs_convert_to;
result           1466 lib/strutil/strutilutf8.c     result.insert_replace_char = str_utf8_insert_replace_char;
result           1467 lib/strutil/strutilutf8.c     result.is_valid_string = str_utf8_is_valid_string;
result           1468 lib/strutil/strutilutf8.c     result.is_valid_char = str_utf8_is_valid_char;
result           1469 lib/strutil/strutilutf8.c     result.cnext_char = str_utf8_cnext_char;
result           1470 lib/strutil/strutilutf8.c     result.cprev_char = str_utf8_cprev_char;
result           1471 lib/strutil/strutilutf8.c     result.cnext_char_safe = str_utf8_cnext_char_safe;
result           1472 lib/strutil/strutilutf8.c     result.cprev_char_safe = str_utf8_cprev_char_safe;
result           1473 lib/strutil/strutilutf8.c     result.cnext_noncomb_char = str_utf8_cnext_noncomb_char;
result           1474 lib/strutil/strutilutf8.c     result.cprev_noncomb_char = str_utf8_cprev_noncomb_char;
result           1475 lib/strutil/strutilutf8.c     result.char_isspace = str_utf8_isspace;
result           1476 lib/strutil/strutilutf8.c     result.char_ispunct = str_utf8_ispunct;
result           1477 lib/strutil/strutilutf8.c     result.char_isalnum = str_utf8_isalnum;
result           1478 lib/strutil/strutilutf8.c     result.char_isdigit = str_utf8_isdigit;
result           1479 lib/strutil/strutilutf8.c     result.char_isprint = str_utf8_isprint;
result           1480 lib/strutil/strutilutf8.c     result.char_iscombiningmark = str_utf8_iscombiningmark;
result           1481 lib/strutil/strutilutf8.c     result.char_toupper = str_utf8_toupper;
result           1482 lib/strutil/strutilutf8.c     result.char_tolower = str_utf8_tolower;
result           1483 lib/strutil/strutilutf8.c     result.length = str_utf8_length;
result           1484 lib/strutil/strutilutf8.c     result.length2 = str_utf8_length2;
result           1485 lib/strutil/strutilutf8.c     result.length_noncomb = str_utf8_length_noncomb;
result           1486 lib/strutil/strutilutf8.c     result.fix_string = str_utf8_fix_string;
result           1487 lib/strutil/strutilutf8.c     result.term_form = str_utf8_term_form;
result           1488 lib/strutil/strutilutf8.c     result.fit_to_term = str_utf8_fit_to_term;
result           1489 lib/strutil/strutilutf8.c     result.term_trim = str_utf8_term_trim;
result           1490 lib/strutil/strutilutf8.c     result.term_width2 = str_utf8_term_width2;
result           1491 lib/strutil/strutilutf8.c     result.term_width1 = str_utf8_term_width1;
result           1492 lib/strutil/strutilutf8.c     result.term_char_width = str_utf8_term_char_width;
result           1493 lib/strutil/strutilutf8.c     result.term_substring = str_utf8_term_substring;
result           1494 lib/strutil/strutilutf8.c     result.trunc = str_utf8_trunc;
result           1495 lib/strutil/strutilutf8.c     result.offset_to_pos = str_utf8_offset_to_pos;
result           1496 lib/strutil/strutilutf8.c     result.column_to_pos = str_utf8_column_to_pos;
result           1497 lib/strutil/strutilutf8.c     result.create_search_needle = str_utf8_create_search_needle;
result           1498 lib/strutil/strutilutf8.c     result.release_search_needle = str_utf8_release_search_needle;
result           1499 lib/strutil/strutilutf8.c     result.search_first = str_utf8_search_first;
result           1500 lib/strutil/strutilutf8.c     result.search_last = str_utf8_search_last;
result           1501 lib/strutil/strutilutf8.c     result.compare = str_utf8_compare;
result           1502 lib/strutil/strutilutf8.c     result.ncompare = str_utf8_ncompare;
result           1503 lib/strutil/strutilutf8.c     result.casecmp = str_utf8_casecmp;
result           1504 lib/strutil/strutilutf8.c     result.ncasecmp = str_utf8_ncasecmp;
result           1505 lib/strutil/strutilutf8.c     result.prefix = str_utf8_prefix;
result           1506 lib/strutil/strutilutf8.c     result.caseprefix = str_utf8_caseprefix;
result           1507 lib/strutil/strutilutf8.c     result.create_key = str_utf8_create_key;
result           1510 lib/strutil/strutilutf8.c     result.create_key_for_filename = str_utf8_create_key_for_filename;
result           1513 lib/strutil/strutilutf8.c     result.create_key_for_filename = str_utf8_create_key;
result           1515 lib/strutil/strutilutf8.c     result.key_collate = str_utf8_key_collate;
result           1516 lib/strutil/strutilutf8.c     result.release_key = str_utf8_release_key;
result           1518 lib/strutil/strutilutf8.c     return result;
result            898 lib/tty/key.c      int result = 0;
result            916 lib/tty/key.c              result |= KEY_M_SHIFT;
result            918 lib/tty/key.c              result |= KEY_M_CTRL;
result            919 lib/tty/key.c          return result;
result            963 lib/tty/key.c              result |= KEY_M_ALT;
result            965 lib/tty/key.c              result |= KEY_M_CTRL;
result            967 lib/tty/key.c              result |= KEY_M_SHIFT;
result            975 lib/tty/key.c              result |= KEY_M_ALT;
result            977 lib/tty/key.c              result |= KEY_M_CTRL;
result            979 lib/tty/key.c              result |= KEY_M_SHIFT;
result            992 lib/tty/key.c              result |= KEY_M_SHIFT;
result            994 lib/tty/key.c              result |= KEY_M_ALT;
result            996 lib/tty/key.c              result |= KEY_M_CTRL;
result           1000 lib/tty/key.c      return result;
result           1328 lib/util.c         const char *result, *sep;
result           1330 lib/util.c         result = _(s);
result           1331 lib/util.c         sep = strchr (result, '|');
result           1333 lib/util.c         return sep != NULL ? sep + 1 : result;
result           1178 lib/vfs/direntry.c     int result = -1;
result           1210 lib/vfs/direntry.c         result = subclass->open_archive (super, vpath_archive, path_element);
result           1213 lib/vfs/direntry.c     if (result == -1)
result            193 lib/vfs/interface.c     int result = -1;
result            223 lib/vfs/interface.c             result = vfs_new_handle (me, info);
result            228 lib/vfs/interface.c     return result;
result            238 lib/vfs/interface.c     int result; \
result            248 lib/vfs/interface.c     result = me->name != NULL ? me->name callarg : -1; \
result            249 lib/vfs/interface.c     if (result == -1) \
result            251 lib/vfs/interface.c     return result; \
result            272 lib/vfs/interface.c     int result = -1;
result            281 lib/vfs/interface.c             result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;
result            282 lib/vfs/interface.c             if (result == -1)
result            286 lib/vfs/interface.c     return result;
result            298 lib/vfs/interface.c     rettype result; \
result            307 lib/vfs/interface.c     result = vfs->name != NULL ? vfs->name callarg : -1; \
result            308 lib/vfs/interface.c     if (result == -1) \
result            310 lib/vfs/interface.c     return result; \
result            322 lib/vfs/interface.c     int result; \
result            337 lib/vfs/interface.c     result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1; \
result            338 lib/vfs/interface.c     if (result == -1) \
result            340 lib/vfs/interface.c     return result; \
result            366 lib/vfs/interface.c     int result = -1;
result            374 lib/vfs/interface.c         result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;
result            376 lib/vfs/interface.c     return result;
result            386 lib/vfs/interface.c     int result;
result            400 lib/vfs/interface.c     result = vfs->close (fsinfo);
result            402 lib/vfs/interface.c     if (result == -1)
result            405 lib/vfs/interface.c     return result;
result            502 lib/vfs/interface.c     int result = -1;
result            505 lib/vfs/interface.c         return result;
result            522 lib/vfs/interface.c         result = vfs->closedir ? (*vfs->closedir) (vfs_path_element->dir.info) : -1;
result            527 lib/vfs/interface.c     return result;
result            537 lib/vfs/interface.c     int result = -1; \
result            546 lib/vfs/interface.c         result = me->name ? me->name (vpath, buf) : -1; \
result            547 lib/vfs/interface.c         if (result == -1) \
result            551 lib/vfs/interface.c     return result; \
result            562 lib/vfs/interface.c     vfs_path_t *result = NULL;
result            571 lib/vfs/interface.c         result = me->getlocalcopy != NULL ?
result            573 lib/vfs/interface.c         if (result == NULL)
result            576 lib/vfs/interface.c     return result;
result            585 lib/vfs/interface.c     int result = -1;
result            593 lib/vfs/interface.c         result = me->ungetlocalcopy != NULL ?
result            597 lib/vfs/interface.c     return result;
result            615 lib/vfs/interface.c     int result;
result            644 lib/vfs/interface.c     result = me->chdir (cd_vpath);
result            645 lib/vfs/interface.c     if (result == -1)
result            702 lib/vfs/interface.c     off_t result;
result            711 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
result            712 lib/vfs/interface.c     if (result == -1)
result            714 lib/vfs/interface.c     return result;
result            143 lib/vfs/path.c     char *result;
result            169 lib/vfs/path.c         result = vfs_canon (local);
result            176 lib/vfs/path.c         result = g_strdup (path);
result            177 lib/vfs/path.c         canonicalize_pathname (result);
result            180 lib/vfs/path.c     return result;
result            381 lib/vfs/vfs.c      const char *result;
result            383 lib/vfs/vfs.c      result = vfs_translate_path (path);
result            384 lib/vfs/vfs.c      return g_strdup (result);
result            391 lib/widget/dialog.c         event->result.abort = TRUE;
result            151 lib/widget/input_complete.c         char *result;
result            156 lib/widget/input_complete.c         result = filename_completion_function (u_text, state, flags & (~INPUT_COMPLETE_SHELL_ESC));
result            159 lib/widget/input_complete.c         e_result = strutils_shell_escape (result);
result            160 lib/widget/input_complete.c         g_free (result);
result            529 lib/widget/listbox.c         event->result.repeat = TRUE;    /* It'd be functional even without this. */
result             70 lib/widget/mouse.c     event->result.abort = FALSE;
result             71 lib/widget/mouse.c     event->result.repeat = FALSE;
result            186 lib/widget/mouse.c         if (event->msg == MSG_MOUSE_DOWN && event->result.abort)
result            197 lib/widget/mouse.c         if (!event->result.abort)
result            198 lib/widget/mouse.c             ret = event->result.repeat ? MOU_REPEAT : MOU_NORMAL;
result             51 lib/widget/mouse.h     } result;
result            239 lib/widget/quick.c             *quick_widget->u.input.result = NULL;
result            603 lib/widget/quick.c                     *item->quick_widget->u.input.result =
result            606 lib/widget/quick.c                     *item->quick_widget->u.input.result = input_get_text (INPUT (item->widget));
result             55 lib/widget/quick.h             .result = res                                                       \
result             76 lib/widget/quick.h             .result = res                                                       \
result            133 lib/widget/quick.h             .result = NULL                                                      \
result            162 lib/widget/quick.h             .result = NULL                                                      \
result            177 lib/widget/quick.h             .result = NULL                                                      \
result            192 lib/widget/quick.h             .result = NULL                                                      \
result            226 lib/widget/quick.h             .result = NULL                                                      \
result            300 lib/widget/quick.h             char **result;
result            197 lib/widget/widget-common.c     hotkey_t result;
result            207 lib/widget/widget-common.c         result.start = g_strndup (text, cp - text);
result            212 lib/widget/widget-common.c         result.hotkey = g_strndup (cp, p - cp);
result            215 lib/widget/widget-common.c         result.end = g_strdup (cp);
result            219 lib/widget/widget-common.c         result.start = g_strdup (text);
result            220 lib/widget/widget-common.c         result.hotkey = NULL;
result            221 lib/widget/widget-common.c         result.end = NULL;
result            224 lib/widget/widget-common.c     return result;
result            242 lib/widget/widget-common.c     int result;
result            244 lib/widget/widget-common.c     result = str_term_width1 (hotkey.start);
result            245 lib/widget/widget-common.c     result += (hotkey.hotkey != NULL) ? str_term_width1 (hotkey.hotkey) : 0;
result            246 lib/widget/widget-common.c     result += (hotkey.end != NULL) ? str_term_width1 (hotkey.end) : 0;
result            247 lib/widget/widget-common.c     return result;
result            288 lib/widget/wtools.c     int result = -1;
result            362 lib/widget/wtools.c             result = query_dlg->ret_value - B_USER;
result            376 lib/widget/wtools.c     return result;
result            524 lib/widget/wtools.c     char *result;
result            526 lib/widget/wtools.c     result = input_dialog (header, text, history_name, def_text, completion_flags);
result            527 lib/widget/wtools.c     if (result)
result            531 lib/widget/wtools.c         expanded = tilde_expand (result);
result            532 lib/widget/wtools.c         g_free (result);
result            535 lib/widget/wtools.c     return result;
result            291 src/background.c         int result = 0;
result            297 src/background.c                 result = routine.have_ctx0 (Background);
result            300 src/background.c                 result = routine.have_ctx1 (Background, data[0]);
result            303 src/background.c                 result = routine.have_ctx2 (Background, data[0], data[1]);
result            306 src/background.c                 result = routine.have_ctx3 (Background, data[0], data[1], data[2]);
result            309 src/background.c                 result = routine.have_ctx4 (Background, data[0], data[1], data[2], data[3]);
result            318 src/background.c                 result = routine.non_have_ctx0 (ctx, Background);
result            321 src/background.c                 result = routine.non_have_ctx1 (ctx, Background, data[0]);
result            324 src/background.c                 result = routine.non_have_ctx2 (ctx, Background, data[0], data[1]);
result            327 src/background.c                 result = routine.non_have_ctx3 (ctx, Background, data[0], data[1], data[2]);
result            330 src/background.c                 result =
result            338 src/background.c         ret = write (to_child_fd, &result, sizeof (result));
result            626 src/diffviewer/ydiff.c     ptrdiff_t result;
result            632 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (text, length) - text;
result            650 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf;
result            653 src/diffviewer/ydiff.c     return MAX (length, (size_t) result);
result             78 src/editor/editmacros.c     macros_t *result;
result             85 src/editor/editmacros.c     result = bsearch (&search_macro, macros_list->data, macros_list->len,
result             88 src/editor/editmacros.c     if (result == NULL || result->macro == NULL)
result             93 src/editor/editmacros.c     return (int) (result - array_start);
result            783 src/editor/editwidget.c             cb_ret_t result;
result            785 src/editor/editwidget.c             result = edit_dialog_command_execute (h, parm);
result            789 src/editor/editwidget.c             if (result == MSG_NOT_HANDLED && sender == WIDGET (menubar_find (h)))
result            790 src/editor/editwidget.c                 result = send_message (g->current->data, NULL, MSG_ACTION, parm, NULL);
result            792 src/editor/editwidget.c             return result;
result            918 src/editor/editwidget.c     event->result.abort = unhandled;
result           1099 src/editor/editwidget.c         event->result.abort = TRUE;
result             85 src/editor/syntax.c #define break_a { result = line; break; }
result             86 src/editor/syntax.c #define check_a { if (*a == NULL) { result = line; break; } }
result             87 src/editor/syntax.c #define check_not_a { if (*a != NULL) { result = line ;break; } }
result            946 src/editor/syntax.c     int result = 0;
result            997 src/editor/syntax.c                 result = line;
result           1005 src/editor/syntax.c                 result = line;
result           1124 src/editor/syntax.c                 result = line;
result           1228 src/editor/syntax.c     if (result == 0)
result           1261 src/editor/syntax.c     return result;
result           1274 src/editor/syntax.c     int result = 0;
result           1306 src/editor/syntax.c                 result = line;
result           1321 src/editor/syntax.c             result = line;
result           1359 src/editor/syntax.c                         result = line + line_error;
result           1361 src/editor/syntax.c                         result = line_error;
result           1391 src/editor/syntax.c     return result;
result            537 src/filemanager/achown.c         int result;
result            590 src/filemanager/achown.c         result = dlg_run (chl_dlg);
result            592 src/filemanager/achown.c         if (result != B_CANCEL)
result            630 src/filemanager/achown.c             if (result == KEY_LEFT)
result            637 src/filemanager/achown.c             else if (result == KEY_RIGHT)
result            855 src/filemanager/achown.c         int result;
result            861 src/filemanager/achown.c         result =
result            866 src/filemanager/achown.c         switch (result)
result            892 src/filemanager/achown.c         int result;
result            898 src/filemanager/achown.c         result =
result            903 src/filemanager/achown.c         switch (result)
result           1013 src/filemanager/achown.c         int result;
result           1044 src/filemanager/achown.c         result = dlg_run (ch_dlg);
result           1046 src/filemanager/achown.c         switch (result)
result           1073 src/filemanager/achown.c                     result = B_CANCEL;
result           1092 src/filemanager/achown.c         if (panel->marked != 0 && result != B_CANCEL)
result            213 src/filemanager/boxes.c     int result;
result            255 src/filemanager/boxes.c     result = dlg_run (skin_dlg);
result            256 src/filemanager/boxes.c     if (result == B_ENTER)
result            766 src/filemanager/boxes.c     int result = -1;
result            793 src/filemanager/boxes.c                 QUICK_RADIO (LIST_FORMATS, list_formats, &result, &panel_list_formats_id),
result            819 src/filemanager/boxes.c         result = panel->list_format;
result            834 src/filemanager/boxes.c             result = -1;
result            864 src/filemanager/boxes.c     return result;
result            876 src/filemanager/boxes.c     const panel_field_t *result = NULL;
result            910 src/filemanager/boxes.c             result = panel_get_field_by_title_hotkey (sort_orders_names[sort_idx]);
result            912 src/filemanager/boxes.c         if (result == NULL)
result            913 src/filemanager/boxes.c             result = sort_field;
result            918 src/filemanager/boxes.c     return result;
result            175 src/filemanager/cd.c     gboolean result = FALSE;
result            187 src/filemanager/cd.c         while (!result && c == ':')
result            201 src/filemanager/cd.c                 result = panel_cd (current_panel, r_vpath, cd_parse_command);
result            210 src/filemanager/cd.c     return result;
result            874 src/filemanager/chattr.c         event->result.abort = TRUE;
result           1116 src/filemanager/chattr.c         int result;
result           1122 src/filemanager/chattr.c         result =
result           1127 src/filemanager/chattr.c         switch (result)
result           1227 src/filemanager/chattr.c         int result;
result           1252 src/filemanager/chattr.c         result = dlg_run (ch_dlg);
result           1255 src/filemanager/chattr.c         switch (result)
result           1275 src/filemanager/chattr.c                     result = B_CANCEL;
result           1289 src/filemanager/chattr.c                 if (chattr_is_modifiable (i) && (check_attr[i].selected || result == B_SETALL))
result           1332 src/filemanager/chattr.c         if (panel->marked != 0 && result != B_CANCEL)
result            434 src/filemanager/chmod.c         int result;
result            440 src/filemanager/chmod.c         result =
result            445 src/filemanager/chmod.c         switch (result)
result            547 src/filemanager/chmod.c         int i, result;
result            570 src/filemanager/chmod.c         result = dlg_run (ch_dlg);
result            572 src/filemanager/chmod.c         switch (result)
result            592 src/filemanager/chmod.c                     result = B_CANCEL;
result            606 src/filemanager/chmod.c                 if (check_perm[i].selected || result == B_SETALL)
result            649 src/filemanager/chmod.c         if (panel->marked != 0 && result != B_CANCEL)
result            306 src/filemanager/chown.c         int result;
result            312 src/filemanager/chown.c         result =
result            317 src/filemanager/chown.c         switch (result)
result            413 src/filemanager/chown.c         int result;
result            449 src/filemanager/chown.c         result = dlg_run (ch_dlg);
result            451 src/filemanager/chown.c         switch (result)
result            472 src/filemanager/chown.c                 if (result == B_ENTER)
result            485 src/filemanager/chown.c                         result = B_CANCEL;
result            537 src/filemanager/chown.c         if (panel->marked != 0 && result != B_CANCEL)
result            179 src/filemanager/cmd.c     int result = -1;            /* Different by default */
result            205 src/filemanager/cmd.c                     result = memcmp (data1, data2, size);
result            224 src/filemanager/cmd.c             result = (n1 != n2) || memcmp (buf1, buf2, n1);
result            232 src/filemanager/cmd.c     return result;
result            358 src/filemanager/dir.c         int result;
result            360 src/filemanager/dir.c         result = filevercmp (a->fname->str, b->fname->str);
result            361 src/filemanager/dir.c         if (result != 0)
result            362 src/filemanager/dir.c             return result * reverse;
result            407 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_mtime, b->st.st_mtime);
result            409 src/filemanager/dir.c         if (result != 0)
result            410 src/filemanager/dir.c             return result * reverse;
result            428 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_ctime, b->st.st_ctime);
result            430 src/filemanager/dir.c         if (result != 0)
result            431 src/filemanager/dir.c             return result * reverse;
result            449 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_atime, b->st.st_atime);
result            451 src/filemanager/dir.c         if (result != 0)
result            452 src/filemanager/dir.c             return result * reverse;
result            484 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_size, b->st.st_size);
result            486 src/filemanager/dir.c         if (result != 0)
result            487 src/filemanager/dir.c             return result * reverse;
result            858 src/filemanager/file.c     int result = 0;
result            893 src/filemanager/file.c     result = query_dialog (head_msg, msg, D_ERROR, 2, _("&Skip"), _("&Abort"));
result            897 src/filemanager/file.c     return (result == 1) ? FILE_ABORT : FILE_SKIP;
result            959 src/filemanager/file.c     int result;
result            965 src/filemanager/file.c         result =
result            969 src/filemanager/file.c         result = query_dialog (msg, error, D_ERROR, 3, _("&Skip"), _("Ski&p all"), _("&Abort"));
result            971 src/filemanager/file.c     switch (result)
result            526 src/filemanager/filegui.c     int result;
result            693 src/filemanager/filegui.c     result = dlg_run (ui->replace_dlg);
result            695 src/filemanager/filegui.c     if (result != B_CANCEL)
result            700 src/filemanager/filegui.c     return (result == B_CANCEL) ? REPLACE_ABORT : (replace_action_t) result;
result           1657 src/filemanager/filemanager.c     char *data, *result, *eop;
result           1697 src/filemanager/filemanager.c         result = g_strndup (data + start, len - start);
result           1705 src/filemanager/filemanager.c         result = g_string_free (buffer, nok);
result           1710 src/filemanager/filemanager.c     return result;
result             81 src/filemanager/filenot.c     int result;
result             99 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
result            102 src/filemanager/filenot.c     if (result == 0)
result            103 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
result            105 src/filemanager/filenot.c     return result;
result            115 src/filemanager/filenot.c     int result;
result            117 src/filemanager/filenot.c     result = my_mkdir_rec (vpath, mode);
result            118 src/filemanager/filenot.c     if (result == 0)
result            125 src/filemanager/filenot.c     return result;
result            133 src/filemanager/filenot.c     int result;
result            138 src/filemanager/filenot.c     result = mc_rmdir (vpath);
result            139 src/filemanager/filenot.c     if (result == 0)
result            147 src/filemanager/filenot.c     return result;
result           1056 src/filemanager/find.c         char result[BUF_MEDIUM];
result           1132 src/filemanager/find.c                     g_snprintf (result, sizeof (result), _("Grepping in %s"), filename);
result           1133 src/filemanager/find.c                     status_update (str_trunc (result, WIDGET (h)->rect.cols - 8));
result           1139 src/filemanager/find.c                 g_snprintf (result, sizeof (result), "%d:%s", line, filename);
result           1141 src/filemanager/find.c                 find_add_match (directory, result, found_start, found_start + found_len);
result           1072 src/filemanager/hotlist.c add_new_group_input (const char *header, const char *label, char **result)
result           1076 src/filemanager/hotlist.c         QUICK_LABELED_INPUT (label, input_label_above, "", "input", result, NULL,
result           1156 src/filemanager/hotlist.c         int result;
result           1163 src/filemanager/hotlist.c         result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
result           1165 src/filemanager/hotlist.c         if (result != 0)
result           1176 src/filemanager/hotlist.c             int result;
result           1180 src/filemanager/hotlist.c             result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
result           1182 src/filemanager/hotlist.c             if (result != 0)
result           1485 src/filemanager/hotlist.c         int result;
result           1493 src/filemanager/hotlist.c         result = save_hotlist ();
result           1495 src/filemanager/hotlist.c         if (result != 0)
result           1189 src/filemanager/mountlist.c             struct dirent *result;
result           1191 src/filemanager/mountlist.c             if (readdir_r (dirp, &entry, &result) || result == NULL)
result           4036 src/filemanager/panel.c                 event->result.abort = TRUE;
result            822 src/filemanager/tree.c         int result;
result            826 src/filemanager/tree.c         result = query_dialog (Q_ ("DialogTitle|Delete"), buf, D_ERROR, 2, _("&Yes"), _("&No"));
result            828 src/filemanager/tree.c         if (result != 0)
result           1235 src/filemanager/tree.c             event->result.abort = TRUE;
result            102 src/filemanager/treestore.c     size_t result = 0;
result            109 src/filemanager/treestore.c         result++;
result            111 src/filemanager/treestore.c     return result;
result            128 src/help.c         const char *result = NULL;
result            150 src/help.c                 result = e + 1;
result            156 src/help.c         return result;
result            398 src/learn.c        int result;
result            410 src/learn.c        result = dlg_run (learn_dlg);
result            418 src/learn.c        if (result == B_ENTER)
result            176 src/usermenu.c     int result = 0;             /* False by default */
result            186 src/usermenu.c             result |= !S_ISDIR (st_mode);
result            189 src/usermenu.c             result |= S_ISREG (st_mode);
result            192 src/usermenu.c             result |= S_ISDIR (st_mode);
result            195 src/usermenu.c             result |= S_ISLNK (st_mode);
result            198 src/usermenu.c             result |= S_ISCHR (st_mode);
result            201 src/usermenu.c             result |= S_ISBLK (st_mode);
result            204 src/usermenu.c             result |= S_ISFIFO (st_mode);
result            207 src/usermenu.c             result |= S_ISSOCK (st_mode);
result            210 src/usermenu.c             result |= (st_mode & 0111) != 0 ? 1 : 0;
result            213 src/usermenu.c             result |= panel->marked != 0 ? 1 : 0;
result            221 src/usermenu.c     return (result != 0);
result            373 src/usermenu.c test_line (const Widget * edit_widget, char *p, gboolean * result)
result            411 src/usermenu.c             *result = condition;
result            414 src/usermenu.c             *result = *result && condition;
result            417 src/usermenu.c             *result = *result || condition;
result            424 src/usermenu.c         debug_out (&operator, NULL, *result);
result            766 src/usermenu.c     char *result;
result            827 src/usermenu.c         result = quote_func (fname, FALSE);
result            830 src/usermenu.c         result = quote_func (extension (fname), FALSE);
result            841 src/usermenu.c             result = quote_func (cwd, FALSE);
result            848 src/usermenu.c             result = g_strdup_printf ("%u", (unsigned int) edit_get_cursor_offset (e));
result            857 src/usermenu.c             result = g_strnfill (edit_get_curs_col (e), ' ');
result            871 src/usermenu.c                 result = g_strdup (syntax_type);
result            885 src/usermenu.c             result = quote_func (file, FALSE);
result            892 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            900 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            908 src/usermenu.c             result = quote_func (menu, FALSE);
result            915 src/usermenu.c             result = quote_func (fname, FALSE);
result            929 src/usermenu.c                 result = NULL;
result            954 src/usermenu.c             result = block == NULL ? NULL : g_string_free (block, block->len == 0);
result            961 src/usermenu.c     result = g_strdup ("% ");
result            962 src/usermenu.c     result[1] = c;
result            964 src/usermenu.c     return result;
result            516 src/vfs/extfs/extfs.c     mc_pipe_t *result = NULL;
result            551 src/vfs/extfs/extfs.c     result = mc_popen (cmd, TRUE, TRUE, error);
result            554 src/vfs/extfs/extfs.c     if (result == NULL)
result            590 src/vfs/extfs/extfs.c     return result;
result            726 src/vfs/extfs/extfs.c     int result = -1;
result            746 src/vfs/extfs/extfs.c         result = extfs_read_archive (pip, a, &error);
result            748 src/vfs/extfs/extfs.c         if (result != 0)
result            760 src/vfs/extfs/extfs.c     return result;
result            771 src/vfs/extfs/extfs.c     int result = -1;
result            796 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
result            800 src/vfs/extfs/extfs.c         if (result == -1)
result           1244 src/vfs/extfs/extfs.c     int result = -1;
result           1259 src/vfs/extfs/extfs.c     result = 0;
result           1261 src/vfs/extfs/extfs.c     return result;
result           1300 src/vfs/extfs/extfs.c     int result = -1;
result           1317 src/vfs/extfs/extfs.c     result = len;
result           1318 src/vfs/extfs/extfs.c     memcpy (buf, entry->ino->linkname, result);
result           1320 src/vfs/extfs/extfs.c     return result;
result           1363 src/vfs/extfs/extfs.c     int result = -1;
result           1385 src/vfs/extfs/extfs.c     result = 0;
result           1387 src/vfs/extfs/extfs.c     return result;
result           1398 src/vfs/extfs/extfs.c     int result = -1;
result           1431 src/vfs/extfs/extfs.c     result = 0;
result           1433 src/vfs/extfs/extfs.c     return result;
result           1444 src/vfs/extfs/extfs.c     int result = -1;
result           1467 src/vfs/extfs/extfs.c     result = 0;
result           1469 src/vfs/extfs/extfs.c     return result;
result           1041 src/vfs/ftpfs/ftpfs.c     int result;
result           1048 src/vfs/ftpfs/ftpfs.c     result = ((strcmp (path_element->host, super->path_element->host) == 0)
result           1053 src/vfs/ftpfs/ftpfs.c     return result;
result           1302 src/vfs/ftpfs/ftpfs.c     int result;
result           1311 src/vfs/ftpfs/ftpfs.c             result = getpeername (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
result           1312 src/vfs/ftpfs/ftpfs.c             if (result == 0)
result           1332 src/vfs/ftpfs/ftpfs.c             result = getsockname (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
result           1333 src/vfs/ftpfs/ftpfs.c             if (result == 0)
result           1365 src/vfs/ftpfs/ftpfs.c     result = socket (data_addr->ss_family, SOCK_STREAM, IPPROTO_TCP);
result           1366 src/vfs/ftpfs/ftpfs.c     if (result < 0)
result           1370 src/vfs/ftpfs/ftpfs.c         result = -1;
result           1373 src/vfs/ftpfs/ftpfs.c     return result;
result            438 src/vfs/sftpfs/connection.c     static char result[SHA1_DIGEST_LENGTH * 3 + 1];     /* "XX:" for each byte, and EOL */
result            447 src/vfs/sftpfs/connection.c     for (i = 0; i < SHA1_DIGEST_LENGTH && i * 3 < sizeof (result) - 1; i++)
result            448 src/vfs/sftpfs/connection.c         g_snprintf ((gchar *) (result + i * 3), 4, "%02x:", (guint8) fingerprint[i]);
result            451 src/vfs/sftpfs/connection.c     result[i * 3 - 1] = '\0';
result            453 src/vfs/sftpfs/connection.c     return result;
result            691 src/vfs/sftpfs/sftpfs.c     int result;
result            699 src/vfs/sftpfs/sftpfs.c     result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0)
result            703 src/vfs/sftpfs/sftpfs.c     return result;
result            731 src/vfs/shell/shell.c     int result;
result            741 src/vfs/shell/shell.c     result = ((strcmp (path_element->host, super->path_element->host) == 0)
result            747 src/vfs/shell/shell.c     return result;
result            903 src/vfs/tar/tar.c     int result, type;
result            907 src/vfs/tar/tar.c     result = mc_open (vpath, O_RDONLY);
result            908 src/vfs/tar/tar.c     if (result == -1)
result            918 src/vfs/tar/tar.c     type = get_compression_type (result, archive->name);
result            920 src/vfs/tar/tar.c         mc_lseek (result, 0, SEEK_SET);
result            926 src/vfs/tar/tar.c         mc_close (result);
result            929 src/vfs/tar/tar.c         result = mc_open (tmp_vpath, O_RDONLY);
result            931 src/vfs/tar/tar.c         if (result == -1)
result            934 src/vfs/tar/tar.c         if (result == -1)
result            941 src/vfs/tar/tar.c     arch->fd = result;
result            105 src/viewer/mcviewer.c                 event->result.abort = TRUE;
result            130 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            140 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            157 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            171 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            317 src/viewer/search.c     mc_search_cbret_t result = MC_SEARCH_CB_OK;
result            341 src/viewer/search.c         result = MC_SEARCH_CB_ABORT;
result            345 src/viewer/search.c     return result;
result             66 tests/lib/strutil/filevercmp.c     int result;
result             72 tests/lib/strutil/filevercmp.c     result = filevercmp (a, b);
result             86 tests/lib/strutil/filevercmp.c     ck_assert_int_eq (sign (nresult), sign (result));
result             88 tests/lib/strutil/filevercmp.c     return result;
result            226 tests/lib/strutil/filevercmp.c         int result;
result            228 tests/lib/strutil/filevercmp.c         result = test_filevercmp (i, j);
result            230 tests/lib/strutil/filevercmp.c         if (result < 0)
result            232 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            263 tests/lib/strutil/filevercmp.c         int result;
result            265 tests/lib/strutil/filevercmp.c         result = filevercmp (i, j);
result            267 tests/lib/strutil/filevercmp.c         if (result < 0)
result            269 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            301 tests/lib/strutil/filevercmp.c         int result;
result            303 tests/lib/strutil/filevercmp.c         result = filevercmp (i, j);
result            305 tests/lib/strutil/filevercmp.c         if (result < 0)
result            307 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            290 tests/lib/vfs/vfs_path_string_convert.c     const char *result;
result            297 tests/lib/vfs/vfs_path_string_convert.c     result = vfs_path_as_str (vpath);
result            303 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (result, ETALON_STR);
result            128 tests/lib/vfs/vfs_s_get_path.c     const char *result;
result            135 tests/lib/vfs/vfs_s_get_path.c     result = vfs_s_get_path (vpath, &archive, 0);
result            138 tests/lib/vfs/vfs_s_get_path.c     mctest_assert_str_eq (result, ETALON_PATH);
result            137 tests/lib/widget/hotkey_equal.c     gboolean result;
result            140 tests/lib/widget/hotkey_equal.c     result = hotkey_equal (data->hotkey1, data->hotkey2);
result            143 tests/lib/widget/hotkey_equal.c     ck_assert_int_eq (result, data->expected_result);
result             77 tests/src/filemanager/examine_cd.c     result = examine_cd (input); \
result             78 tests/src/filemanager/examine_cd.c     ck_assert_msg (strcmp (result->str, etalon) == 0, \
result             79 tests/src/filemanager/examine_cd.c     "\ninput (%s)\nactial (%s) not equal to\netalon (%s)", input, result->str, etalon); \
result             80 tests/src/filemanager/examine_cd.c     g_string_free (result, TRUE); \
result             87 tests/src/filemanager/examine_cd.c     GString *result;