result            271 lib/charsets.c     gboolean result;
result            277 lib/charsets.c     result = coder != INVALID_CONV;
result            278 lib/charsets.c     if (result)
result            280 lib/charsets.c     return result;
result            142 lib/search.h           gboolean result;
result            212 lib/search/search.c         return lc_mc_search->prepared.result;
result            252 lib/search/search.c     lc_mc_search->prepared.result = (lc_mc_search->error == MC_SEARCH_E_OK);
result            254 lib/search/search.c     return lc_mc_search->prepared.result;
result            200 lib/strutil/filevercmp.c     int result;
result            246 lib/strutil/filevercmp.c     result = verrevcmp (a, aprefixlen, b, bprefixlen);
result            250 lib/strutil/filevercmp.c     return (result != 0 || one_pass_only ? result : verrevcmp (a, alen, b, blen));
result            229 lib/strutil/strutil.c     int result = 0;
result            237 lib/strutil/strutil.c                 result++;
result            240 lib/strutil/strutil.c     return result;
result            313 lib/strutil/strutil.c     estr_t result = ESTR_SUCCESS;
result            318 lib/strutil/strutil.c         result = _str_convert (coder, string, -1, buffer);
result            320 lib/strutil/strutil.c     return result;
result            276 lib/strutil/strutil8bit.c     estr_t result = ESTR_SUCCESS;
result            281 lib/strutil/strutil8bit.c         result = str_nconvert (coder, string, size, buffer);
result            283 lib/strutil/strutil8bit.c     return result;
result            291 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            297 lib/strutil/strutil8bit.c     actual = result;
result            298 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            305 lib/strutil/strutil8bit.c     return result;
result            313 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            321 lib/strutil/strutil8bit.c     actual = result;
result            322 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            391 lib/strutil/strutil8bit.c     if (actual >= result + sizeof (result))
result            392 lib/strutil/strutil8bit.c         actual = result + sizeof (result) - 1;
result            394 lib/strutil/strutil8bit.c     return result;
result            402 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            408 lib/strutil/strutil8bit.c     actual = result;
result            409 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            437 lib/strutil/strutil8bit.c     return result;
result            474 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            479 lib/strutil/strutil8bit.c     actual = result;
result            480 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            496 lib/strutil/strutil8bit.c     return result;
result            504 lib/strutil/strutil8bit.c     static char result[MC_MAXPATHLEN];
result            510 lib/strutil/strutil8bit.c     actual = result;
result            511 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            537 lib/strutil/strutil8bit.c     return result;
result            757 lib/strutil/strutil8bit.c     int result;
result            759 lib/strutil/strutil8bit.c     for (result = 0;
result            760 lib/strutil/strutil8bit.c          text[result] != '\0' && prefix[result] != '\0' && text[result] == prefix[result]; result++)
result            763 lib/strutil/strutil8bit.c     return result;
result            771 lib/strutil/strutil8bit.c     int result;
result            773 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            774 lib/strutil/strutil8bit.c          && char_toupper (text[result]) == char_toupper (prefix[result]);
result            775 lib/strutil/strutil8bit.c          result++)
result            778 lib/strutil/strutil8bit.c     return result;
result            821 lib/strutil/strutil8bit.c     struct str_class result;
result            823 lib/strutil/strutil8bit.c     result.conv_gerror_message = str_8bit_conv_gerror_message;
result            824 lib/strutil/strutil8bit.c     result.vfs_convert_to = str_8bit_vfs_convert_to;
result            825 lib/strutil/strutil8bit.c     result.insert_replace_char = str_8bit_insert_replace_char;
result            826 lib/strutil/strutil8bit.c     result.is_valid_string = str_8bit_is_valid_string;
result            827 lib/strutil/strutil8bit.c     result.is_valid_char = str_8bit_is_valid_char;
result            828 lib/strutil/strutil8bit.c     result.cnext_char = str_8bit_cnext_char;
result            829 lib/strutil/strutil8bit.c     result.cprev_char = str_8bit_cprev_char;
result            830 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
result            831 lib/strutil/strutil8bit.c     result.cprev_char_safe = str_8bit_cprev_char;
result            832 lib/strutil/strutil8bit.c     result.cnext_noncomb_char = str_8bit_cnext_noncomb_char;
result            833 lib/strutil/strutil8bit.c     result.cprev_noncomb_char = str_8bit_cprev_noncomb_char;
result            834 lib/strutil/strutil8bit.c     result.char_isspace = str_8bit_isspace;
result            835 lib/strutil/strutil8bit.c     result.char_ispunct = str_8bit_ispunct;
result            836 lib/strutil/strutil8bit.c     result.char_isalnum = str_8bit_isalnum;
result            837 lib/strutil/strutil8bit.c     result.char_isdigit = str_8bit_isdigit;
result            838 lib/strutil/strutil8bit.c     result.char_isprint = str_8bit_isprint;
result            839 lib/strutil/strutil8bit.c     result.char_iscombiningmark = str_8bit_iscombiningmark;
result            840 lib/strutil/strutil8bit.c     result.char_toupper = str_8bit_toupper;
result            841 lib/strutil/strutil8bit.c     result.char_tolower = str_8bit_tolower;
result            842 lib/strutil/strutil8bit.c     result.length = str_8bit_length;
result            843 lib/strutil/strutil8bit.c     result.length2 = str_8bit_length2;
result            844 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
result            845 lib/strutil/strutil8bit.c     result.fix_string = str_8bit_fix_string;
result            846 lib/strutil/strutil8bit.c     result.term_form = str_8bit_term_form;
result            847 lib/strutil/strutil8bit.c     result.fit_to_term = str_8bit_fit_to_term;
result            848 lib/strutil/strutil8bit.c     result.term_trim = str_8bit_term_trim;
result            849 lib/strutil/strutil8bit.c     result.term_width2 = str_8bit_term_width2;
result            850 lib/strutil/strutil8bit.c     result.term_width1 = str_8bit_term_width1;
result            851 lib/strutil/strutil8bit.c     result.term_char_width = str_8bit_term_char_width;
result            852 lib/strutil/strutil8bit.c     result.term_substring = str_8bit_term_substring;
result            853 lib/strutil/strutil8bit.c     result.trunc = str_8bit_trunc;
result            854 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
result            855 lib/strutil/strutil8bit.c     result.column_to_pos = str_8bit_column_to_pos;
result            856 lib/strutil/strutil8bit.c     result.create_search_needle = str_8bit_create_search_needle;
result            857 lib/strutil/strutil8bit.c     result.release_search_needle = str_8bit_release_search_needle;
result            858 lib/strutil/strutil8bit.c     result.search_first = str_8bit_search_first;
result            859 lib/strutil/strutil8bit.c     result.search_last = str_8bit_search_last;
result            860 lib/strutil/strutil8bit.c     result.compare = str_8bit_compare;
result            861 lib/strutil/strutil8bit.c     result.ncompare = str_8bit_ncompare;
result            862 lib/strutil/strutil8bit.c     result.casecmp = str_8bit_casecmp;
result            863 lib/strutil/strutil8bit.c     result.ncasecmp = str_8bit_ncasecmp;
result            864 lib/strutil/strutil8bit.c     result.prefix = str_8bit_prefix;
result            865 lib/strutil/strutil8bit.c     result.caseprefix = str_8bit_caseprefix;
result            866 lib/strutil/strutil8bit.c     result.create_key = str_8bit_create_key;
result            867 lib/strutil/strutil8bit.c     result.create_key_for_filename = str_8bit_create_key;
result            868 lib/strutil/strutil8bit.c     result.key_collate = str_8bit_key_collate;
result            869 lib/strutil/strutil8bit.c     result.release_key = str_8bit_release_key;
result            871 lib/strutil/strutil8bit.c     return result;
result            243 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            249 lib/strutil/strutilascii.c     actual = result;
result            250 lib/strutil/strutilascii.c     remain = sizeof (result);
result            261 lib/strutil/strutilascii.c     return result;
result            269 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            277 lib/strutil/strutilascii.c     actual = result;
result            278 lib/strutil/strutilascii.c     remain = sizeof (result);
result            367 lib/strutil/strutilascii.c     if (actual >= result + sizeof (result))
result            368 lib/strutil/strutilascii.c         actual = result + sizeof (result) - 1;
result            370 lib/strutil/strutilascii.c     return result;
result            378 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            384 lib/strutil/strutilascii.c     actual = result;
result            385 lib/strutil/strutilascii.c     remain = sizeof (result);
result            421 lib/strutil/strutilascii.c     return result;
result            458 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            463 lib/strutil/strutilascii.c     actual = result;
result            464 lib/strutil/strutilascii.c     remain = sizeof (result);
result            485 lib/strutil/strutilascii.c     return result;
result            493 lib/strutil/strutilascii.c     static char result[MC_MAXPATHLEN];
result            499 lib/strutil/strutilascii.c     actual = result;
result            500 lib/strutil/strutilascii.c     remain = sizeof (result);
result            539 lib/strutil/strutilascii.c     return result;
result            720 lib/strutil/strutilascii.c     int result;
result            722 lib/strutil/strutilascii.c     for (result = 0;
result            723 lib/strutil/strutilascii.c          text[result] != '\0' && prefix[result] != '\0' && text[result] == prefix[result]; result++)
result            726 lib/strutil/strutilascii.c     return result;
result            734 lib/strutil/strutilascii.c     int result;
result            736 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            737 lib/strutil/strutilascii.c          && g_ascii_toupper (text[result]) == g_ascii_toupper (prefix[result]);
result            738 lib/strutil/strutilascii.c          result++)
result            741 lib/strutil/strutilascii.c     return result;
result            751 lib/strutil/strutilascii.c     struct str_class result;
result            753 lib/strutil/strutilascii.c     result.conv_gerror_message = str_ascii_conv_gerror_message;
result            754 lib/strutil/strutilascii.c     result.vfs_convert_to = str_ascii_vfs_convert_to;
result            755 lib/strutil/strutilascii.c     result.insert_replace_char = str_ascii_insert_replace_char;
result            756 lib/strutil/strutilascii.c     result.is_valid_string = str_ascii_is_valid_string;
result            757 lib/strutil/strutilascii.c     result.is_valid_char = str_ascii_is_valid_char;
result            758 lib/strutil/strutilascii.c     result.cnext_char = str_ascii_cnext_char;
result            759 lib/strutil/strutilascii.c     result.cprev_char = str_ascii_cprev_char;
result            760 lib/strutil/strutilascii.c     result.cnext_char_safe = str_ascii_cnext_char;
result            761 lib/strutil/strutilascii.c     result.cprev_char_safe = str_ascii_cprev_char;
result            762 lib/strutil/strutilascii.c     result.cnext_noncomb_char = str_ascii_cnext_noncomb_char;
result            763 lib/strutil/strutilascii.c     result.cprev_noncomb_char = str_ascii_cprev_noncomb_char;
result            764 lib/strutil/strutilascii.c     result.char_isspace = str_ascii_isspace;
result            765 lib/strutil/strutilascii.c     result.char_ispunct = str_ascii_ispunct;
result            766 lib/strutil/strutilascii.c     result.char_isalnum = str_ascii_isalnum;
result            767 lib/strutil/strutilascii.c     result.char_isdigit = str_ascii_isdigit;
result            768 lib/strutil/strutilascii.c     result.char_isprint = str_ascii_isprint;
result            769 lib/strutil/strutilascii.c     result.char_iscombiningmark = str_ascii_iscombiningmark;
result            770 lib/strutil/strutilascii.c     result.char_toupper = str_ascii_toupper;
result            771 lib/strutil/strutilascii.c     result.char_tolower = str_ascii_tolower;
result            772 lib/strutil/strutilascii.c     result.length = str_ascii_length;
result            773 lib/strutil/strutilascii.c     result.length2 = str_ascii_length2;
result            774 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
result            775 lib/strutil/strutilascii.c     result.fix_string = str_ascii_fix_string;
result            776 lib/strutil/strutilascii.c     result.term_form = str_ascii_term_form;
result            777 lib/strutil/strutilascii.c     result.fit_to_term = str_ascii_fit_to_term;
result            778 lib/strutil/strutilascii.c     result.term_trim = str_ascii_term_trim;
result            779 lib/strutil/strutilascii.c     result.term_width2 = str_ascii_term_width2;
result            780 lib/strutil/strutilascii.c     result.term_width1 = str_ascii_term_width1;
result            781 lib/strutil/strutilascii.c     result.term_char_width = str_ascii_term_char_width;
result            782 lib/strutil/strutilascii.c     result.term_substring = str_ascii_term_substring;
result            783 lib/strutil/strutilascii.c     result.trunc = str_ascii_trunc;
result            784 lib/strutil/strutilascii.c     result.offset_to_pos = str_ascii_offset_to_pos;
result            785 lib/strutil/strutilascii.c     result.column_to_pos = str_ascii_column_to_pos;
result            786 lib/strutil/strutilascii.c     result.create_search_needle = str_ascii_create_search_needle;
result            787 lib/strutil/strutilascii.c     result.release_search_needle = str_ascii_release_search_needle;
result            788 lib/strutil/strutilascii.c     result.search_first = str_ascii_search_first;
result            789 lib/strutil/strutilascii.c     result.search_last = str_ascii_search_last;
result            790 lib/strutil/strutilascii.c     result.compare = str_ascii_compare;
result            791 lib/strutil/strutilascii.c     result.ncompare = str_ascii_ncompare;
result            792 lib/strutil/strutilascii.c     result.casecmp = str_ascii_casecmp;
result            793 lib/strutil/strutilascii.c     result.ncasecmp = str_ascii_ncasecmp;
result            794 lib/strutil/strutilascii.c     result.prefix = str_ascii_prefix;
result            795 lib/strutil/strutilascii.c     result.caseprefix = str_ascii_caseprefix;
result            796 lib/strutil/strutilascii.c     result.create_key = str_ascii_create_key;
result            797 lib/strutil/strutilascii.c     result.create_key_for_filename = str_ascii_create_key;
result            798 lib/strutil/strutilascii.c     result.key_collate = str_ascii_key_collate;
result            799 lib/strutil/strutilascii.c     result.release_key = str_ascii_release_key;
result            801 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            505 lib/strutil/strutilutf8.c             result.width++;
result            513 lib/strutil/strutilutf8.c     return &result;
result            521 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            530 lib/strutil/strutilutf8.c         g_strlcpy (result, composed, sizeof (result));
result            534 lib/strutil/strutilutf8.c         g_strlcpy (result, pre_form->text, sizeof (result));
result            536 lib/strutil/strutilutf8.c     return result;
result            686 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            692 lib/strutil/strutilutf8.c     tool.actual = result;
result            693 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            750 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            751 lib/strutil/strutilutf8.c     return result;
result            759 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            765 lib/strutil/strutilutf8.c         result[0] = '\0';
result            766 lib/strutil/strutilutf8.c         return result;
result            772 lib/strutil/strutilutf8.c     tool.actual = result;
result            773 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            797 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            798 lib/strutil/strutilutf8.c     return result;
result            806 lib/strutil/strutilutf8.c     const struct term_form *result;
result            808 lib/strutil/strutilutf8.c     result = str_utf8_make_make_term_form (text, length);
result            809 lib/strutil/strutilutf8.c     return result->width;
result            836 lib/strutil/strutilutf8.c     static char result[BUF_MEDIUM * MB_LEN_MAX];
result            843 lib/strutil/strutilutf8.c     tool.actual = result;
result            844 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            858 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            859 lib/strutil/strutilutf8.c     return result;
result            867 lib/strutil/strutilutf8.c     static char result[MC_MAXPATHLEN * MB_LEN_MAX * 2];
result            874 lib/strutil/strutilutf8.c     tool.actual = result;
result            875 lib/strutil/strutilutf8.c     tool.remain = sizeof (result);
result            893 lib/strutil/strutilutf8.c         utf8_tool_compose (result, sizeof (result));
result            894 lib/strutil/strutilutf8.c     return result;
result            906 lib/strutil/strutilutf8.c         int result;
result            911 lib/strutil/strutilutf8.c         result = g_utf8_offset_to_pointer (buffer, length) - buffer;
result            913 lib/strutil/strutilutf8.c         return result;
result            922 lib/strutil/strutilutf8.c     int result = 0;
result            954 lib/strutil/strutilutf8.c             return result;
result            956 lib/strutil/strutilutf8.c         result++;
result            959 lib/strutil/strutilutf8.c     return result;
result            967 lib/strutil/strutilutf8.c     char *fold, *result;
result            976 lib/strutil/strutilutf8.c     result = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL);
result            978 lib/strutil/strutilutf8.c     return result;
result            997 lib/strutil/strutilutf8.c     const char *result = NULL;
result           1024 lib/strutil/strutilutf8.c                 result = text;
result           1028 lib/strutil/strutilutf8.c                     str_utf8_cnext_noncomb_char (&result);
result           1035 lib/strutil/strutilutf8.c     while (match != NULL && result == NULL);
result           1039 lib/strutil/strutilutf8.c     return result;
result           1049 lib/strutil/strutilutf8.c     const char *result = NULL;
result           1075 lib/strutil/strutilutf8.c                 result = text;
result           1079 lib/strutil/strutilutf8.c                     str_utf8_cnext_noncomb_char (&result);
result           1086 lib/strutil/strutilutf8.c     while (match != NULL && result == NULL);
result           1090 lib/strutil/strutilutf8.c     return result;
result           1100 lib/strutil/strutilutf8.c     char *result;
result           1140 lib/strutil/strutilutf8.c         result = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
result           1151 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
result           1154 lib/strutil/strutilutf8.c     return result;
result           1164 lib/strutil/strutilutf8.c     char *result;
result           1188 lib/strutil/strutilutf8.c         result = g_utf8_normalize (fold, -1, G_NORMALIZE_ALL);
result           1202 lib/strutil/strutilutf8.c         result = g_string_free (fixed, FALSE);
result           1205 lib/strutil/strutilutf8.c     return result;
result           1214 lib/strutil/strutilutf8.c     int result;
result           1219 lib/strutil/strutilutf8.c     result = strcmp (n1, n2);
result           1224 lib/strutil/strutilutf8.c     return result;
result           1234 lib/strutil/strutilutf8.c     int result;
result           1241 lib/strutil/strutilutf8.c     result = strncmp (n1, n2, MIN (l1, l2));
result           1246 lib/strutil/strutilutf8.c     return result;
result           1255 lib/strutil/strutilutf8.c     int result;
result           1260 lib/strutil/strutilutf8.c     result = strcmp (n1, n2);
result           1265 lib/strutil/strutilutf8.c     return result;
result           1275 lib/strutil/strutilutf8.c     int result;
result           1282 lib/strutil/strutilutf8.c     result = strncmp (n1, n2, MIN (l1, l2));
result           1287 lib/strutil/strutilutf8.c     return result;
result           1298 lib/strutil/strutilutf8.c     int result;
result           1319 lib/strutil/strutilutf8.c     result = np - p;
result           1324 lib/strutil/strutilutf8.c     return result;
result           1335 lib/strutil/strutilutf8.c     int result;
result           1356 lib/strutil/strutilutf8.c     result = np - p;
result           1361 lib/strutil/strutilutf8.c     return result;
result           1370 lib/strutil/strutilutf8.c     char *result;
result           1373 lib/strutil/strutilutf8.c         result = str_utf8_normalize (text);
result           1409 lib/strutil/strutilutf8.c             result = keygen (fold, -1);
result           1420 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);
result           1432 lib/strutil/strutilutf8.c             result = g_string_free (fixed, FALSE);
result           1435 lib/strutil/strutilutf8.c     return result;
result           1481 lib/strutil/strutilutf8.c     struct str_class result;
result           1483 lib/strutil/strutilutf8.c     result.conv_gerror_message = str_utf8_conv_gerror_message;
result           1484 lib/strutil/strutilutf8.c     result.vfs_convert_to = str_utf8_vfs_convert_to;
result           1485 lib/strutil/strutilutf8.c     result.insert_replace_char = str_utf8_insert_replace_char;
result           1486 lib/strutil/strutilutf8.c     result.is_valid_string = str_utf8_is_valid_string;
result           1487 lib/strutil/strutilutf8.c     result.is_valid_char = str_utf8_is_valid_char;
result           1488 lib/strutil/strutilutf8.c     result.cnext_char = str_utf8_cnext_char;
result           1489 lib/strutil/strutilutf8.c     result.cprev_char = str_utf8_cprev_char;
result           1490 lib/strutil/strutilutf8.c     result.cnext_char_safe = str_utf8_cnext_char_safe;
result           1491 lib/strutil/strutilutf8.c     result.cprev_char_safe = str_utf8_cprev_char_safe;
result           1492 lib/strutil/strutilutf8.c     result.cnext_noncomb_char = str_utf8_cnext_noncomb_char;
result           1493 lib/strutil/strutilutf8.c     result.cprev_noncomb_char = str_utf8_cprev_noncomb_char;
result           1494 lib/strutil/strutilutf8.c     result.char_isspace = str_utf8_isspace;
result           1495 lib/strutil/strutilutf8.c     result.char_ispunct = str_utf8_ispunct;
result           1496 lib/strutil/strutilutf8.c     result.char_isalnum = str_utf8_isalnum;
result           1497 lib/strutil/strutilutf8.c     result.char_isdigit = str_utf8_isdigit;
result           1498 lib/strutil/strutilutf8.c     result.char_isprint = str_utf8_isprint;
result           1499 lib/strutil/strutilutf8.c     result.char_iscombiningmark = str_utf8_iscombiningmark;
result           1500 lib/strutil/strutilutf8.c     result.char_toupper = str_utf8_toupper;
result           1501 lib/strutil/strutilutf8.c     result.char_tolower = str_utf8_tolower;
result           1502 lib/strutil/strutilutf8.c     result.length = str_utf8_length;
result           1503 lib/strutil/strutilutf8.c     result.length2 = str_utf8_length2;
result           1504 lib/strutil/strutilutf8.c     result.length_noncomb = str_utf8_length_noncomb;
result           1505 lib/strutil/strutilutf8.c     result.fix_string = str_utf8_fix_string;
result           1506 lib/strutil/strutilutf8.c     result.term_form = str_utf8_term_form;
result           1507 lib/strutil/strutilutf8.c     result.fit_to_term = str_utf8_fit_to_term;
result           1508 lib/strutil/strutilutf8.c     result.term_trim = str_utf8_term_trim;
result           1509 lib/strutil/strutilutf8.c     result.term_width2 = str_utf8_term_width2;
result           1510 lib/strutil/strutilutf8.c     result.term_width1 = str_utf8_term_width1;
result           1511 lib/strutil/strutilutf8.c     result.term_char_width = str_utf8_term_char_width;
result           1512 lib/strutil/strutilutf8.c     result.term_substring = str_utf8_term_substring;
result           1513 lib/strutil/strutilutf8.c     result.trunc = str_utf8_trunc;
result           1514 lib/strutil/strutilutf8.c     result.offset_to_pos = str_utf8_offset_to_pos;
result           1515 lib/strutil/strutilutf8.c     result.column_to_pos = str_utf8_column_to_pos;
result           1516 lib/strutil/strutilutf8.c     result.create_search_needle = str_utf8_create_search_needle;
result           1517 lib/strutil/strutilutf8.c     result.release_search_needle = str_utf8_release_search_needle;
result           1518 lib/strutil/strutilutf8.c     result.search_first = str_utf8_search_first;
result           1519 lib/strutil/strutilutf8.c     result.search_last = str_utf8_search_last;
result           1520 lib/strutil/strutilutf8.c     result.compare = str_utf8_compare;
result           1521 lib/strutil/strutilutf8.c     result.ncompare = str_utf8_ncompare;
result           1522 lib/strutil/strutilutf8.c     result.casecmp = str_utf8_casecmp;
result           1523 lib/strutil/strutilutf8.c     result.ncasecmp = str_utf8_ncasecmp;
result           1524 lib/strutil/strutilutf8.c     result.prefix = str_utf8_prefix;
result           1525 lib/strutil/strutilutf8.c     result.caseprefix = str_utf8_caseprefix;
result           1526 lib/strutil/strutilutf8.c     result.create_key = str_utf8_create_key;
result           1529 lib/strutil/strutilutf8.c     result.create_key_for_filename = str_utf8_create_key_for_filename;
result           1532 lib/strutil/strutilutf8.c     result.create_key_for_filename = str_utf8_create_key;
result           1534 lib/strutil/strutilutf8.c     result.key_collate = str_utf8_key_collate;
result           1535 lib/strutil/strutilutf8.c     result.release_key = str_utf8_release_key;
result           1537 lib/strutil/strutilutf8.c     return result;
result            215 lib/strutil/tokenize.c     GPtrArray *result = NULL;
result            229 lib/strutil/tokenize.c             return result;
result            242 lib/strutil/tokenize.c         if (result == NULL)
result            243 lib/strutil/tokenize.c             result = g_ptr_array_new ();
result            245 lib/strutil/tokenize.c         g_ptr_array_add (result, g_strndup (string + start, i - start));
result            248 lib/strutil/tokenize.c     return result;
result            896 lib/tty/key.c      int result = 0;
result            914 lib/tty/key.c              result |= KEY_M_SHIFT;
result            916 lib/tty/key.c              result |= KEY_M_CTRL;
result            917 lib/tty/key.c          return result;
result            961 lib/tty/key.c              result |= KEY_M_ALT;
result            963 lib/tty/key.c              result |= KEY_M_CTRL;
result            965 lib/tty/key.c              result |= KEY_M_SHIFT;
result            973 lib/tty/key.c              result |= KEY_M_ALT;
result            975 lib/tty/key.c              result |= KEY_M_CTRL;
result            977 lib/tty/key.c              result |= KEY_M_SHIFT;
result            990 lib/tty/key.c              result |= KEY_M_SHIFT;
result            992 lib/tty/key.c              result |= KEY_M_ALT;
result            994 lib/tty/key.c              result |= KEY_M_CTRL;
result            998 lib/tty/key.c      return result;
result           1341 lib/util.c         const char *result, *sep;
result           1343 lib/util.c         result = _ (s);
result           1344 lib/util.c         sep = strchr (result, '|');
result           1346 lib/util.c         return sep != NULL ? sep + 1 : result;
result           1167 lib/vfs/direntry.c     int result = -1;
result           1199 lib/vfs/direntry.c         result = subclass->open_archive (super, vpath_archive, path_element);
result           1202 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            236 lib/vfs/interface.c         int result;                                                                                \
result            246 lib/vfs/interface.c         result = me->name != NULL ? me->name callarg : -1;                                         \
result            247 lib/vfs/interface.c         if (result == -1)                                                                          \
result            249 lib/vfs/interface.c         return result;                                                                             \
result            268 lib/vfs/interface.c     int result = -1;
result            277 lib/vfs/interface.c             result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;
result            278 lib/vfs/interface.c             if (result == -1)
result            282 lib/vfs/interface.c     return result;
result            292 lib/vfs/interface.c         rettype result;                                                                            \
result            301 lib/vfs/interface.c         result = vfs->name != NULL ? vfs->name callarg : -1;                                       \
result            302 lib/vfs/interface.c         if (result == -1)                                                                          \
result            304 lib/vfs/interface.c         return result;                                                                             \
result            316 lib/vfs/interface.c         int result;                                                                                \
result            331 lib/vfs/interface.c         result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1;                              \
result            332 lib/vfs/interface.c         if (result == -1)                                                                          \
result            334 lib/vfs/interface.c         return result;                                                                             \
result            358 lib/vfs/interface.c     int result = -1;
result            366 lib/vfs/interface.c         result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;
result            368 lib/vfs/interface.c     return result;
result            378 lib/vfs/interface.c     int result;
result            392 lib/vfs/interface.c     result = vfs->close (fsinfo);
result            394 lib/vfs/interface.c     if (result == -1)
result            397 lib/vfs/interface.c     return result;
result            495 lib/vfs/interface.c     int result = -1;
result            498 lib/vfs/interface.c         return result;
result            515 lib/vfs/interface.c         result = vfs->closedir ? (*vfs->closedir) (vfs_path_element->dir.info) : -1;
result            520 lib/vfs/interface.c     return result;
result            528 lib/vfs/interface.c         int result = -1;                                                                           \
result            537 lib/vfs/interface.c             result = me->name ? me->name (vpath, buf) : -1;                                        \
result            538 lib/vfs/interface.c             if (result == -1)                                                                      \
result            542 lib/vfs/interface.c         return result;                                                                             \
result            553 lib/vfs/interface.c     vfs_path_t *result = NULL;
result            562 lib/vfs/interface.c         result = me->getlocalcopy != NULL ? me->getlocalcopy (pathname_vpath)
result            564 lib/vfs/interface.c         if (result == NULL)
result            567 lib/vfs/interface.c     return result;
result            576 lib/vfs/interface.c     int result = -1;
result            584 lib/vfs/interface.c         result = me->ungetlocalcopy != NULL
result            588 lib/vfs/interface.c     return result;
result            606 lib/vfs/interface.c     int result;
result            635 lib/vfs/interface.c     result = me->chdir (cd_vpath);
result            636 lib/vfs/interface.c     if (result == -1)
result            693 lib/vfs/interface.c     off_t result;
result            702 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
result            703 lib/vfs/interface.c     if (result == -1)
result            705 lib/vfs/interface.c     return result;
result            142 lib/vfs/path.c     char *result;
result            170 lib/vfs/path.c         result = vfs_canon (local);
result            177 lib/vfs/path.c         result = g_strdup (path);
result            178 lib/vfs/path.c         canonicalize_pathname (result);
result            181 lib/vfs/path.c     return result;
result            377 lib/vfs/vfs.c      const char *result;
result            379 lib/vfs/vfs.c      result = vfs_translate_path (path);
result            380 lib/vfs/vfs.c      return g_strdup (result);
result            391 lib/widget/dialog.c         event->result.abort = TRUE;
result            147 lib/widget/input_complete.c         char *result;
result            152 lib/widget/input_complete.c         result = filename_completion_function (u_text, state, flags & (~INPUT_COMPLETE_SHELL_ESC));
result            155 lib/widget/input_complete.c         e_result = str_shell_escape (result);
result            156 lib/widget/input_complete.c         g_free (result);
result            531 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             52 lib/widget/mouse.h     } result;
result            236 lib/widget/quick.c             *quick_widget->u.input.result = NULL;
result            607 lib/widget/quick.c                     *item->quick_widget->u.input.result =
result            610 lib/widget/quick.c                     *item->quick_widget->u.input.result = input_get_text (INPUT (item->widget));
result             57 lib/widget/quick.h                  .result = res,                                                                    \
result             79 lib/widget/quick.h                 .result = res,                                                                     \
result            136 lib/widget/quick.h                 .result = NULL,                                                                    \
result            165 lib/widget/quick.h                 .result = NULL,                                                                    \
result            180 lib/widget/quick.h                 .result = NULL,                                                                    \
result            195 lib/widget/quick.h                 .result = NULL,                                                                    \
result            229 lib/widget/quick.h                 .result = NULL,                                                                    \
result            305 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            247 lib/widget/wtools.c     int result = -1;
result            320 lib/widget/wtools.c             result = query_dlg->ret_value - B_USER;
result            334 lib/widget/wtools.c     return result;
result            484 lib/widget/wtools.c     char *result;
result            486 lib/widget/wtools.c     result = input_dialog (header, text, history_name, def_text, completion_flags);
result            487 lib/widget/wtools.c     if (result)
result            491 lib/widget/wtools.c         expanded = tilde_expand (result);
result            492 lib/widget/wtools.c         g_free (result);
result            495 lib/widget/wtools.c     return result;
result            290 src/background.c         int result = 0;
result            296 src/background.c                 result = routine.have_ctx0 (Background);
result            299 src/background.c                 result = routine.have_ctx1 (Background, data[0]);
result            302 src/background.c                 result = routine.have_ctx2 (Background, data[0], data[1]);
result            305 src/background.c                 result = routine.have_ctx3 (Background, data[0], data[1], data[2]);
result            308 src/background.c                 result = routine.have_ctx4 (Background, data[0], data[1], data[2], data[3]);
result            317 src/background.c                 result = routine.non_have_ctx0 (ctx, Background);
result            320 src/background.c                 result = routine.non_have_ctx1 (ctx, Background, data[0]);
result            323 src/background.c                 result = routine.non_have_ctx2 (ctx, Background, data[0], data[1]);
result            326 src/background.c                 result = routine.non_have_ctx3 (ctx, Background, data[0], data[1], data[2]);
result            329 src/background.c                 result =
result            337 src/background.c         ret = write (to_child_fd, &result, sizeof (result));
result            624 src/diffviewer/ydiff.c     ptrdiff_t result;
result            630 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (text, length) - text;
result            648 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf;
result            651 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, sizeof (macros_t),
result             88 src/editor/editmacros.c     if (result == NULL || result->macro == NULL)
result             93 src/editor/editmacros.c     return (int) (result - array_start);
result            782 src/editor/editwidget.c         cb_ret_t result;
result            784 src/editor/editwidget.c         result = edit_dialog_command_execute (h, parm);
result            788 src/editor/editwidget.c         if (result == MSG_NOT_HANDLED && sender == WIDGET (menubar_find (h)))
result            789 src/editor/editwidget.c             result = send_message (g->current->data, NULL, MSG_ACTION, parm, NULL);
result            791 src/editor/editwidget.c         return result;
result            918 src/editor/editwidget.c     event->result.abort = unhandled;
result           1101 src/editor/editwidget.c         event->result.abort = TRUE;
result             87 src/editor/syntax.c         result = line;                                                                             \
result             94 src/editor/syntax.c             result = line;                                                                         \
result            102 src/editor/syntax.c             result = line;                                                                         \
result            965 src/editor/syntax.c     int result = 0;
result           1016 src/editor/syntax.c                 result = line;
result           1024 src/editor/syntax.c                 result = line;
result           1143 src/editor/syntax.c                 result = line;
result           1247 src/editor/syntax.c     if (result == 0)
result           1280 src/editor/syntax.c     return result;
result           1293 src/editor/syntax.c     int result = 0;
result           1325 src/editor/syntax.c                 result = line;
result           1340 src/editor/syntax.c             result = line;
result           1378 src/editor/syntax.c                         result = line + line_error;
result           1380 src/editor/syntax.c                         result = line_error;
result           1410 src/editor/syntax.c     return result;
result            535 src/filemanager/achown.c         int result;
result            586 src/filemanager/achown.c         result = dlg_run (chl_dlg);
result            588 src/filemanager/achown.c         if (result != B_CANCEL)
result            626 src/filemanager/achown.c             if (result == KEY_LEFT)
result            633 src/filemanager/achown.c             else if (result == KEY_RIGHT)
result            833 src/filemanager/achown.c         int result;
result            839 src/filemanager/achown.c         result = query_dialog (MSG_ERROR, msg, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore &all"),
result            843 src/filemanager/achown.c         switch (result)
result            869 src/filemanager/achown.c         int result;
result            875 src/filemanager/achown.c         result = query_dialog (MSG_ERROR, msg, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore &all"),
result            879 src/filemanager/achown.c         switch (result)
result            987 src/filemanager/achown.c         int result;
result           1017 src/filemanager/achown.c         result = dlg_run (ch_dlg);
result           1019 src/filemanager/achown.c         switch (result)
result           1046 src/filemanager/achown.c                 result = B_CANCEL;
result           1065 src/filemanager/achown.c         if (panel->marked != 0 && result != B_CANCEL)
result            213 src/filemanager/boxes.c     int result;
result            254 src/filemanager/boxes.c     result = dlg_run (skin_dlg);
result            255 src/filemanager/boxes.c     if (result == B_ENTER)
result            774 src/filemanager/boxes.c     int result = -1;
result            801 src/filemanager/boxes.c                 QUICK_RADIO (LIST_FORMATS, list_formats, &result, &panel_list_formats_id),
result            831 src/filemanager/boxes.c         result = panel->list_format;
result            846 src/filemanager/boxes.c             result = -1;
result            876 src/filemanager/boxes.c     return result;
result            888 src/filemanager/boxes.c     const panel_field_t *result = NULL;
result            926 src/filemanager/boxes.c             result = panel_get_field_by_title_hotkey (sort_orders_names[sort_idx]);
result            928 src/filemanager/boxes.c         if (result == NULL)
result            929 src/filemanager/boxes.c             result = sort_field;
result            934 src/filemanager/boxes.c     return result;
result            173 src/filemanager/cd.c     gboolean result = FALSE;
result            185 src/filemanager/cd.c         while (!result && c == ':')
result            199 src/filemanager/cd.c                 result = panel_cd (current_panel, r_vpath, cd_parse_command);
result            208 src/filemanager/cd.c     return result;
result            865 src/filemanager/chattr.c         event->result.abort = TRUE;
result           1093 src/filemanager/chattr.c         int result;
result           1099 src/filemanager/chattr.c         result = query_dialog (MSG_ERROR, msg, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore &all"),
result           1103 src/filemanager/chattr.c         switch (result)
result           1203 src/filemanager/chattr.c         int result;
result           1227 src/filemanager/chattr.c         result = dlg_run (ch_dlg);
result           1230 src/filemanager/chattr.c         switch (result)
result           1250 src/filemanager/chattr.c                     result = B_CANCEL;
result           1264 src/filemanager/chattr.c                 if (chattr_is_modifiable (i) && (check_attr[i].selected || result == B_SETALL))
result           1307 src/filemanager/chattr.c         if (panel->marked != 0 && result != B_CANCEL)
result            420 src/filemanager/chmod.c         int result;
result            426 src/filemanager/chmod.c         result = query_dialog (MSG_ERROR, msg, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore &all"),
result            430 src/filemanager/chmod.c         switch (result)
result            532 src/filemanager/chmod.c         int i, result;
result            554 src/filemanager/chmod.c         result = dlg_run (ch_dlg);
result            556 src/filemanager/chmod.c         switch (result)
result            576 src/filemanager/chmod.c                     result = B_CANCEL;
result            590 src/filemanager/chmod.c                 if (check_perm[i].selected || result == B_SETALL)
result            633 src/filemanager/chmod.c         if (panel->marked != 0 && result != B_CANCEL)
result            287 src/filemanager/chown.c         int result;
result            293 src/filemanager/chown.c         result = query_dialog (MSG_ERROR, msg, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore &all"),
result            297 src/filemanager/chown.c         switch (result)
result            393 src/filemanager/chown.c         int result;
result            428 src/filemanager/chown.c         result = dlg_run (ch_dlg);
result            430 src/filemanager/chown.c         switch (result)
result            451 src/filemanager/chown.c             if (result == B_ENTER)
result            464 src/filemanager/chown.c                     result = B_CANCEL;
result            516 src/filemanager/chown.c         if (panel->marked != 0 && result != B_CANCEL)
result            173 src/filemanager/cmd.c     int result = -1;  // Different by default
result            198 src/filemanager/cmd.c             result = (n1 != n2) || (memcmp (buf1, buf2, n1) != 0);
result            206 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            845 src/filemanager/file.c     int result = 0;
result            882 src/filemanager/file.c     result = query_dialog (head_msg, msg, D_ERROR, 2, _ ("&Skip"), _ ("&Abort"));
result            888 src/filemanager/file.c     return (result == 1) ? FILE_ABORT : FILE_SKIP;
result            937 src/filemanager/file.c     int result;
result            946 src/filemanager/file.c         result = query_dialog (msg, error, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore a&ll"),
result            949 src/filemanager/file.c         result =
result            955 src/filemanager/file.c     switch (result)
result            528 src/filemanager/filegui.c     int result;
result            696 src/filemanager/filegui.c     result = dlg_run (ui->replace_dlg);
result            698 src/filemanager/filegui.c     if (result != B_CANCEL)
result            705 src/filemanager/filegui.c     return (result == B_CANCEL) ? REPLACE_ABORT : (replace_action_t) result;
result           1663 src/filemanager/filemanager.c     char *data, *result, *eop;
result           1703 src/filemanager/filemanager.c         result = g_strndup (data + start, len - start);
result           1711 src/filemanager/filemanager.c         result = g_string_free (buffer, nok);
result           1716 src/filemanager/filemanager.c     return result;
result             66 src/filemanager/filenot.c     int result;
result             84 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
result             87 src/filemanager/filenot.c     if (result == 0)
result             88 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
result             90 src/filemanager/filenot.c     return result;
result            100 src/filemanager/filenot.c     int result;
result            102 src/filemanager/filenot.c     result = my_mkdir_rec (vpath, mode);
result            103 src/filemanager/filenot.c     return result;
result            111 src/filemanager/filenot.c     int result;
result            116 src/filemanager/filenot.c     result = mc_rmdir (vpath);
result            118 src/filemanager/filenot.c     return result;
result           1122 src/filemanager/find.c                 char result[BUF_MEDIUM];
result           1128 src/filemanager/find.c                     g_snprintf (result, sizeof (result), _ ("Grepping in %s"), filename);
result           1129 src/filemanager/find.c                     status_update (str_trunc (result, WIDGET (h)->rect.cols - 8));
result           1135 src/filemanager/find.c                 g_snprintf (result, sizeof (result), "%d:%s", line, filename);
result           1138 src/filemanager/find.c                 find_add_match (directory, result, found_start, found_start + found_len);
result           1058 src/filemanager/hotlist.c add_new_group_input (const char *header, const char *label, char **result)
result           1062 src/filemanager/hotlist.c         QUICK_LABELED_INPUT (label, input_label_above, "", "input", result, NULL,
result           1146 src/filemanager/hotlist.c         int result;
result           1153 src/filemanager/hotlist.c         result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2, _ ("&Yes"),
result           1155 src/filemanager/hotlist.c         if (result != 0)
result           1166 src/filemanager/hotlist.c             int result;
result           1170 src/filemanager/hotlist.c             result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
result           1172 src/filemanager/hotlist.c             if (result != 0)
result           1473 src/filemanager/hotlist.c         int result;
result           1481 src/filemanager/hotlist.c         result = save_hotlist ();
result           1483 src/filemanager/hotlist.c         if (result != 0)
result           1172 src/filemanager/mountlist.c             struct dirent *result;
result           1174 src/filemanager/mountlist.c             if (readdir_r (dirp, &entry, &result) || result == NULL)
result           3991 src/filemanager/panel.c                 event->result.abort = TRUE;
result            813 src/filemanager/tree.c         int result;
result            817 src/filemanager/tree.c         result = query_dialog (Q_ ("DialogTitle|Delete"), buf, D_ERROR, 2, _ ("&Yes"), _ ("&No"));
result            819 src/filemanager/tree.c         if (result != 0)
result           1224 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            126 src/help.c         const char *result = NULL;
result            148 src/help.c                 result = e + 1;
result            154 src/help.c         return result;
result            397 src/learn.c        int result;
result            409 src/learn.c        result = dlg_run (learn_dlg);
result            417 src/learn.c        if (result == B_ENTER)
result            176 src/usermenu.c     int result = 0;  // False by default
result            190 src/usermenu.c             result |= !S_ISDIR (st_mode);
result            193 src/usermenu.c             result |= S_ISREG (st_mode);
result            196 src/usermenu.c             result |= S_ISDIR (st_mode);
result            199 src/usermenu.c             result |= S_ISLNK (st_mode);
result            202 src/usermenu.c             result |= S_ISCHR (st_mode);
result            205 src/usermenu.c             result |= S_ISBLK (st_mode);
result            208 src/usermenu.c             result |= S_ISFIFO (st_mode);
result            211 src/usermenu.c             result |= S_ISSOCK (st_mode);
result            214 src/usermenu.c             result |= (st_mode & 0111) != 0 ? 1 : 0;
result            217 src/usermenu.c             result |= panel->marked != 0 ? 1 : 0;
result            225 src/usermenu.c     return (result != 0);
result            385 src/usermenu.c test_line (const Widget *edit_widget, char *p, gboolean *result)
result            423 src/usermenu.c             *result = condition;
result            426 src/usermenu.c             *result = *result && condition;
result            429 src/usermenu.c             *result = *result || condition;
result            436 src/usermenu.c         debug_out (&operator, NULL, *result);
result            777 src/usermenu.c     char *result;
result            841 src/usermenu.c         result = quote_func (fname, FALSE);
result            844 src/usermenu.c         result = quote_func (extension (fname), FALSE);
result            855 src/usermenu.c         result = quote_func (cwd, FALSE);
result            862 src/usermenu.c             result = g_strdup_printf ("%u", (unsigned int) edit_get_cursor_offset (e));
result            871 src/usermenu.c             result = g_strnfill (edit_get_curs_col (e), ' ');
result            885 src/usermenu.c                 result = g_strdup (syntax_type);
result            899 src/usermenu.c             result = quote_func (file, FALSE);
result            906 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            914 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            922 src/usermenu.c             result = quote_func (menu, FALSE);
result            929 src/usermenu.c             result = quote_func (fname, FALSE);
result            943 src/usermenu.c             result = NULL;
result            968 src/usermenu.c         result = block == NULL ? NULL : g_string_free (block, block->len == 0);
result            975 src/usermenu.c     result = g_strdup ("% ");
result            976 src/usermenu.c     result[1] = c;
result            978 src/usermenu.c     return result;
result            521 src/vfs/extfs/extfs.c     mc_pipe_t *result = NULL;
result            561 src/vfs/extfs/extfs.c     result = mc_popen (cmd, TRUE, TRUE, error);
result            564 src/vfs/extfs/extfs.c     if (result == NULL)
result            600 src/vfs/extfs/extfs.c     return result;
result            736 src/vfs/extfs/extfs.c     int result = -1;
result            761 src/vfs/extfs/extfs.c         result = extfs_read_archive (pip, a, &error);
result            763 src/vfs/extfs/extfs.c         if (result != 0)
result            775 src/vfs/extfs/extfs.c     return result;
result            786 src/vfs/extfs/extfs.c     int result = -1;
result            811 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
result            815 src/vfs/extfs/extfs.c         if (result == -1)
result           1264 src/vfs/extfs/extfs.c     int result = -1;
result           1279 src/vfs/extfs/extfs.c     result = 0;
result           1281 src/vfs/extfs/extfs.c     return result;
result           1320 src/vfs/extfs/extfs.c     int result = -1;
result           1337 src/vfs/extfs/extfs.c     result = len;
result           1338 src/vfs/extfs/extfs.c     memcpy (buf, entry->ino->linkname, result);
result           1340 src/vfs/extfs/extfs.c     return result;
result           1362 src/vfs/extfs/extfs.c     int result = -1;
result           1384 src/vfs/extfs/extfs.c     result = 0;
result           1386 src/vfs/extfs/extfs.c     return result;
result           1397 src/vfs/extfs/extfs.c     int result = -1;
result           1430 src/vfs/extfs/extfs.c     result = 0;
result           1432 src/vfs/extfs/extfs.c     return result;
result           1443 src/vfs/extfs/extfs.c     int result = -1;
result           1466 src/vfs/extfs/extfs.c     result = 0;
result           1468 src/vfs/extfs/extfs.c     return result;
result           1039 src/vfs/ftpfs/ftpfs.c     int result;
result           1046 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           1301 src/vfs/ftpfs/ftpfs.c     int result;
result           1310 src/vfs/ftpfs/ftpfs.c             result = getpeername (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
result           1311 src/vfs/ftpfs/ftpfs.c             if (result == 0)
result           1331 src/vfs/ftpfs/ftpfs.c             result = getsockname (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen);
result           1332 src/vfs/ftpfs/ftpfs.c             if (result == 0)
result           1364 src/vfs/ftpfs/ftpfs.c     result = socket (data_addr->ss_family, SOCK_STREAM, IPPROTO_TCP);
result           1365 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            437 src/vfs/sftpfs/connection.c     static char result[SHA1_DIGEST_LENGTH * 3 + 1];  // "XX:" for each byte, and EOL
result            446 src/vfs/sftpfs/connection.c     for (i = 0; i < SHA1_DIGEST_LENGTH && i * 3 < sizeof (result) - 1; i++)
result            447 src/vfs/sftpfs/connection.c         g_snprintf ((gchar *) (result + i * 3), 4, "%02x:", (guint8) fingerprint[i]);
result            450 src/vfs/sftpfs/connection.c     result[i * 3 - 1] = '\0';
result            452 src/vfs/sftpfs/connection.c     return result;
result            686 src/vfs/sftpfs/sftpfs.c     int result;
result            694 src/vfs/sftpfs/sftpfs.c     result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0)
result            698 src/vfs/sftpfs/sftpfs.c     return result;
result            714 src/vfs/shell/shell.c     int result;
result            724 src/vfs/shell/shell.c     result = ((strcmp (path_element->host, super->path_element->host) == 0)
result            732 src/vfs/shell/shell.c     return result;
result            889 src/vfs/tar/tar.c     int result, type;
result            893 src/vfs/tar/tar.c     result = mc_open (vpath, O_RDONLY);
result            894 src/vfs/tar/tar.c     if (result == -1)
result            904 src/vfs/tar/tar.c     type = get_compression_type (result, archive->name);
result            906 src/vfs/tar/tar.c         mc_lseek (result, 0, SEEK_SET);
result            912 src/vfs/tar/tar.c         mc_close (result);
result            915 src/vfs/tar/tar.c         result = mc_open (tmp_vpath, O_RDONLY);
result            917 src/vfs/tar/tar.c         if (result == -1)
result            920 src/vfs/tar/tar.c         if (result == -1)
result            927 src/vfs/tar/tar.c     arch->fd = result;
result             99 src/viewer/mcviewer.c                 event->result.abort = TRUE;
result            124 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            134 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            151 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            165 src/viewer/mcviewer.c                 event->result.repeat = msg == MSG_MOUSE_DOWN;
result            489 src/viewer/search.c     mc_search_cbret_t result = MC_SEARCH_CB_OK;
result            513 src/viewer/search.c         result = MC_SEARCH_CB_ABORT;
result            517 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            216 tests/lib/strutil/filevercmp.c         int result;
result            218 tests/lib/strutil/filevercmp.c         result = test_filevercmp (i, j);
result            220 tests/lib/strutil/filevercmp.c         if (result < 0)
result            222 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            248 tests/lib/strutil/filevercmp.c         int result;
result            250 tests/lib/strutil/filevercmp.c         result = filevercmp (i, j);
result            252 tests/lib/strutil/filevercmp.c         if (result < 0)
result            254 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            281 tests/lib/strutil/filevercmp.c         int result;
result            283 tests/lib/strutil/filevercmp.c         result = filevercmp (i, j);
result            285 tests/lib/strutil/filevercmp.c         if (result < 0)
result            287 tests/lib/strutil/filevercmp.c         else if (result > 0)
result            304 tests/lib/vfs/vfs_path_string_convert.c     const char *result;
result            311 tests/lib/vfs/vfs_path_string_convert.c     result = vfs_path_as_str (vpath);
result            317 tests/lib/vfs/vfs_path_string_convert.c     mctest_assert_str_eq (result, ETALON_STR);
result            125 tests/lib/vfs/vfs_s_get_path.c     const char *result;
result            131 tests/lib/vfs/vfs_s_get_path.c     result = vfs_s_get_path (vpath, &archive, 0);
result            134 tests/lib/vfs/vfs_s_get_path.c     mctest_assert_str_eq (result, ETALON_PATH);
result            131 tests/lib/widget/hotkey_equal.c     gboolean result;
result            134 tests/lib/widget/hotkey_equal.c     result = hotkey_equal (data->hotkey1, data->hotkey2);
result            137 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,  \
result             81 tests/src/filemanager/examine_cd.c         g_string_free (result, TRUE);                                                              \
result             86 tests/src/filemanager/examine_cd.c     GString *result;