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            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            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            224 lib/strutil/strutil.c     int result = 0;
result            232 lib/strutil/strutil.c                 result++;
result            235 lib/strutil/strutil.c     return result;
result            308 lib/strutil/strutil.c     estr_t result = ESTR_SUCCESS;
result            313 lib/strutil/strutil.c         result = _str_convert (coder, string, -1, buffer);
result            315 lib/strutil/strutil.c     return result;
result            281 lib/strutil/strutil8bit.c     estr_t result = ESTR_SUCCESS;
result            286 lib/strutil/strutil8bit.c         result = str_nconvert (coder, string, size, buffer);
result            288 lib/strutil/strutil8bit.c     return result;
result            296 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            302 lib/strutil/strutil8bit.c     actual = result;
result            303 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            310 lib/strutil/strutil8bit.c     return result;
result            318 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            326 lib/strutil/strutil8bit.c     actual = result;
result            327 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            396 lib/strutil/strutil8bit.c     if (actual >= result + sizeof (result))
result            397 lib/strutil/strutil8bit.c         actual = result + sizeof (result) - 1;
result            399 lib/strutil/strutil8bit.c     return result;
result            407 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            413 lib/strutil/strutil8bit.c     actual = result;
result            414 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            442 lib/strutil/strutil8bit.c     return result;
result            479 lib/strutil/strutil8bit.c     static char result[BUF_MEDIUM];
result            484 lib/strutil/strutil8bit.c     actual = result;
result            485 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            501 lib/strutil/strutil8bit.c     return result;
result            509 lib/strutil/strutil8bit.c     static char result[MC_MAXPATHLEN];
result            515 lib/strutil/strutil8bit.c     actual = result;
result            516 lib/strutil/strutil8bit.c     remain = sizeof (result);
result            542 lib/strutil/strutil8bit.c     return result;
result            762 lib/strutil/strutil8bit.c     int result;
result            764 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            765 lib/strutil/strutil8bit.c          && text[result] == prefix[result]; result++);
result            767 lib/strutil/strutil8bit.c     return result;
result            775 lib/strutil/strutil8bit.c     int result;
result            777 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            778 lib/strutil/strutil8bit.c          && char_toupper (text[result]) == char_toupper (prefix[result]); result++);
result            780 lib/strutil/strutil8bit.c     return result;
result            823 lib/strutil/strutil8bit.c     struct str_class result;
result            825 lib/strutil/strutil8bit.c     result.conv_gerror_message = str_8bit_conv_gerror_message;
result            826 lib/strutil/strutil8bit.c     result.vfs_convert_to = str_8bit_vfs_convert_to;
result            827 lib/strutil/strutil8bit.c     result.insert_replace_char = str_8bit_insert_replace_char;
result            828 lib/strutil/strutil8bit.c     result.is_valid_string = str_8bit_is_valid_string;
result            829 lib/strutil/strutil8bit.c     result.is_valid_char = str_8bit_is_valid_char;
result            830 lib/strutil/strutil8bit.c     result.cnext_char = str_8bit_cnext_char;
result            831 lib/strutil/strutil8bit.c     result.cprev_char = str_8bit_cprev_char;
result            832 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
result            833 lib/strutil/strutil8bit.c     result.cprev_char_safe = str_8bit_cprev_char;
result            834 lib/strutil/strutil8bit.c     result.cnext_noncomb_char = str_8bit_cnext_noncomb_char;
result            835 lib/strutil/strutil8bit.c     result.cprev_noncomb_char = str_8bit_cprev_noncomb_char;
result            836 lib/strutil/strutil8bit.c     result.char_isspace = str_8bit_isspace;
result            837 lib/strutil/strutil8bit.c     result.char_ispunct = str_8bit_ispunct;
result            838 lib/strutil/strutil8bit.c     result.char_isalnum = str_8bit_isalnum;
result            839 lib/strutil/strutil8bit.c     result.char_isdigit = str_8bit_isdigit;
result            840 lib/strutil/strutil8bit.c     result.char_isprint = str_8bit_isprint;
result            841 lib/strutil/strutil8bit.c     result.char_iscombiningmark = str_8bit_iscombiningmark;
result            842 lib/strutil/strutil8bit.c     result.char_toupper = str_8bit_toupper;
result            843 lib/strutil/strutil8bit.c     result.char_tolower = str_8bit_tolower;
result            844 lib/strutil/strutil8bit.c     result.length = str_8bit_length;
result            845 lib/strutil/strutil8bit.c     result.length2 = str_8bit_length2;
result            846 lib/strutil/strutil8bit.c     result.length_noncomb = str_8bit_length;
result            847 lib/strutil/strutil8bit.c     result.fix_string = str_8bit_fix_string;
result            848 lib/strutil/strutil8bit.c     result.term_form = str_8bit_term_form;
result            849 lib/strutil/strutil8bit.c     result.fit_to_term = str_8bit_fit_to_term;
result            850 lib/strutil/strutil8bit.c     result.term_trim = str_8bit_term_trim;
result            851 lib/strutil/strutil8bit.c     result.term_width2 = str_8bit_term_width2;
result            852 lib/strutil/strutil8bit.c     result.term_width1 = str_8bit_term_width1;
result            853 lib/strutil/strutil8bit.c     result.term_char_width = str_8bit_term_char_width;
result            854 lib/strutil/strutil8bit.c     result.term_substring = str_8bit_term_substring;
result            855 lib/strutil/strutil8bit.c     result.trunc = str_8bit_trunc;
result            856 lib/strutil/strutil8bit.c     result.offset_to_pos = str_8bit_offset_to_pos;
result            857 lib/strutil/strutil8bit.c     result.column_to_pos = str_8bit_column_to_pos;
result            858 lib/strutil/strutil8bit.c     result.create_search_needle = str_8bit_create_search_needle;
result            859 lib/strutil/strutil8bit.c     result.release_search_needle = str_8bit_release_search_needle;
result            860 lib/strutil/strutil8bit.c     result.search_first = str_8bit_search_first;
result            861 lib/strutil/strutil8bit.c     result.search_last = str_8bit_search_last;
result            862 lib/strutil/strutil8bit.c     result.compare = str_8bit_compare;
result            863 lib/strutil/strutil8bit.c     result.ncompare = str_8bit_ncompare;
result            864 lib/strutil/strutil8bit.c     result.casecmp = str_8bit_casecmp;
result            865 lib/strutil/strutil8bit.c     result.ncasecmp = str_8bit_ncasecmp;
result            866 lib/strutil/strutil8bit.c     result.prefix = str_8bit_prefix;
result            867 lib/strutil/strutil8bit.c     result.caseprefix = str_8bit_caseprefix;
result            868 lib/strutil/strutil8bit.c     result.create_key = str_8bit_create_key;
result            869 lib/strutil/strutil8bit.c     result.create_key_for_filename = str_8bit_create_key;
result            870 lib/strutil/strutil8bit.c     result.key_collate = str_8bit_key_collate;
result            871 lib/strutil/strutil8bit.c     result.release_key = str_8bit_release_key;
result            873 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            368 lib/strutil/strutilascii.c     if (actual >= result + sizeof (result))
result            369 lib/strutil/strutilascii.c         actual = result + sizeof (result) - 1;
result            371 lib/strutil/strutilascii.c     return result;
result            379 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            385 lib/strutil/strutilascii.c     actual = result;
result            386 lib/strutil/strutilascii.c     remain = sizeof (result);
result            422 lib/strutil/strutilascii.c     return result;
result            459 lib/strutil/strutilascii.c     static char result[BUF_MEDIUM];
result            464 lib/strutil/strutilascii.c     actual = result;
result            465 lib/strutil/strutilascii.c     remain = sizeof (result);
result            486 lib/strutil/strutilascii.c     return result;
result            494 lib/strutil/strutilascii.c     static char result[MC_MAXPATHLEN];
result            500 lib/strutil/strutilascii.c     actual = result;
result            501 lib/strutil/strutilascii.c     remain = sizeof (result);
result            540 lib/strutil/strutilascii.c     return result;
result            722 lib/strutil/strutilascii.c     int result;
result            724 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            725 lib/strutil/strutilascii.c          && text[result] == prefix[result]; result++);
result            727 lib/strutil/strutilascii.c     return result;
result            735 lib/strutil/strutilascii.c     int result;
result            737 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
result            738 lib/strutil/strutilascii.c          && g_ascii_toupper (text[result]) == g_ascii_toupper (prefix[result]); result++);
result            740 lib/strutil/strutilascii.c     return result;
result            750 lib/strutil/strutilascii.c     struct str_class result;
result            752 lib/strutil/strutilascii.c     result.conv_gerror_message = str_ascii_conv_gerror_message;
result            753 lib/strutil/strutilascii.c     result.vfs_convert_to = str_ascii_vfs_convert_to;
result            754 lib/strutil/strutilascii.c     result.insert_replace_char = str_ascii_insert_replace_char;
result            755 lib/strutil/strutilascii.c     result.is_valid_string = str_ascii_is_valid_string;
result            756 lib/strutil/strutilascii.c     result.is_valid_char = str_ascii_is_valid_char;
result            757 lib/strutil/strutilascii.c     result.cnext_char = str_ascii_cnext_char;
result            758 lib/strutil/strutilascii.c     result.cprev_char = str_ascii_cprev_char;
result            759 lib/strutil/strutilascii.c     result.cnext_char_safe = str_ascii_cnext_char;
result            760 lib/strutil/strutilascii.c     result.cprev_char_safe = str_ascii_cprev_char;
result            761 lib/strutil/strutilascii.c     result.cnext_noncomb_char = str_ascii_cnext_noncomb_char;
result            762 lib/strutil/strutilascii.c     result.cprev_noncomb_char = str_ascii_cprev_noncomb_char;
result            763 lib/strutil/strutilascii.c     result.char_isspace = str_ascii_isspace;
result            764 lib/strutil/strutilascii.c     result.char_ispunct = str_ascii_ispunct;
result            765 lib/strutil/strutilascii.c     result.char_isalnum = str_ascii_isalnum;
result            766 lib/strutil/strutilascii.c     result.char_isdigit = str_ascii_isdigit;
result            767 lib/strutil/strutilascii.c     result.char_isprint = str_ascii_isprint;
result            768 lib/strutil/strutilascii.c     result.char_iscombiningmark = str_ascii_iscombiningmark;
result            769 lib/strutil/strutilascii.c     result.char_toupper = str_ascii_toupper;
result            770 lib/strutil/strutilascii.c     result.char_tolower = str_ascii_tolower;
result            771 lib/strutil/strutilascii.c     result.length = str_ascii_length;
result            772 lib/strutil/strutilascii.c     result.length2 = str_ascii_length2;
result            773 lib/strutil/strutilascii.c     result.length_noncomb = str_ascii_length;
result            774 lib/strutil/strutilascii.c     result.fix_string = str_ascii_fix_string;
result            775 lib/strutil/strutilascii.c     result.term_form = str_ascii_term_form;
result            776 lib/strutil/strutilascii.c     result.fit_to_term = str_ascii_fit_to_term;
result            777 lib/strutil/strutilascii.c     result.term_trim = str_ascii_term_trim;
result            778 lib/strutil/strutilascii.c     result.term_width2 = str_ascii_term_width2;
result            779 lib/strutil/strutilascii.c     result.term_width1 = str_ascii_term_width1;
result            780 lib/strutil/strutilascii.c     result.term_char_width = str_ascii_term_char_width;
result            781 lib/strutil/strutilascii.c     result.term_substring = str_ascii_term_substring;
result            782 lib/strutil/strutilascii.c     result.trunc = str_ascii_trunc;
result            783 lib/strutil/strutilascii.c     result.offset_to_pos = str_ascii_offset_to_pos;
result            784 lib/strutil/strutilascii.c     result.column_to_pos = str_ascii_column_to_pos;
result            785 lib/strutil/strutilascii.c     result.create_search_needle = str_ascii_create_search_needle;
result            786 lib/strutil/strutilascii.c     result.release_search_needle = str_ascii_release_search_needle;
result            787 lib/strutil/strutilascii.c     result.search_first = str_ascii_search_first;
result            788 lib/strutil/strutilascii.c     result.search_last = str_ascii_search_last;
result            789 lib/strutil/strutilascii.c     result.compare = str_ascii_compare;
result            790 lib/strutil/strutilascii.c     result.ncompare = str_ascii_ncompare;
result            791 lib/strutil/strutilascii.c     result.casecmp = str_ascii_casecmp;
result            792 lib/strutil/strutilascii.c     result.ncasecmp = str_ascii_ncasecmp;
result            793 lib/strutil/strutilascii.c     result.prefix = str_ascii_prefix;
result            794 lib/strutil/strutilascii.c     result.caseprefix = str_ascii_caseprefix;
result            795 lib/strutil/strutilascii.c     result.create_key = str_ascii_create_key;
result            796 lib/strutil/strutilascii.c     result.create_key_for_filename = str_ascii_create_key;
result            797 lib/strutil/strutilascii.c     result.key_collate = str_ascii_key_collate;
result            798 lib/strutil/strutilascii.c     result.release_key = str_ascii_release_key;
result            800 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            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           1334 lib/util.c         const char *result, *sep;
result           1336 lib/util.c         result = _(s);
result           1337 lib/util.c         sep = strchr (result, '|');
result           1339 lib/util.c         return sep != NULL ? sep + 1 : result;
result           1170 lib/vfs/direntry.c     int result = -1;
result           1202 lib/vfs/direntry.c         result = subclass->open_archive (super, vpath_archive, path_element);
result           1205 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            564 lib/vfs/interface.c     vfs_path_t *result = NULL;
result            573 lib/vfs/interface.c         result = me->getlocalcopy != NULL ?
result            575 lib/vfs/interface.c         if (result == NULL)
result            578 lib/vfs/interface.c     return result;
result            587 lib/vfs/interface.c     int result = -1;
result            595 lib/vfs/interface.c         result = me->ungetlocalcopy != NULL ?
result            599 lib/vfs/interface.c     return result;
result            617 lib/vfs/interface.c     int result;
result            646 lib/vfs/interface.c     result = me->chdir (cd_vpath);
result            647 lib/vfs/interface.c     if (result == -1)
result            704 lib/vfs/interface.c     off_t result;
result            713 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
result            714 lib/vfs/interface.c     if (result == -1)
result            716 lib/vfs/interface.c     return result;
result            143 lib/vfs/path.c     char *result;
result            171 lib/vfs/path.c         result = vfs_canon (local);
result            178 lib/vfs/path.c         result = g_strdup (path);
result            179 lib/vfs/path.c         canonicalize_pathname (result);
result            182 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            146 lib/widget/input_complete.c         char *result;
result            151 lib/widget/input_complete.c         result = filename_completion_function (u_text, state, flags & (~INPUT_COMPLETE_SHELL_ESC));
result            154 lib/widget/input_complete.c         e_result = str_shell_escape (result);
result            155 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            292 src/background.c         int result = 0;
result            298 src/background.c                 result = routine.have_ctx0 (Background);
result            301 src/background.c                 result = routine.have_ctx1 (Background, data[0]);
result            304 src/background.c                 result = routine.have_ctx2 (Background, data[0], data[1]);
result            307 src/background.c                 result = routine.have_ctx3 (Background, data[0], data[1], data[2]);
result            310 src/background.c                 result = routine.have_ctx4 (Background, data[0], data[1], data[2], data[3]);
result            319 src/background.c                 result = routine.non_have_ctx0 (ctx, Background);
result            322 src/background.c                 result = routine.non_have_ctx1 (ctx, Background, data[0]);
result            325 src/background.c                 result = routine.non_have_ctx2 (ctx, Background, data[0], data[1]);
result            328 src/background.c                 result = routine.non_have_ctx3 (ctx, Background, data[0], data[1], data[2]);
result            331 src/background.c                 result =
result            339 src/background.c         ret = write (to_child_fd, &result, sizeof (result));
result            625 src/diffviewer/ydiff.c     ptrdiff_t result;
result            631 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (text, length) - text;
result            649 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (tmpbuf, length) - tmpbuf;
result            652 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            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            917 src/editor/editwidget.c     event->result.abort = unhandled;
result           1098 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            536 src/filemanager/achown.c         int result;
result            589 src/filemanager/achown.c         result = dlg_run (chl_dlg);
result            591 src/filemanager/achown.c         if (result != B_CANCEL)
result            629 src/filemanager/achown.c             if (result == KEY_LEFT)
result            636 src/filemanager/achown.c             else if (result == KEY_RIGHT)
result            843 src/filemanager/achown.c         int result;
result            849 src/filemanager/achown.c         result =
result            854 src/filemanager/achown.c         switch (result)
result            880 src/filemanager/achown.c         int result;
result            886 src/filemanager/achown.c         result =
result            891 src/filemanager/achown.c         switch (result)
result           1001 src/filemanager/achown.c         int result;
result           1031 src/filemanager/achown.c         result = dlg_run (ch_dlg);
result           1033 src/filemanager/achown.c         switch (result)
result           1060 src/filemanager/achown.c                     result = B_CANCEL;
result           1079 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            765 src/filemanager/boxes.c     int result = -1;
result            792 src/filemanager/boxes.c                 QUICK_RADIO (LIST_FORMATS, list_formats, &result, &panel_list_formats_id),
result            818 src/filemanager/boxes.c         result = panel->list_format;
result            833 src/filemanager/boxes.c             result = -1;
result            863 src/filemanager/boxes.c     return result;
result            875 src/filemanager/boxes.c     const panel_field_t *result = NULL;
result            909 src/filemanager/boxes.c             result = panel_get_field_by_title_hotkey (sort_orders_names[sort_idx]);
result            911 src/filemanager/boxes.c         if (result == NULL)
result            912 src/filemanager/boxes.c             result = sort_field;
result            917 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            869 src/filemanager/chattr.c         event->result.abort = TRUE;
result           1098 src/filemanager/chattr.c         int result;
result           1104 src/filemanager/chattr.c         result =
result           1109 src/filemanager/chattr.c         switch (result)
result           1209 src/filemanager/chattr.c         int result;
result           1233 src/filemanager/chattr.c         result = dlg_run (ch_dlg);
result           1236 src/filemanager/chattr.c         switch (result)
result           1256 src/filemanager/chattr.c                     result = B_CANCEL;
result           1270 src/filemanager/chattr.c                 if (chattr_is_modifiable (i) && (check_attr[i].selected || result == B_SETALL))
result           1313 src/filemanager/chattr.c         if (panel->marked != 0 && result != B_CANCEL)
result            421 src/filemanager/chmod.c         int result;
result            427 src/filemanager/chmod.c         result =
result            432 src/filemanager/chmod.c         switch (result)
result            534 src/filemanager/chmod.c         int i, result;
result            556 src/filemanager/chmod.c         result = dlg_run (ch_dlg);
result            558 src/filemanager/chmod.c         switch (result)
result            578 src/filemanager/chmod.c                     result = B_CANCEL;
result            592 src/filemanager/chmod.c                 if (check_perm[i].selected || result == B_SETALL)
result            635 src/filemanager/chmod.c         if (panel->marked != 0 && result != B_CANCEL)
result            293 src/filemanager/chown.c         int result;
result            299 src/filemanager/chown.c         result =
result            304 src/filemanager/chown.c         switch (result)
result            400 src/filemanager/chown.c         int result;
result            435 src/filemanager/chown.c         result = dlg_run (ch_dlg);
result            437 src/filemanager/chown.c         switch (result)
result            458 src/filemanager/chown.c                 if (result == B_ENTER)
result            471 src/filemanager/chown.c                         result = B_CANCEL;
result            523 src/filemanager/chown.c         if (panel->marked != 0 && result != B_CANCEL)
result            172 src/filemanager/cmd.c     int result = -1;            /* Different by default */
result            197 src/filemanager/cmd.c             result = (n1 != n2) || memcmp (buf1, buf2, n1);
result            205 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            850 src/filemanager/file.c     int result = 0;
result            885 src/filemanager/file.c     result = query_dialog (head_msg, msg, D_ERROR, 2, _("&Skip"), _("&Abort"));
result            889 src/filemanager/file.c     return (result == 1) ? FILE_ABORT : FILE_SKIP;
result            937 src/filemanager/file.c     int result;
result            943 src/filemanager/file.c         result =
result            947 src/filemanager/file.c         result = query_dialog (msg, error, D_ERROR, 3, _("&Ignore"), _("Ignore a&ll"), _("&Abort"));
result            949 src/filemanager/file.c     switch (result)
result            522 src/filemanager/filegui.c     int result;
result            689 src/filemanager/filegui.c     result = dlg_run (ui->replace_dlg);
result            691 src/filemanager/filegui.c     if (result != B_CANCEL)
result            696 src/filemanager/filegui.c     return (result == B_CANCEL) ? REPLACE_ABORT : (replace_action_t) result;
result           1662 src/filemanager/filemanager.c     char *data, *result, *eop;
result           1702 src/filemanager/filemanager.c         result = g_strndup (data + start, len - start);
result           1710 src/filemanager/filemanager.c         result = g_string_free (buffer, nok);
result           1715 src/filemanager/filemanager.c     return result;
result             67 src/filemanager/filenot.c     int result;
result             85 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
result             88 src/filemanager/filenot.c     if (result == 0)
result             89 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
result             91 src/filemanager/filenot.c     return result;
result            101 src/filemanager/filenot.c     int result;
result            103 src/filemanager/filenot.c     result = my_mkdir_rec (vpath, mode);
result            104 src/filemanager/filenot.c     return result;
result            112 src/filemanager/filenot.c     int result;
result            117 src/filemanager/filenot.c     result = mc_rmdir (vpath);
result            119 src/filemanager/filenot.c     return result;
result           1130 src/filemanager/find.c                 char result[BUF_MEDIUM];
result           1136 src/filemanager/find.c                     g_snprintf (result, sizeof (result), _("Grepping in %s"), filename);
result           1137 src/filemanager/find.c                     status_update (str_trunc (result, WIDGET (h)->rect.cols - 8));
result           1143 src/filemanager/find.c                 g_snprintf (result, sizeof (result), "%d:%s", line, filename);
result           1145 src/filemanager/find.c                 find_add_match (directory, result, found_start, found_start + found_len);
result           1064 src/filemanager/hotlist.c add_new_group_input (const char *header, const char *label, char **result)
result           1068 src/filemanager/hotlist.c         QUICK_LABELED_INPUT (label, input_label_above, "", "input", result, NULL,
result           1148 src/filemanager/hotlist.c         int result;
result           1155 src/filemanager/hotlist.c         result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
result           1157 src/filemanager/hotlist.c         if (result != 0)
result           1168 src/filemanager/hotlist.c             int result;
result           1172 src/filemanager/hotlist.c             result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
result           1174 src/filemanager/hotlist.c             if (result != 0)
result           1477 src/filemanager/hotlist.c         int result;
result           1485 src/filemanager/hotlist.c         result = save_hotlist ();
result           1487 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           4113 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            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            177 src/usermenu.c     int result = 0;             /* False by default */
result            191 src/usermenu.c             result |= !S_ISDIR (st_mode);
result            194 src/usermenu.c             result |= S_ISREG (st_mode);
result            197 src/usermenu.c             result |= S_ISDIR (st_mode);
result            200 src/usermenu.c             result |= S_ISLNK (st_mode);
result            203 src/usermenu.c             result |= S_ISCHR (st_mode);
result            206 src/usermenu.c             result |= S_ISBLK (st_mode);
result            209 src/usermenu.c             result |= S_ISFIFO (st_mode);
result            212 src/usermenu.c             result |= S_ISSOCK (st_mode);
result            215 src/usermenu.c             result |= (st_mode & 0111) != 0 ? 1 : 0;
result            218 src/usermenu.c             result |= panel->marked != 0 ? 1 : 0;
result            226 src/usermenu.c     return (result != 0);
result            387 src/usermenu.c test_line (const Widget *edit_widget, char *p, gboolean *result)
result            425 src/usermenu.c             *result = condition;
result            428 src/usermenu.c             *result = *result && condition;
result            431 src/usermenu.c             *result = *result || condition;
result            438 src/usermenu.c         debug_out (&operator, NULL, *result);
result            780 src/usermenu.c     char *result;
result            844 src/usermenu.c         result = quote_func (fname, FALSE);
result            847 src/usermenu.c         result = quote_func (extension (fname), FALSE);
result            858 src/usermenu.c             result = quote_func (cwd, FALSE);
result            865 src/usermenu.c             result = g_strdup_printf ("%u", (unsigned int) edit_get_cursor_offset (e));
result            874 src/usermenu.c             result = g_strnfill (edit_get_curs_col (e), ' ');
result            888 src/usermenu.c                 result = g_strdup (syntax_type);
result            902 src/usermenu.c             result = quote_func (file, FALSE);
result            909 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            917 src/usermenu.c             result = strip_ext (quote_func (fname, FALSE));
result            925 src/usermenu.c             result = quote_func (menu, FALSE);
result            932 src/usermenu.c             result = quote_func (fname, FALSE);
result            946 src/usermenu.c                 result = NULL;
result            971 src/usermenu.c             result = block == NULL ? NULL : g_string_free (block, block->len == 0);
result            978 src/usermenu.c     result = g_strdup ("% ");
result            979 src/usermenu.c     result[1] = c;
result            981 src/usermenu.c     return result;
result            516 src/vfs/extfs/extfs.c     mc_pipe_t *result = NULL;
result            554 src/vfs/extfs/extfs.c     result = mc_popen (cmd, TRUE, TRUE, error);
result            557 src/vfs/extfs/extfs.c     if (result == NULL)
result            593 src/vfs/extfs/extfs.c     return result;
result            729 src/vfs/extfs/extfs.c     int result = -1;
result            754 src/vfs/extfs/extfs.c         result = extfs_read_archive (pip, a, &error);
result            756 src/vfs/extfs/extfs.c         if (result != 0)
result            768 src/vfs/extfs/extfs.c     return result;
result            779 src/vfs/extfs/extfs.c     int result = -1;
result            804 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
result            808 src/vfs/extfs/extfs.c         if (result == -1)
result           1259 src/vfs/extfs/extfs.c     int result = -1;
result           1274 src/vfs/extfs/extfs.c     result = 0;
result           1276 src/vfs/extfs/extfs.c     return result;
result           1315 src/vfs/extfs/extfs.c     int result = -1;
result           1332 src/vfs/extfs/extfs.c     result = len;
result           1333 src/vfs/extfs/extfs.c     memcpy (buf, entry->ino->linkname, result);
result           1335 src/vfs/extfs/extfs.c     return result;
result           1378 src/vfs/extfs/extfs.c     int result = -1;
result           1400 src/vfs/extfs/extfs.c     result = 0;
result           1402 src/vfs/extfs/extfs.c     return result;
result           1413 src/vfs/extfs/extfs.c     int result = -1;
result           1446 src/vfs/extfs/extfs.c     result = 0;
result           1448 src/vfs/extfs/extfs.c     return result;
result           1459 src/vfs/extfs/extfs.c     int result = -1;
result           1482 src/vfs/extfs/extfs.c     result = 0;
result           1484 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            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            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            904 src/vfs/tar/tar.c     int result, type;
result            908 src/vfs/tar/tar.c     result = mc_open (vpath, O_RDONLY);
result            909 src/vfs/tar/tar.c     if (result == -1)
result            919 src/vfs/tar/tar.c     type = get_compression_type (result, archive->name);
result            921 src/vfs/tar/tar.c         mc_lseek (result, 0, SEEK_SET);
result            927 src/vfs/tar/tar.c         mc_close (result);
result            930 src/vfs/tar/tar.c         result = mc_open (tmp_vpath, O_RDONLY);
result            932 src/vfs/tar/tar.c         if (result == -1)
result            935 src/vfs/tar/tar.c         if (result == -1)
result            942 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;