NULL 45 lib/charsets.c GPtrArray *codepages = NULL; NULL 50 lib/charsets.c const char *cp_display = NULL; NULL 51 lib/charsets.c const char *cp_source = NULL; NULL 99 lib/charsets.c char *default_codepage = NULL; NULL 102 lib/charsets.c if (f == NULL) NULL 105 lib/charsets.c while (fgets (buf, sizeof buf, f) != NULL) NULL 134 lib/charsets.c if (*list == NULL) NULL 167 lib/charsets.c if (default_codepage != NULL) NULL 182 lib/charsets.c gchar *tmp_buff = NULL; NULL 188 lib/charsets.c tmp_buff = g_convert_with_iconv (ibuf, ibuflen, cd, &bytes_read, &bytes_written, NULL); NULL 189 lib/charsets.c if (tmp_buff != NULL) NULL 205 lib/charsets.c fname = g_build_filename (mc_global.share_data_dir, CHARSETS_LIST, (char *) NULL); NULL 210 lib/charsets.c fname = g_build_filename (mc_global.sysconfig_dir, CHARSETS_LIST, (char *) NULL); NULL 214 lib/charsets.c if (codepages == NULL) NULL 229 lib/charsets.c g_ptr_array_foreach (codepages, free_codepage_desc, NULL); NULL 232 lib/charsets.c codepages = NULL; NULL 250 lib/charsets.c if (codepages == NULL) NULL 301 lib/charsets.c return NULL; NULL 338 lib/charsets.c return NULL; NULL 346 lib/charsets.c if (str != NULL) NULL 359 lib/charsets.c if (str == NULL) NULL 378 lib/charsets.c if (str != NULL) NULL 391 lib/charsets.c if (str == NULL) NULL 415 lib/charsets.c if (str == NULL) NULL 43 lib/event/event.c GTree *mc_event_grouplist = NULL; NULL 55 lib/event/event.c if (mc_event_grouplist != NULL) NULL 63 lib/event/event.c NULL, (GDestroyNotify) g_free, (GDestroyNotify) g_tree_destroy); NULL 65 lib/event/event.c if (mc_event_grouplist == NULL) NULL 81 lib/event/event.c if (mc_event_grouplist == NULL) NULL 88 lib/event/event.c mc_event_grouplist = NULL; NULL 101 lib/event/event.c for (array_index = 0; events[array_index].event_group_name != NULL; array_index++) NULL 121 lib/event/event.c if (mc_event_grouplist == NULL || event_group_name == NULL || event_name == NULL) NULL 124 lib/event/event.c event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); NULL 125 lib/event/event.c if (event_group == NULL) NULL 128 lib/event/event.c callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); NULL 129 lib/event/event.c if (callbacks == NULL) NULL 52 lib/event/manage.c g_ptr_array_foreach (callbacks, (GFunc) g_free, NULL); NULL 74 lib/event/manage.c if (mc_event_grouplist == NULL || event_group_name == NULL || event_name == NULL NULL 75 lib/event/manage.c || event_callback == NULL) NULL 82 lib/event/manage.c if (event_group == NULL) NULL 86 lib/event/manage.c if (callbacks == NULL) NULL 90 lib/event/manage.c if (cb == NULL) NULL 110 lib/event/manage.c if (mc_event_grouplist == NULL || event_group_name == NULL || event_name == NULL NULL 111 lib/event/manage.c || event_callback == NULL) NULL 114 lib/event/manage.c event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); NULL 115 lib/event/manage.c if (event_group == NULL) NULL 118 lib/event/manage.c callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); NULL 119 lib/event/manage.c if (callbacks == NULL) NULL 124 lib/event/manage.c if (cb == NULL) NULL 138 lib/event/manage.c if (mc_event_grouplist == NULL || event_group_name == NULL || event_name == NULL) NULL 141 lib/event/manage.c event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); NULL 151 lib/event/manage.c if (mc_event_grouplist != NULL && event_group_name != NULL) NULL 166 lib/event/manage.c if (event_group == NULL && create_new) NULL 170 lib/event/manage.c NULL, NULL 173 lib/event/manage.c if (event_group == NULL) NULL 177 lib/event/manage.c return NULL; NULL 195 lib/event/manage.c if (callbacks == NULL && create_new) NULL 198 lib/event/manage.c if (callbacks == NULL) NULL 201 lib/event/manage.c return NULL; NULL 222 lib/event/manage.c return NULL; NULL 55 lib/event/raise.c if (mc_event_grouplist == NULL || event_group_name == NULL || event_name == NULL) NULL 58 lib/event/raise.c event_group = mc_event_get_event_group_by_name (event_group_name, FALSE, NULL); NULL 59 lib/event/raise.c if (event_group == NULL) NULL 62 lib/event/raise.c callbacks = mc_event_get_event_by_name (event_group, event_name, FALSE, NULL); NULL 63 lib/event/raise.c if (callbacks == NULL) NULL 59 lib/filehighlight/common.c if (fhl->filters != NULL) NULL 61 lib/filehighlight/common.c g_ptr_array_foreach (fhl->filters, (GFunc) mc_fhl_filter_free, NULL); NULL 76 lib/filehighlight/common.c if (fhl == NULL) NULL 77 lib/filehighlight/common.c return NULL; NULL 85 lib/filehighlight/common.c return NULL; NULL 91 lib/filehighlight/common.c return NULL; NULL 102 lib/filehighlight/common.c if (fhl == NULL || *fhl == NULL) NULL 115 lib/filehighlight/common.c if (fhl != NULL) NULL 240 lib/filehighlight/get-color.c if (mc_filter->search_condition == NULL) NULL 243 lib/filehighlight/get-color.c if (mc_search_run (mc_filter->search_condition, fe->fname->str, 0, fe->fname->len, NULL)) NULL 261 lib/filehighlight/get-color.c if (fhl == NULL) NULL 71 lib/filehighlight/ini-file-read.c NULL NULL 82 lib/filehighlight/ini-file-read.c for (i = 0; types[i] != NULL; i++) NULL 88 lib/filehighlight/ini-file-read.c if (types[i] == NULL) NULL 135 lib/filehighlight/ini-file-read.c exts_orig = mc_config_get_string_list (fhl->config, group_name, "extensions", NULL); NULL 136 lib/filehighlight/ini-file-read.c if (exts_orig == NULL || exts_orig[0] == NULL) NULL 144 lib/filehighlight/ini-file-read.c for (exts = exts_orig; *exts != NULL; exts++) NULL 179 lib/filehighlight/ini-file-read.c if (fhl == NULL || filename == NULL || !exist_file (filename)) NULL 182 lib/filehighlight/ini-file-read.c if (fhl->config != NULL) NULL 186 lib/filehighlight/ini-file-read.c return (fhl->config != NULL); NULL 205 lib/filehighlight/ini-file-read.c name = g_build_filename (mc_global.sysconfig_dir, MC_FHL_INI_FILE, (char *) NULL); NULL 212 lib/filehighlight/ini-file-read.c name = g_build_filename (mc_global.share_data_dir, MC_FHL_INI_FILE, (char *) NULL); NULL 229 lib/filehighlight/ini-file-read.c orig_group_names = mc_config_get_groups (fhl->config, NULL); NULL 230 lib/filehighlight/ini-file-read.c ok = (*orig_group_names != NULL); NULL 232 lib/filehighlight/ini-file-read.c for (group_names = orig_group_names; *group_names != NULL; group_names++) NULL 72 lib/glibcompat.c if (slist != NULL) NULL 74 lib/glibcompat.c *slist_ptr = NULL; NULL 76 lib/glibcompat.c if (destroy != NULL) NULL 103 lib/glibcompat.c if (list != NULL) NULL 105 lib/glibcompat.c *list_ptr = NULL; NULL 107 lib/glibcompat.c if (destroy != NULL) NULL 132 lib/glibcompat.c g_queue_foreach (queue, (GFunc) free_func, NULL); NULL 153 lib/glibcompat.c g_return_if_fail (queue != NULL); NULL 155 lib/glibcompat.c if (free_func != NULL) NULL 156 lib/glibcompat.c g_queue_foreach (queue, (GFunc) free_func, NULL); NULL 179 lib/glibcompat.c g_return_val_if_fail (src != NULL, NULL); NULL 180 lib/glibcompat.c g_return_val_if_fail (dest != NULL, NULL); NULL 202 lib/glibcompat.c GString *ret = NULL; NULL 204 lib/glibcompat.c if (s != NULL) NULL 8 lib/glibcompat.h { NULL, '\0', 0, 0, NULL, NULL, NULL } NULL 60 lib/global.c .sysconfig_dir = NULL, NULL 61 lib/global.c .share_data_dir = NULL, NULL 86 lib/global.c .shell = NULL, NULL 90 lib/global.c .skin = NULL, NULL 92 lib/global.c .setup_color_string = NULL, NULL 93 lib/global.c .term_color_string = NULL, NULL 94 lib/global.c .color_terminal_string = NULL, NULL 95 lib/global.c .command_line_colors = NULL, NULL 73 lib/hook.c hook_t *new_hook = NULL; NULL 80 lib/hook.c while (hook_list != NULL) NULL 87 lib/hook.c while (new_hook != NULL) NULL 93 lib/hook.c for (hook_list = p; hook_list != NULL;) NULL 106 lib/hook.c hook_t *new_list = NULL; NULL 109 lib/hook.c for (current = *hook_list; current != NULL; current = next) NULL 127 lib/hook.c for (p = hook_list; p != NULL; p = p->next) NULL 378 lib/keybind.c {NULL, CK_IgnoreKey} NULL 435 lib/keybind.c char *caption = NULL; NULL 456 lib/keybind.c return (res != NULL) ? res->val : CK_IgnoreKey; NULL 466 lib/keybind.c for (i = 0; command_names[i].name != NULL; i++) NULL 470 lib/keybind.c return NULL; NULL 478 lib/keybind.c if (keymap != NULL) NULL 484 lib/keybind.c return (keymap[i].caption[0] != '\0') ? keymap[i].caption : NULL; NULL 486 lib/keybind.c return NULL; NULL 494 lib/keybind.c if (keymap != NULL) NULL 91 lib/lock.c const char *user = NULL; NULL 126 lib/lock.c symlink_name = g_strconcat (str_dirname, PATH_SEP_STR ".#", str_filename, (char *) NULL); NULL 186 lib/lock.c return NULL; NULL 202 lib/lock.c char *lockfname = NULL, *newlock, *msg; NULL 209 lib/lock.c if (fname_vpath == NULL) NULL 225 lib/lock.c if (!is_local || lockfname == NULL) NULL 233 lib/lock.c if (lock == NULL) NULL 285 lib/lock.c if (fname_vpath == NULL) NULL 295 lib/lock.c if (lockfname == NULL) NULL 303 lib/lock.c if (lock != NULL) NULL 66 lib/logging.c if (env_is_enabled == NULL) NULL 101 lib/logging.c if (env_filename != NULL) NULL 106 lib/logging.c NULL); NULL 121 lib/logging.c if (logfilename != NULL) NULL 126 lib/logging.c if (f != NULL) NULL 60 lib/mcconfig/common.c data = g_key_file_to_data (mc_config->handle, &len, NULL); NULL 111 lib/mcconfig/common.c if (mc_config == NULL) NULL 112 lib/mcconfig/common.c return NULL; NULL 115 lib/mcconfig/common.c if (mc_config->handle == NULL) NULL 118 lib/mcconfig/common.c return NULL; NULL 121 lib/mcconfig/common.c if (ini_path == NULL) NULL 137 lib/mcconfig/common.c g_key_file_load_from_file (mc_config->handle, ini_path, flags, NULL); NULL 151 lib/mcconfig/common.c if (mc_config != NULL) NULL 164 lib/mcconfig/common.c if (mc_config == NULL || group == NULL || param == NULL) NULL 167 lib/mcconfig/common.c return g_key_file_has_key (mc_config->handle, group, param, NULL); NULL 175 lib/mcconfig/common.c if (mc_config == NULL || group == NULL) NULL 186 lib/mcconfig/common.c if (mc_config == NULL || group == NULL || param == NULL) NULL 189 lib/mcconfig/common.c return g_key_file_remove_key (mc_config->handle, group, param, NULL); NULL 197 lib/mcconfig/common.c if (mc_config == NULL || group == NULL) NULL 200 lib/mcconfig/common.c return g_key_file_remove_group (mc_config->handle, group, NULL); NULL 214 lib/mcconfig/common.c if (mc_config == NULL) NULL 218 lib/mcconfig/common.c if (tmp_config == NULL) NULL 221 lib/mcconfig/common.c groups = mc_config_get_groups (tmp_config, NULL); NULL 222 lib/mcconfig/common.c ok = (*groups != NULL); NULL 224 lib/mcconfig/common.c for (curr_grp = groups; *curr_grp != NULL; curr_grp++) NULL 228 lib/mcconfig/common.c keys = mc_config_get_keys (tmp_config, *curr_grp, NULL); NULL 230 lib/mcconfig/common.c for (curr_key = keys; *curr_key != NULL; curr_key++) NULL 232 lib/mcconfig/common.c value = g_key_file_get_value (tmp_config->handle, *curr_grp, *curr_key, NULL); NULL 233 lib/mcconfig/common.c if (value != NULL) NULL 236 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL); NULL 242 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL); NULL 260 lib/mcconfig/common.c if (mc_config == NULL || mc_config->ini_path == NULL) NULL 273 lib/mcconfig/common.c if (mc_config == NULL) NULL 51 lib/mcconfig/get.c gchar **ret = NULL; NULL 53 lib/mcconfig/get.c if (mc_config != NULL) NULL 56 lib/mcconfig/get.c if (ret == NULL) NULL 59 lib/mcconfig/get.c if (len != NULL) NULL 71 lib/mcconfig/get.c gchar **ret = NULL; NULL 73 lib/mcconfig/get.c if (mc_config != NULL && group != NULL) NULL 74 lib/mcconfig/get.c ret = g_key_file_get_keys (mc_config->handle, group, len, NULL); NULL 76 lib/mcconfig/get.c if (ret == NULL) NULL 79 lib/mcconfig/get.c if (len != NULL) NULL 129 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 134 lib/mcconfig/get.c if (def != NULL) NULL 139 lib/mcconfig/get.c ret = g_key_file_get_string (mc_config->handle, group, param, NULL); NULL 141 lib/mcconfig/get.c return ret != NULL ? ret : g_strdup (def); NULL 149 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 158 lib/mcconfig/get.c return g_key_file_get_boolean (mc_config->handle, group, param, NULL); NULL 166 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 175 lib/mcconfig/get.c return g_key_file_get_integer (mc_config->handle, group, param, NULL); NULL 184 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 185 lib/mcconfig/get.c return NULL; NULL 187 lib/mcconfig/get.c return g_key_file_get_string_list (mc_config->handle, group, param, length, NULL); NULL 196 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 197 lib/mcconfig/get.c return NULL; NULL 199 lib/mcconfig/get.c return g_key_file_get_boolean_list (mc_config->handle, group, param, length, NULL); NULL 208 lib/mcconfig/get.c if (mc_config == NULL || group == NULL || param == NULL) NULL 209 lib/mcconfig/get.c return NULL; NULL 211 lib/mcconfig/get.c return g_key_file_get_integer_list (mc_config->handle, group, param, length, NULL); NULL 75 lib/mcconfig/history.c GList *hist = NULL; NULL 80 lib/mcconfig/history.c return NULL; NULL 81 lib/mcconfig/history.c if (name == NULL || *name == '\0') NULL 82 lib/mcconfig/history.c return NULL; NULL 104 lib/mcconfig/history.c GList *hist = NULL; NULL 110 lib/mcconfig/history.c if (name == NULL || *name == '\0') NULL 111 lib/mcconfig/history.c return NULL; NULL 132 lib/mcconfig/history.c if (this_entry == NULL) NULL 170 lib/mcconfig/history.c if (name == NULL || *name == '\0' || h == NULL) NULL 177 lib/mcconfig/history.c for (i = 0; (i < num_history_items_recorded - 1) && (h->prev != NULL); i++) NULL 180 lib/mcconfig/history.c if (name != NULL) NULL 191 lib/mcconfig/history.c for (i = 0; h != NULL; h = g_list_next (h)) NULL 197 lib/mcconfig/history.c if (text == NULL) NULL 48 lib/mcconfig/paths.c static char *mc_config_str = NULL; NULL 49 lib/mcconfig/paths.c static char *mc_cache_str = NULL; NULL 50 lib/mcconfig/paths.c static char *mc_data_str = NULL; NULL 93 lib/mcconfig/paths.c { NULL, NULL } NULL 120 lib/mcconfig/paths.c full_path = g_build_filename (path_base, subdir, (char *) NULL); NULL 134 lib/mcconfig/paths.c if (mcerror != NULL && *mcerror != NULL) NULL 166 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".config", (char *) NULL); NULL 170 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".cache", (char *) NULL); NULL 174 lib/mcconfig/paths.c dir = g_build_filename (profile_root, ".local", "share", (char *) NULL); NULL 215 lib/mcconfig/paths.c mc_config_init_config_paths (NULL); NULL 226 lib/mcconfig/paths.c mc_config_init_config_paths (NULL); NULL 236 lib/mcconfig/paths.c static const char *homedir = NULL; NULL 238 lib/mcconfig/paths.c if (homedir == NULL) NULL 245 lib/mcconfig/paths.c if (homedir == NULL || *homedir == '\0') NULL 258 lib/mcconfig/paths.c mc_config_init_config_paths (NULL); NULL 276 lib/mcconfig/paths.c if (config_name == NULL) NULL 277 lib/mcconfig/paths.c return NULL; NULL 280 lib/mcconfig/paths.c mc_config_init_config_paths (NULL); NULL 282 lib/mcconfig/paths.c for (rule_index = 0; mc_config_files_reference[rule_index].filename != NULL; rule_index++) NULL 285 lib/mcconfig/paths.c mc_config_files_reference[rule_index].filename, (char *) NULL); NULL 287 lib/mcconfig/paths.c return NULL; NULL 78 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) NULL 88 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) NULL 98 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) NULL 114 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL) NULL 123 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL) NULL 133 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) NULL 143 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) NULL 153 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) NULL 120 lib/search/hex.c if (error_ptr != NULL) NULL 122 lib/search/hex.c if (error_pos_ptr != NULL) NULL 124 lib/search/hex.c return NULL; NULL 177 lib/search/hex.c if (tmp != NULL) NULL 64 lib/search/lib.c gchar *ret = NULL; NULL 66 lib/search/lib.c if (charset_from != NULL && charset_to != NULL NULL 76 lib/search/lib.c ret = g_convert_with_iconv (str, str_len, conv, &bytes_read, bytes_written, NULL); NULL 81 lib/search/lib.c if (ret == NULL) NULL 104 lib/search/lib.c if (charset == NULL) NULL 124 lib/search/lib.c if (just_letters != NULL) NULL 145 lib/search/lib.c if (charset == NULL) NULL 195 lib/search/lib.c if (charset == NULL) NULL 249 lib/search/lib.c if (ret == NULL) NULL 250 lib/search/lib.c return NULL; NULL 252 lib/search/lib.c for (lc_index = 0, type_str = types_str; type_str->str != NULL; type_str++, lc_index++) NULL 256 lib/search/lib.c if (num != NULL) NULL 82 lib/search/regex.c NULL NULL 90 lib/search/regex.c for (spec_chr = special_chars; *spec_chr != NULL; spec_chr++) NULL 284 lib/search/regex.c || g_utf8_validate (string, string_len, NULL)) NULL 327 lib/search/regex.c GError *mcerror = NULL; NULL 334 lib/search/regex.c lc_mc_search->regex_match_info = NULL; NULL 335 lib/search/regex.c if (mcerror != NULL) NULL 525 lib/search/regex.c if (strchr ("ntvbrfa", c) != NULL) NULL 568 lib/search/regex.c if (tmp_str == NULL) NULL 646 lib/search/regex.c GString *tmp_string = NULL; NULL 649 lib/search/regex.c tmp_str = mc_search__get_one_symbol (NULL, from + loop, len - loop, NULL); NULL 655 lib/search/regex.c tmp_string = mc_search__toupper_case_str (NULL, tmp_str, char_len); NULL 662 lib/search/regex.c tmp_string = mc_search__tolower_case_str (NULL, tmp_str, char_len); NULL 668 lib/search/regex.c tmp_string = mc_search__toupper_case_str (NULL, tmp_str, char_len); NULL 674 lib/search/regex.c tmp_string = mc_search__tolower_case_str (NULL, tmp_str, char_len); NULL 805 lib/search/regex.c GError *mcerror = NULL; NULL 830 lib/search/regex.c if (mcerror != NULL) NULL 860 lib/search/regex.c pcre_compile (mc_search_cond->str->str, pcre_options, &error, &erroffset, NULL); NULL 861 lib/search/regex.c if (mc_search_cond->regex_handle == NULL) NULL 867 lib/search/regex.c if (lc_mc_search->regex_match_info == NULL && error != NULL) NULL 890 lib/search/regex.c if (lc_mc_search->regex_buffer != NULL) NULL 901 lib/search/regex.c if (lc_mc_search->search_fn != NULL) NULL 962 lib/search/regex.c if (found_len != NULL) NULL 970 lib/search/regex.c lc_mc_search->regex_buffer = NULL; NULL 974 lib/search/regex.c if ((lc_mc_search->update_fn != NULL) && NULL 983 lib/search/regex.c lc_mc_search->regex_buffer = NULL; NULL 1014 lib/search/regex.c return NULL; NULL 1071 lib/search/regex.c return NULL; NULL 57 lib/search/search.c {NULL, MC_SEARCH_T_INVALID} NULL 97 lib/search/search.c if (mc_search_cond->upper != NULL) NULL 100 lib/search/search.c if (mc_search_cond->lower != NULL) NULL 107 lib/search/search.c if (mc_search_cond->regex_handle != NULL) NULL 121 lib/search/search.c g_ptr_array_foreach (array, (GFunc) mc_search__cond_struct_free, NULL); NULL 139 lib/search/search.c if (original == NULL) NULL 140 lib/search/search.c return NULL; NULL 160 lib/search/search.c if (original == NULL || original_len == 0) NULL 161 lib/search/search.c return NULL; NULL 168 lib/search/search.c g_strdup (original_charset != NULL NULL 182 lib/search/search.c if (lc_mc_search == NULL) NULL 191 lib/search/search.c if (lc_mc_search->prepared.conditions != NULL) NULL 195 lib/search/search.c if (lc_mc_search->regex_match_info != NULL) NULL 201 lib/search/search.c if (lc_mc_search->regex_buffer != NULL) NULL 214 lib/search/search.c if (lc_mc_search->prepared.conditions != NULL) NULL 289 lib/search/search.c if (lc_mc_search == NULL || user_data == NULL) NULL 297 lib/search/search.c if (lc_mc_search->regex_match_info != NULL) NULL 300 lib/search/search.c lc_mc_search->regex_match_info = NULL; NULL 304 lib/search/search.c mc_search_set_error (lc_mc_search, MC_SEARCH_E_OK, NULL); NULL 353 lib/search/search.c if (num != NULL) NULL 366 lib/search/search.c if (replace_str == NULL || replace_str->len == 0) NULL 369 lib/search/search.c if (lc_mc_search == NULL) NULL 404 lib/search/search.c return (ret != NULL) ? g_string_free (ret, FALSE) : NULL; NULL 412 lib/search/search.c if (lc_mc_search == NULL) NULL 442 lib/search/search.c if (str == NULL) NULL 446 lib/search/search.c if (search == NULL) NULL 455 lib/search/search.c ret = mc_search_run (search, str, 0, strlen (str), NULL); NULL 465 lib/search/search.c if (lc_mc_search == NULL) NULL 487 lib/search/search.c if (lc_mc_search == NULL) NULL 520 lib/search/search.c if (format != NULL) NULL 62 lib/serialize.c if ((error == NULL) || (*error == NULL)) NULL 86 lib/serialize.c return NULL; NULL 111 lib/serialize.c if (data == NULL) NULL 114 lib/serialize.c return NULL; NULL 136 lib/serialize.c if ((data == NULL) || (*data == '\0')) NULL 139 lib/serialize.c return NULL; NULL 145 lib/serialize.c return NULL; NULL 154 lib/serialize.c if (semi_ptr == NULL) NULL 158 lib/serialize.c return NULL; NULL 164 lib/serialize.c return NULL; NULL 178 lib/serialize.c return NULL; NULL 202 lib/serialize.c groups = mc_config_get_groups (data, NULL); NULL 204 lib/serialize.c for (group_iterator = groups; *group_iterator != NULL; group_iterator++) NULL 210 lib/serialize.c if (serialized_str == NULL) NULL 214 lib/serialize.c return NULL; NULL 219 lib/serialize.c params = mc_config_get_keys (data, *group_iterator, NULL); NULL 221 lib/serialize.c for (param_iterator = params; *param_iterator != NULL; param_iterator++) NULL 226 lib/serialize.c if (serialized_str == NULL) NULL 231 lib/serialize.c return NULL; NULL 240 lib/serialize.c if (serialized_str == NULL) NULL 245 lib/serialize.c return NULL; NULL 274 lib/serialize.c return NULL; \ NULL 280 lib/serialize.c char *current_group = NULL, *current_param = NULL, *current_value = NULL; NULL 290 lib/serialize.c ret_data = mc_config_init (NULL, FALSE); NULL 292 lib/serialize.c while (data != NULL) NULL 294 lib/serialize.c if ((current_status == WAIT_GROUP) && (*data == 'p') && (current_group != NULL)) NULL 303 lib/serialize.c if (current_group == NULL) NULL 313 lib/serialize.c if (current_param == NULL) NULL 324 lib/serialize.c if (current_value == NULL) NULL 101 lib/shell.c char *shell_name = NULL; NULL 104 lib/shell.c if ((shell_env == NULL) || (shell_env[0] == '\0')) NULL 110 lib/shell.c if (pwd != NULL) NULL 125 lib/shell.c mc_shell_t *mc_shell = NULL; NULL 131 lib/shell.c if (shell_name != NULL) NULL 145 lib/shell.c if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL NULL 146 lib/shell.c || getenv ("ZSH_VERSION") != NULL) NULL 152 lib/shell.c else if (strstr (mc_shell->path, "/tcsh") != NULL NULL 153 lib/shell.c || strstr (mc_shell->real_path, "/tcsh") != NULL) NULL 159 lib/shell.c else if (strstr (mc_shell->path, "/csh") != NULL NULL 160 lib/shell.c || strstr (mc_shell->real_path, "/csh") != NULL) NULL 165 lib/shell.c else if (strstr (mc_shell->path, "/fish") != NULL NULL 166 lib/shell.c || strstr (mc_shell->real_path, "/fish") != NULL) NULL 171 lib/shell.c else if (strstr (mc_shell->path, "/dash") != NULL NULL 172 lib/shell.c || strstr (mc_shell->real_path, "/dash") != NULL) NULL 178 lib/shell.c else if (strstr (mc_shell->real_path, "/busybox") != NULL) NULL 200 lib/shell.c if (strstr (mc_shell->path, "/bash") != NULL || getenv ("BASH") != NULL) NULL 205 lib/shell.c else if (strstr (mc_shell->path, "/sh") != NULL || getenv ("SH") != NULL) NULL 210 lib/shell.c else if (strstr (mc_shell->path, "/ash") != NULL || getenv ("ASH") != NULL) NULL 230 lib/shell.c if (mc_shell == NULL) NULL 238 lib/shell.c if (mc_shell->real_path != NULL) NULL 255 lib/shell.c if (mc_global.shell != NULL) NULL 123 lib/skin/colors-old.c const mc_skin_colors_old_t oc = { old_color, NULL, NULL }; NULL 126 lib/skin/colors-old.c if (old_color == NULL) NULL 132 lib/skin/colors-old.c if (res == NULL) NULL 135 lib/skin/colors-old.c if (group != NULL) NULL 137 lib/skin/colors-old.c if (key != NULL) NULL 149 lib/skin/colors-old.c if (the_color_string == NULL) NULL 153 lib/skin/colors-old.c if (orig_colors == NULL) NULL 156 lib/skin/colors-old.c for (colors = orig_colors; *colors != NULL; colors++) NULL 163 lib/skin/colors-old.c if (key_val == NULL) NULL 166 lib/skin/colors-old.c if (key_val[1] != NULL && mc_skin_colors_old_transform (key_val[0], &skin_group, &skin_key)) NULL 170 lib/skin/colors-old.c if (key_val[2] == NULL) NULL 172 lib/skin/colors-old.c else if (key_val[3] == NULL) NULL 54 lib/skin/colors.c if (group == NULL || key == NULL) NULL 55 lib/skin/colors.c return NULL; NULL 57 lib/skin/colors.c if (mc_skin == NULL) NULL 73 lib/skin/colors.c if (group == NULL || key == NULL) NULL 76 lib/skin/colors.c if (mc_skin == NULL) NULL 93 lib/skin/colors.c if (kname != NULL) NULL 95 lib/skin/colors.c if (g_hash_table_lookup (mc_skin->colors, (gpointer) kname) != NULL) NULL 109 lib/skin/colors.c mc_skin_color = mc_skin_color_get_from_hash (NULL, group, name); NULL 110 lib/skin/colors.c if (mc_skin_color != NULL) NULL 113 lib/skin/colors.c mc_skin_color = mc_skin_color_get_from_hash (NULL, group, "_default_"); NULL 114 lib/skin/colors.c if (mc_skin_color != NULL) NULL 117 lib/skin/colors.c mc_skin_color = mc_skin_color_get_from_hash (NULL, "core", "_default_"); NULL 186 lib/skin/colors.c if (values == NULL || values[0] == NULL) NULL 189 lib/skin/colors.c return NULL; NULL 193 lib/skin/colors.c if (mc_skin_color == NULL) NULL 196 lib/skin/colors.c return NULL; NULL 202 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->fgcolor) : NULL; NULL 205 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->bgcolor) : NULL; NULL 208 lib/skin/colors.c (tmp != NULL) ? g_strdup (tmp->attrs) : NULL; NULL 226 lib/skin/colors.c if (mc_skin_color != NULL) NULL 230 lib/skin/colors.c mc_skin_color->attrs = NULL; NULL 341 lib/skin/colors.c orig_groups = mc_config_get_groups (mc_skin->config, NULL); NULL 343 lib/skin/colors.c for (groups = orig_groups; *groups != NULL; groups++) NULL 367 lib/skin/colors.c if (*orig_groups == NULL) NULL 373 lib/skin/colors.c if (mc_skin_color == NULL) NULL 379 lib/skin/colors.c for (groups = orig_groups; *groups != NULL; groups++) NULL 386 lib/skin/colors.c orig_keys = mc_config_get_keys (mc_skin->config, *groups, NULL); NULL 388 lib/skin/colors.c for (keys = orig_keys; *keys != NULL; keys++) NULL 391 lib/skin/colors.c if (mc_skin_color != NULL) NULL 415 lib/skin/colors.c return (mc_skin_color != NULL) ? mc_skin_color->pair_index : 0; NULL 70 lib/skin/common.c if (mc_global.tty.skin != NULL) NULL 75 lib/skin/common.c if (tmp_str != NULL) NULL 117 lib/skin/common.c GError *error = NULL; NULL 125 lib/skin/common.c skin_override != NULL ? g_strdup (skin_override) : mc_skin_get_default_name (); NULL 187 lib/skin/common.c mc_skin__default.colors = NULL; NULL 192 lib/skin/common.c mc_skin__default.config = NULL; NULL 55 lib/skin/ini-file.c name = g_build_filename (base_dir, MC_SKINS_DIR, (char *) NULL); NULL 56 lib/skin/ini-file.c dir = g_dir_open (name, 0, NULL); NULL 59 lib/skin/ini-file.c if (dir != NULL) NULL 63 lib/skin/ini-file.c while ((cname = g_dir_read_name (dir)) != NULL) NULL 104 lib/skin/ini-file.c file_name = g_build_filename (base_dir, MC_SKINS_DIR, mc_skin->name, (char *) NULL); NULL 109 lib/skin/ini-file.c return (mc_skin->config != NULL); NULL 114 lib/skin/ini-file.c file_name = g_build_filename (base_dir, MC_SKINS_DIR, file_name2, (char *) NULL); NULL 121 lib/skin/ini-file.c return (mc_skin->config != NULL); NULL 153 lib/skin/ini-file.c if (file_name == NULL) NULL 162 lib/skin/ini-file.c return (mc_skin->config != NULL); NULL 200 lib/skin/ini-file.c mc_skin->config = mc_config_init (NULL, TRUE); NULL 87 lib/strutil/replace.c if (needle_in_str == NULL) NULL 55 lib/strutil/strescape.c if (src == NULL) NULL 56 lib/strutil/strescape.c return NULL; NULL 105 lib/strutil/strescape.c if (src == NULL) NULL 106 lib/strutil/strescape.c return NULL; NULL 155 lib/strutil/strescape.c if (strchr (unescaped_chars, (int) src[curr_index]) == NULL) NULL 247 lib/strutil/strescape.c if (start == NULL || current == NULL || current <= start) NULL 53 lib/strutil/strutil.c NULL NULL 79 lib/strutil/strutil.c NULL NULL 83 lib/strutil/strutil.c static char *codeset = NULL; NULL 84 lib/strutil/strutil.c static char *term_encoding = NULL; NULL 114 lib/strutil/strutil.c if (string == NULL || buffer == NULL) NULL 133 lib/strutil/strutil.c g_iconv (coder, NULL, NULL, NULL, NULL); NULL 138 lib/strutil/strutil.c GError *mcerror = NULL; NULL 142 lib/strutil/strutil.c if (mcerror != NULL) NULL 147 lib/strutil/strutil.c mcerror = NULL; NULL 161 lib/strutil/strutil.c if ((tmp_buff == NULL) && (bytes_read != 0)) NULL 164 lib/strutil/strutil.c bytes_read, coder, NULL, NULL, NULL); NULL 166 lib/strutil/strutil.c if (tmp_buff != NULL) NULL 203 lib/strutil/strutil.c else if (tmp_buff == NULL) NULL 233 lib/strutil/strutil.c if (encoding != NULL) NULL 237 lib/strutil/strutil.c for (t = 0; table[t] != NULL; t++) NULL 318 lib/strutil/strutil.c g_string_append (buffer, string != NULL ? string : ""); NULL 361 lib/strutil/strutil.c g_iconv (conv, NULL, NULL, NULL, NULL); NULL 378 lib/strutil/strutil.c if (term_encoding == NULL) NULL 403 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); NULL 408 lib/strutil/strutil.c if (termenc != NULL) NULL 942 lib/strutil/strutil.c if (q != NULL) NULL 952 lib/strutil/strutil.c if (q == NULL) NULL 976 lib/strutil/strutil.c if (semi == NULL) NULL 977 lib/strutil/strutil.c return NULL; NULL 249 lib/strutil/strutil8bit.c ret = g_strdup (def_msg != NULL ? def_msg : ""); NULL 260 lib/strutil/strutil8bit.c ret = g_strdup (def_msg != NULL ? def_msg : ""); NULL 578 lib/strutil/strutil8bit.c if (str == NULL) NULL 579 lib/strutil/strutil8bit.c return NULL; NULL 602 lib/strutil/strutil8bit.c if (match != NULL) NULL 632 lib/strutil/strutil8bit.c if (match != NULL) NULL 673 lib/strutil/strutil8bit.c g_return_val_if_fail (s1 != NULL, 0); NULL 674 lib/strutil/strutil8bit.c g_return_val_if_fail (s2 != NULL, 0); NULL 680 lib/strutil/strutil8bit.c g_return_val_if_fail (s1 != NULL, 0); NULL 681 lib/strutil/strutil8bit.c g_return_val_if_fail (s2 != NULL, 0); NULL 707 lib/strutil/strutil8bit.c g_return_val_if_fail (s1 != NULL, 0); NULL 708 lib/strutil/strutil8bit.c g_return_val_if_fail (s2 != NULL, 0); NULL 216 lib/strutil/strutilascii.c if (mcerror != NULL) NULL 219 lib/strutil/strutilascii.c return g_strdup (def_msg != NULL ? def_msg : ""); NULL 583 lib/strutil/strutilascii.c if (match != NULL) NULL 613 lib/strutil/strutilascii.c if (match != NULL) NULL 91 lib/strutil/strutilutf8.c return g_utf8_validate (text, -1, NULL); NULL 288 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); NULL 311 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); NULL 415 lib/strutil/strutilutf8.c if (mcerror != NULL) NULL 418 lib/strutil/strutilutf8.c return g_strdup (def_msg != NULL ? def_msg : ""); NULL 549 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); NULL 588 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); NULL 964 lib/strutil/strutilutf8.c if (needle == NULL) NULL 965 lib/strutil/strutilutf8.c return NULL; NULL 993 lib/strutil/strutilutf8.c const char *result = NULL; NULL 1003 lib/strutil/strutilutf8.c if (match != NULL) NULL 1020 lib/strutil/strutilutf8.c while (match != NULL && result == NULL); NULL 1037 lib/strutil/strutilutf8.c const char *result = NULL; NULL 1046 lib/strutil/strutilutf8.c if (match != NULL) NULL 1063 lib/strutil/strutilutf8.c while (match != NULL && result == NULL); NULL 86 lib/strutil/xstrtol.c p = (ptr != NULL ? ptr : &t_ptr); NULL 106 lib/strutil/xstrtol.c if (valid_suffixes != NULL && **p != '\0' && strchr (valid_suffixes, **p) != NULL) NULL 121 lib/strutil/xstrtol.c if (valid_suffixes == NULL) NULL 132 lib/strutil/xstrtol.c if (strchr (valid_suffixes, **p) == NULL) NULL 154 lib/strutil/xstrtol.c if (strchr (valid_suffixes, '0') != NULL) NULL 49 lib/timefmt.c char *user_recent_timeformat = NULL; /* time format string for recent dates */ NULL 50 lib/timefmt.c char *user_old_timeformat = NULL; /* time format string for older dates */ NULL 84 lib/timefmt.c testtime = time (NULL); NULL 87 lib/timefmt.c if (lt == NULL) NULL 131 lib/timefmt.c time_t current_time = time (NULL); NULL 25 lib/timefmt.h if (whentm == NULL) \ NULL 81 lib/tty/color-internal.c {NULL, 0} NULL 93 lib/tty/color-internal.c {NULL, 0} NULL 175 lib/tty/color-internal.c for (i = 0; color_table[i].name != NULL; i++) NULL 198 lib/tty/color-internal.c if (color_name != NULL) NULL 202 lib/tty/color-internal.c for (i = 0; color_table[i].name != NULL; i++) NULL 217 lib/tty/color-internal.c if (attrs != NULL) NULL 224 lib/tty/color-internal.c for (i = 0; attr_list[i] != NULL; i++) NULL 228 lib/tty/color-internal.c for (j = 0; attributes_table[j].name != NULL; j++) NULL 53 lib/tty/color-ncurses.c static GHashTable *mc_tty_color_color_pair_attrs = NULL; NULL 72 lib/tty/color-ncurses.c if (attr == NULL) NULL 76 lib/tty/color-ncurses.c if (key == NULL) NULL 93 lib/tty/color-ncurses.c int *fnd = NULL; NULL 95 lib/tty/color-ncurses.c if (mc_tty_color_color_pair_attrs != NULL) NULL 97 lib/tty/color-ncurses.c return (fnd != NULL) ? *fnd : 0; NULL 139 lib/tty/color-ncurses.c mc_tty_color_color_pair_attrs = NULL; NULL 184 lib/tty/color-ncurses.c if (!tty_use_256colors (NULL) && !tty_use_truecolors (NULL)) NULL 61 lib/tty/color-slang.c if (force || (getenv ("COLORTERM") != NULL)) NULL 116 lib/tty/color-slang.c SLtt_set_mono (mc_color_pair->pair_index, NULL, mask); NULL 246 lib/tty/color-slang.c if (colorterm == NULL NULL 49 lib/tty/color.c static char *tty_color_defaults__fg = NULL; NULL 50 lib/tty/color.c static char *tty_color_defaults__bg = NULL; NULL 51 lib/tty/color.c static char *tty_color_defaults__attrs = NULL; NULL 62 lib/tty/color.c static GHashTable *mc_tty_color__hashtable = NULL; NULL 74 lib/tty/color.c is_temp_color = user_data != NULL; NULL 85 lib/tty/color.c is_temp_color ? GSIZE_TO_POINTER (1) : NULL); NULL 113 lib/tty/color.c GSIZE_TO_POINTER (cp)) == NULL) NULL 161 lib/tty/color.c if (fg == NULL || !strcmp (fg, "base")) NULL 163 lib/tty/color.c if (bg == NULL || !strcmp (bg, "base")) NULL 165 lib/tty/color.c if (attrs == NULL || !strcmp (attrs, "base")) NULL 173 lib/tty/color.c if (color_pair == NULL) NULL 179 lib/tty/color.c if (mc_color_pair != NULL) NULL 186 lib/tty/color.c if (mc_color_pair == NULL) NULL 218 lib/tty/key.c {0, NULL, NULL, NULL} NULL 285 lib/tty/key.c {0, NULL, MCKEY_NOACTION}, NULL 450 lib/tty/key.c {0, NULL, MCKEY_NOACTION}, NULL 523 lib/tty/key.c {0, NULL, MCKEY_NOACTION}, NULL 527 lib/tty/key.c static key_def *keys = NULL; NULL 532 lib/tty/key.c static GSList *select_list = NULL; NULL 535 lib/tty/key.c static int *seq_append = NULL; NULL 537 lib/tty/key.c static int *pending_keys = NULL; NULL 593 lib/tty/key.c for (s = select_list; s != NULL; s = g_slist_next (s)) NULL 617 lib/tty/key.c if (s == NULL) NULL 637 lib/tty/key.c struct timeval *timeptr = NULL; NULL 651 lib/tty/key.c v = select (maxfdp + 1, &select_set, NULL, NULL, timeptr); NULL 668 lib/tty/key.c for (base = attach = NULL; *seq != '\0'; seq++) NULL 671 lib/tty/key.c if (base == NULL) NULL 673 lib/tty/key.c if (attach != NULL) NULL 678 lib/tty/key.c p->child = p->next = NULL; NULL 705 lib/tty/key.c if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11) NULL 709 lib/tty/key.c if (x11_display != NULL) NULL 727 lib/tty/key.c if (pending_keys == NULL) NULL 927 lib/tty/key.c if (getenv ("PHOTON2_PATH") != NULL) NULL 933 lib/tty/key.c if (ph_handle != NULL) NULL 938 lib/tty/key.c if ((ph_attach != NULL) && (ph_input_group != NULL) && (ph_query_cursor != NULL) NULL 939 lib/tty/key.c && (*ph_attach) (0, 0) != NULL) NULL 954 lib/tty/key.c if (devctl (fileno (stdin), DCMD_CHR_LINESTATUS, &mod_status, sizeof (mod_status), NULL) == NULL 1008 lib/tty/key.c if (seq_append == NULL) NULL 1165 lib/tty/key.c select (input_fd + 1, &Read_FD_Set, NULL, NULL, &time_out); NULL 1203 lib/tty/key.c if (k != NULL) NULL 1263 lib/tty/key.c const key_code_name_t key = { 0, name, NULL, NULL }; NULL 1278 lib/tty/key.c if (res != NULL) NULL 1296 lib/tty/key.c const key_code_name_t key = { code, NULL, NULL, NULL }; NULL 1305 lib/tty/key.c if (res != NULL) NULL 1335 lib/tty/key.c || (term != NULL NULL 1345 lib/tty/key.c if ((term != NULL) && (strncmp (term, "qnx", 3) == 0)) NULL 1370 lib/tty/key.c if (term != NULL && (strncmp (term, "qansi-m", 7) == 0)) NULL 1424 lib/tty/key.c if (p != NULL) NULL 1464 lib/tty/key.c if (name == NULL) NULL 1471 lib/tty/key.c for (p = lc_keys; p != NULL && *p != NULL; p++) NULL 1500 lib/tty/key.c if (label != NULL) NULL 1529 lib/tty/key.c if ((k >= 'A') || (lc_index < 0) || (key_conv_tab_sorted[lc_index]->shortcut == NULL)) NULL 1534 lib/tty/key.c else if ((lc_index != -1) && (key_conv_tab_sorted[lc_index]->shortcut != NULL)) NULL 1618 lib/tty/key.c if ((k >= 'A') || (key_idx < 0) || (key_conv_tab_sorted[key_idx]->name == NULL)) NULL 1623 lib/tty/key.c else if ((key_idx != -1) && (key_conv_tab_sorted[key_idx]->name != NULL)) NULL 1646 lib/tty/key.c for (base = keys; (base != NULL) && (*seq != '\0');) NULL 1649 lib/tty/key.c if (base->child == NULL) NULL 1667 lib/tty/key.c if (base->next != NULL) NULL 1737 lib/tty/key.c static key_def *this = NULL, *parent; NULL 1743 lib/tty/key.c this = NULL; NULL 1748 lib/tty/key.c if (pending_keys != NULL) NULL 1758 lib/tty/key.c pending_keys = seq_append = NULL; NULL 1797 lib/tty/key.c if (this == NULL || parent == NULL || parent->action != MCKEY_ESCAPE || !old_esc_mode || NULL 1801 lib/tty/key.c this = NULL; NULL 1802 lib/tty/key.c pending_keys = seq_append = NULL; NULL 1811 lib/tty/key.c if (seq_append == NULL) NULL 1813 lib/tty/key.c this = NULL; NULL 1822 lib/tty/key.c if (no_delay == 0 || this == NULL) NULL 1825 lib/tty/key.c parent = NULL; NULL 1837 lib/tty/key.c while (this != NULL) NULL 1841 lib/tty/key.c if (this->child == NULL) NULL 1844 lib/tty/key.c pending_keys = seq_append = NULL; NULL 1871 lib/tty/key.c pending_keys = seq_append = NULL; NULL 1872 lib/tty/key.c this = NULL; NULL 1883 lib/tty/key.c if (this->next != NULL) NULL 1890 lib/tty/key.c if ((parent != NULL) && (parent->action == MCKEY_ESCAPE)) NULL 1900 lib/tty/key.c pending_keys = seq_append = NULL; NULL 1911 lib/tty/key.c this = NULL; NULL 1930 lib/tty/key.c struct timeval *time_addr = NULL; NULL 1955 lib/tty/key.c while (pending_keys == NULL) NULL 2003 lib/tty/key.c time_addr = NULL; NULL 2026 lib/tty/key.c flag = select (nfd, &select_set, NULL, NULL, time_addr); NULL 2117 lib/tty/key.c extended = extended || (c == KEY_MOUSE && xmouse_seq == NULL NULL 2118 lib/tty/key.c && xmouse_extended_seq != NULL); NULL 2191 lib/tty/key.c select (input_fd + 1, &Read_FD_Set, NULL, NULL, &tv); NULL 2200 lib/tty/key.c return (buffer[0] != '\0' ? g_strdup (buffer) : NULL); NULL 421 lib/tty/keyxdef.c __setupterm (NULL, fileno (stdout), &term_setup_ok); NULL 93 lib/tty/mouse.c if (xmouse_seq != NULL) NULL 95 lib/tty/mouse.c if (xmouse_extended_seq != NULL) NULL 67 lib/tty/tty-internal.c GError *mcerror = NULL; NULL 206 lib/tty/tty-ncurses.c {NULL, 0} NULL 209 lib/tty/tty-ncurses.c if (ch == NULL) NULL 292 lib/tty/tty-ncurses.c if (mc_global.tty.xterm_flag && smcup != NULL) NULL 304 lib/tty/tty-ncurses.c if (mc_global.tty.xterm_flag && rmcup != NULL) NULL 581 lib/tty/tty-ncurses.c getcchar (&ctext[col], wch, &attrs, &color_pair, NULL); NULL 582 lib/tty/tty-ncurses.c setcchar (&ctext[col], wch, attrs, color, NULL); NULL 749 lib/tty/tty-ncurses.c char *unused = NULL; NULL 130 lib/tty/tty-slang.c { 0, NULL } NULL 190 lib/tty/tty-slang.c if (send != NULL) NULL 207 lib/tty/tty-slang.c if (seq != NULL) NULL 249 lib/tty/tty-slang.c {NULL, 0} NULL 313 lib/tty/tty-slang.c SLtt_Blink_Mode = (tty_use_256colors (NULL) || tty_use_truecolors (NULL)) ? 1 : 0; NULL 359 lib/tty/tty-slang.c if (op_cap != NULL) NULL 456 lib/tty/tty-slang.c if (keypad_string != NULL) NULL 111 lib/tty/tty.c if (termvalue == NULL || *termvalue == '\0') NULL 144 lib/tty/tty.c sigaction (SIGINT, &act, NULL); NULL 157 lib/tty/tty.c sigaction (SIGINT, &act, NULL); NULL 171 lib/tty/tty.c sigaction (SIGINT, &act, NULL); NULL 201 lib/tty/tty.c while ((ok = select (sigwinch_pipe[0] + 1, &fdset, NULL, NULL, &timeout)) < 0) NULL 359 lib/tty/tty.c if (xmouse_seq == NULL) NULL 362 lib/tty/tty.c if (smcup == NULL) NULL 365 lib/tty/tty.c if (rmcup == NULL) NULL 377 lib/tty/tty.c if (xmouse_seq == NULL) NULL 390 lib/tty/tty.c (color_term != NULL && strncmp (color_term, "rxvt", 4) == 0) || NULL 402 lib/tty/tty.c if (xmouse_seq != NULL) NULL 51 lib/tty/win.c char *smcup = NULL; NULL 52 lib/tty/win.c char *rmcup = NULL; NULL 155 lib/tty/win.c rxvt_extensions = ((e != NULL) && (strcmp (e, "1.0") == 0)); NULL 133 lib/tty/x11conn.c if (x11_module != NULL) NULL 136 lib/tty/x11conn.c x11_module_fname = g_module_build_path (NULL, "X11"); NULL 138 lib/tty/x11conn.c if (x11_module == NULL) NULL 143 lib/tty/x11conn.c if (x11_module == NULL) NULL 167 lib/tty/x11conn.c x11_module = NULL; NULL 198 lib/tty/x11conn.c return NULL; NULL 119 lib/util.c return NULL; NULL 130 lib/util.c if (q == NULL) NULL 195 lib/util.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) NULL 199 lib/util.c if (backup_fd == NULL) NULL 454 lib/util.c static const char *const suffix[] = { "", "K", "M", "G", "T", "P", "E", "Z", "Y", NULL }; NULL 455 lib/util.c static const char *const suffix_lc[] = { "", "k", "m", "g", "t", "p", "e", "z", "y", NULL }; NULL 488 lib/util.c for (j = units; sfx[j] != NULL; j++) NULL 585 lib/util.c return d != NULL ? d + 1 : ""; NULL 598 lib/util.c hintfile_base = g_build_filename (from, filename, (char *) NULL); NULL 601 lib/util.c hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); NULL 602 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) NULL 608 lib/util.c hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); NULL 609 lib/util.c if (!g_file_get_contents (hintfile, &data, length, NULL)) NULL 613 lib/util.c g_file_get_contents (hintfile_base, &data, length, NULL); NULL 622 lib/util.c if (allocated_filename != NULL) NULL 657 lib/util.c if (path_sep == NULL) NULL 660 lib/util.c if (url_delim == NULL NULL 689 lib/util.c strerror_currentlocale = g_locale_from_utf8 (g_strerror (error_num), -1, NULL, NULL, NULL); NULL 745 lib/util.c if (s == NULL) NULL 746 lib/util.c return NULL; NULL 757 lib/util.c while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL) NULL 942 lib/util.c if (passwd != NULL) NULL 1020 lib/util.c char *my_first = NULL, *my_second = NULL; NULL 1021 lib/util.c char *buf = NULL; NULL 1024 lib/util.c if (my_first == NULL) NULL 1028 lib/util.c if (my_second == NULL) NULL 1045 lib/util.c if (r == NULL) NULL 1048 lib/util.c if (s == NULL) NULL 1059 lib/util.c for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++) NULL 1101 lib/util.c while (lc_link != NULL) NULL 1145 lib/util.c if (f == NULL) NULL 1149 lib/util.c if (bookmarks != NULL) NULL 1152 lib/util.c while (fgets (buf, sizeof (buf), f) != NULL) NULL 1167 lib/util.c if (strchr (p, ' ') != NULL) NULL 1171 lib/util.c if (pos_tokens[0] == NULL) NULL 1179 lib/util.c *line = strtol (pos_tokens[0], NULL, 10); NULL 1180 lib/util.c if (pos_tokens[1] == NULL) NULL 1187 lib/util.c *column = strtol (pos_tokens[1], NULL, 10); NULL 1188 lib/util.c if (pos_tokens[2] == NULL) NULL 1190 lib/util.c else if (bookmarks != NULL) NULL 1194 lib/util.c *offset = (off_t) g_ascii_strtoll (pos_tokens[2], NULL, 10); NULL 1196 lib/util.c for (i = 0; i < MAX_SAVED_BOOKMARKS && pos_tokens[3 + i] != NULL; i++) NULL 1200 lib/util.c val = strtoul (pos_tokens[3 + i], NULL, 10); NULL 1235 lib/util.c if (fn == NULL) NULL 1242 lib/util.c if (f == NULL) NULL 1247 lib/util.c if (tmp_f == NULL) NULL 1254 lib/util.c if (line != 1 || column != 0 || bookmarks != NULL) NULL 1260 lib/util.c if (bookmarks != NULL) NULL 1270 lib/util.c while (fgets (buf, sizeof (buf), tmp_f) != NULL) NULL 1273 lib/util.c && strchr (&buf[len + 1], ' ') == NULL) NULL 1293 lib/util.c if (bookmarks != NULL) NULL 1318 lib/util.c return sep != NULL ? sep + 1 : result; NULL 1334 lib/util.c if (backup_path == NULL) NULL 1361 lib/util.c if (backup_path == NULL) NULL 1378 lib/util.c if (backup_path == NULL) NULL 1412 lib/util.c NULL NULL 1416 lib/util.c const char *locale = NULL; NULL 1418 lib/util.c for (i = 0; var[i] != NULL; i++) NULL 1421 lib/util.c if (locale != NULL && locale[0] != '\0') NULL 1425 lib/util.c if (locale == NULL) NULL 1443 lib/util.c static const char *profile_root = NULL; NULL 1445 lib/util.c if (profile_root == NULL) NULL 1448 lib/util.c if (profile_root == NULL || *profile_root == '\0') NULL 1468 lib/util.c if (dest != NULL && *dest == NULL) NULL 1494 lib/util.c if (dest != NULL) NULL 1504 lib/util.c *dest = NULL; NULL 25 lib/util.h #define MC_PTR_FREE(ptr) do { g_free (ptr); (ptr) = NULL; } while (0) NULL 27 lib/util.h #define mc_return_if_error(mcerror) do { if (mcerror != NULL && *mcerror != NULL) return; } while (0) NULL 28 lib/util.h #define mc_return_val_if_error(mcerror, mcvalue) do { if (mcerror != NULL && *mcerror != NULL) return mcvalue; } while (0) NULL 191 lib/utilunix.c sigaction (SIGINT, &sigactions->intr, NULL); NULL 192 lib/utilunix.c sigaction (SIGQUIT, &sigactions->quit, NULL); NULL 193 lib/utilunix.c sigaction (SIGTSTP, &sigactions->stop, NULL); NULL 215 lib/utilunix.c shell_token = shell != NULL ? strchr (shell, ' ') : NULL; NULL 216 lib/utilunix.c if (shell_token == NULL) NULL 284 lib/utilunix.c if (name != NULL) NULL 288 lib/utilunix.c if (pwd != NULL) NULL 312 lib/utilunix.c if (name != NULL) NULL 316 lib/utilunix.c if (grp != NULL) NULL 338 lib/utilunix.c sigaction (SIGTSTP, NULL, &startup_handler); NULL 372 lib/utilunix.c return my_systeml (flags, shell, command, NULL); NULL 400 lib/utilunix.c while ((one_arg = va_arg (vargs, char *)) != NULL) NULL 404 lib/utilunix.c g_ptr_array_add (args_array, NULL); NULL 473 lib/utilunix.c char *execute_name = NULL; NULL 479 lib/utilunix.c for (; argv != NULL && *argv != NULL; argv++) NULL 482 lib/utilunix.c g_ptr_array_add (args_array, NULL); NULL 507 lib/utilunix.c const char *const argv[] = { "/bin/sh", "sh", "-c", command, NULL }; NULL 510 lib/utilunix.c if (p == NULL) NULL 521 lib/utilunix.c (NULL, (gchar **) argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_FILE_AND_ARGV_ZERO, NULL, NULL 522 lib/utilunix.c NULL, &p->child_pid, NULL, read_out ? &p->out.fd : NULL, read_err ? &p->err.fd : NULL, NULL 542 lib/utilunix.c return NULL; NULL 573 lib/utilunix.c if (error != NULL) NULL 574 lib/utilunix.c *error = NULL; NULL 600 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); NULL 638 lib/utilunix.c g_return_val_if_fail (ps != NULL, NULL); NULL 641 lib/utilunix.c return NULL; NULL 646 lib/utilunix.c return NULL; NULL 651 lib/utilunix.c return NULL; NULL 728 lib/utilunix.c if (q == NULL) NULL 742 lib/utilunix.c if (passwd == NULL) NULL 745 lib/utilunix.c return g_strconcat (passwd->pw_dir, PATH_SEP_STR, q, (char *) NULL); NULL 890 lib/utilunix.c if (vclass != NULL && (vclass->flags & VFSF_REMOTE) != 0) NULL 1021 lib/utilunix.c if (p != NULL) NULL 1049 lib/utilunix.c return NULL; NULL 1059 lib/utilunix.c if (new_path == NULL) NULL 1115 lib/utilunix.c return NULL; NULL 1124 lib/utilunix.c return NULL; NULL 1137 lib/utilunix.c return NULL; NULL 1155 lib/utilunix.c return NULL; NULL 1195 lib/utilunix.c ngroups = getgroups (0, NULL); NULL 1241 lib/utilunix.c if (element == NULL) NULL 1242 lib/utilunix.c return NULL; NULL 1267 lib/utilunix.c if (!IS_PATH_SEP (tmp_element[len - 1]) && element != NULL) NULL 1273 lib/utilunix.c while (element != NULL); NULL 1296 lib/utilunix.c if (first_element == NULL) NULL 1297 lib/utilunix.c return NULL; NULL 88 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->x != NULL) \ NULL 114 lib/vfs/direntry.c if (sep != NULL) NULL 120 lib/vfs/direntry.c if (sep != NULL) NULL 133 lib/vfs/direntry.c char *fullname = NULL; NULL 139 lib/vfs/direntry.c ERRNOR (ELOOP, NULL); NULL 140 lib/vfs/direntry.c if (entry == NULL) NULL 141 lib/vfs/direntry.c ERRNOR (ENOENT, NULL); NULL 146 lib/vfs/direntry.c if (linkname == NULL) NULL 147 lib/vfs/direntry.c ERRNOR (EFAULT, NULL); NULL 155 lib/vfs/direntry.c if (fullpath != NULL) NULL 157 lib/vfs/direntry.c fullname = g_strconcat (fullpath, PATH_SEP_STR, linkname, (char *) NULL); NULL 180 lib/vfs/direntry.c struct vfs_s_entry *ent = NULL; NULL 187 lib/vfs/direntry.c while (root != NULL) NULL 203 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root->subdir); iter != NULL; iter = g_list_next (iter)) NULL 211 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; NULL 213 lib/vfs/direntry.c if (ent == NULL && (flags & (FL_MKFILE | FL_MKDIR)) != 0) NULL 215 lib/vfs/direntry.c if (ent == NULL) NULL 225 lib/vfs/direntry.c strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow); NULL 226 lib/vfs/direntry.c if (ent == NULL) NULL 232 lib/vfs/direntry.c return NULL; NULL 241 lib/vfs/direntry.c struct vfs_s_entry *ent = NULL; NULL 267 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; NULL 269 lib/vfs/direntry.c if (ent != NULL && !VFS_SUBCLASS (me)->dir_uptodate (me, ent->ino)) NULL 275 lib/vfs/direntry.c ent = NULL; NULL 278 lib/vfs/direntry.c if (ent == NULL) NULL 288 lib/vfs/direntry.c return NULL; NULL 294 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; NULL 296 lib/vfs/direntry.c if (ent == NULL) NULL 300 lib/vfs/direntry.c if (vfs_s_resolve_symlink (me, ent, follow) == NULL) NULL 303 lib/vfs/direntry.c return NULL; NULL 337 lib/vfs/direntry.c if (super->root != NULL) NULL 340 lib/vfs/direntry.c super->root = NULL; NULL 381 lib/vfs/direntry.c if (s->fh_free != NULL) NULL 400 lib/vfs/direntry.c if (q == NULL) NULL 401 lib/vfs/direntry.c return NULL; NULL 409 lib/vfs/direntry.c if (ino == NULL && *q == '\0') NULL 428 lib/vfs/direntry.c if (dir == NULL) NULL 429 lib/vfs/direntry.c return NULL; NULL 436 lib/vfs/direntry.c return NULL; NULL 441 lib/vfs/direntry.c if (dir->subdir == NULL) /* This can actually happen if we allow empty directories */ NULL 444 lib/vfs/direntry.c return NULL; NULL 459 lib/vfs/direntry.c struct vfs_dirent *dir = NULL; NULL 463 lib/vfs/direntry.c if (info->cur == NULL || info->cur->data == NULL) NULL 464 lib/vfs/direntry.c return NULL; NULL 467 lib/vfs/direntry.c if (name != NULL) NULL 468 lib/vfs/direntry.c dir = vfs_dirent_init (NULL, name, 0); NULL 498 lib/vfs/direntry.c if (data == NULL) NULL 513 lib/vfs/direntry.c if (ino == NULL) NULL 529 lib/vfs/direntry.c if (ino == NULL) NULL 540 lib/vfs/direntry.c if (ino->linkname == NULL) NULL 664 lib/vfs/direntry.c if (me == NULL) NULL 673 lib/vfs/direntry.c if (sub->fh_close != NULL) NULL 675 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && file->changed && sub->file_store != NULL) NULL 681 lib/vfs/direntry.c if (s == NULL) NULL 725 lib/vfs/direntry.c for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter)) NULL 731 lib/vfs/direntry.c /* super->current_dir->name, */ (char *) NULL); NULL 755 lib/vfs/direntry.c vfs_path_t *local = NULL; NULL 757 lib/vfs/direntry.c if (vpath == NULL) NULL 758 lib/vfs/direntry.c return NULL; NULL 762 lib/vfs/direntry.c if (fh != NULL) NULL 767 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && fh->ino != NULL) NULL 807 lib/vfs/direntry.c if (ino == NULL) NULL 809 lib/vfs/direntry.c if (arg != NULL) NULL 835 lib/vfs/direntry.c struct vfs_s_super *archive = NULL; NULL 839 lib/vfs/direntry.c if (p == NULL) NULL 840 lib/vfs/direntry.c return NULL; NULL 889 lib/vfs/direntry.c if (ino == NULL) NULL 890 lib/vfs/direntry.c return NULL; NULL 892 lib/vfs/direntry.c if (initstat != NULL) NULL 912 lib/vfs/direntry.c if (ino == NULL) NULL 931 lib/vfs/direntry.c ino->subdir = NULL; NULL 935 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && ino->localname != NULL) NULL 966 lib/vfs/direntry.c if (ent->dir != NULL) NULL 971 lib/vfs/direntry.c if (ent->ino != NULL) NULL 973 lib/vfs/direntry.c ent->ino->ent = NULL; NULL 1031 lib/vfs/direntry.c st.st_mtime = st.st_atime = st.st_ctime = time (NULL); NULL 1102 lib/vfs/direntry.c return (ent != NULL ? ent->ino : NULL); NULL 1119 lib/vfs/direntry.c void *cookie = NULL; NULL 1122 lib/vfs/direntry.c struct vfs_s_super *super = NULL; NULL 1131 lib/vfs/direntry.c if (subclass->archive_check != NULL) NULL 1134 lib/vfs/direntry.c if (cookie == NULL) NULL 1138 lib/vfs/direntry.c if (subclass->archive_same == NULL) NULL 1141 lib/vfs/direntry.c for (iter = subclass->supers; iter != NULL; iter = g_list_next (iter)) NULL 1154 lib/vfs/direntry.c super = NULL; NULL 1183 lib/vfs/direntry.c if (path_element->path != NULL) NULL 1187 lib/vfs/direntry.c if (super != NULL) NULL 1193 lib/vfs/direntry.c return NULL; NULL 1198 lib/vfs/direntry.c super = subclass->new_archive != NULL ? NULL 1201 lib/vfs/direntry.c if (subclass->open_archive != NULL) NULL 1215 lib/vfs/direntry.c return NULL; NULL 1217 lib/vfs/direntry.c if (super->name == NULL) NULL 1219 lib/vfs/direntry.c if (super->root == NULL) NULL 1247 lib/vfs/direntry.c if (ino->ent == NULL) NULL 1248 lib/vfs/direntry.c ERRNOR (EAGAIN, NULL); NULL 1265 lib/vfs/direntry.c newpath = g_strconcat (ino->ent->name, PATH_SEP_STR, path, (char *) NULL); NULL 1273 lib/vfs/direntry.c if (ino->ent->dir == NULL || ino->ent->dir->ent == NULL) NULL 1276 lib/vfs/direntry.c return g_strconcat (ino->ent->dir->ent->name, PATH_SEP_STR, ino->ent->name, (char *) NULL); NULL 1305 lib/vfs/direntry.c if (q == NULL) NULL 1306 lib/vfs/direntry.c return NULL; NULL 1311 lib/vfs/direntry.c if (ino != NULL && (flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) NULL 1314 lib/vfs/direntry.c return NULL; NULL 1319 lib/vfs/direntry.c if (ino == NULL) NULL 1326 lib/vfs/direntry.c if ((flags & O_CREAT) == 0 || path_element->class->write == NULL) NULL 1327 lib/vfs/direntry.c return NULL; NULL 1332 lib/vfs/direntry.c if (dir == NULL) NULL 1336 lib/vfs/direntry.c return NULL; NULL 1353 lib/vfs/direntry.c return NULL; NULL 1366 lib/vfs/direntry.c return NULL; NULL 1369 lib/vfs/direntry.c fh = s->fh_new != NULL ? s->fh_new (ino, was_changed) : vfs_s_new_fh (ino, was_changed); NULL 1373 lib/vfs/direntry.c if (s->linear_start != NULL) NULL 1381 lib/vfs/direntry.c if (s->fh_open != NULL && s->fh_open (path_element->class, fh, flags, mode) != 0) NULL 1384 lib/vfs/direntry.c return NULL; NULL 1388 lib/vfs/direntry.c if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0 && fh->ino->localname != NULL) NULL 1395 lib/vfs/direntry.c return NULL; NULL 1442 lib/vfs/direntry.c vfs_file_handler_t *fh = NULL; NULL 1457 lib/vfs/direntry.c fh = s->fh_new != NULL ? s->fh_new (ino, FALSE) : vfs_s_new_fh (ino, FALSE); NULL 1502 lib/vfs/direntry.c if (fh != NULL) NULL 1581 lib/vfs/direntry.c if (!vfs_path_element_valid (path_element) || path_element->class->getid == NULL) NULL 1582 lib/vfs/direntry.c return NULL; NULL 1629 lib/vfs/direntry.c if (logfile != NULL) NULL 1651 lib/vfs/direntry.c if (logfile != NULL) NULL 1722 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root_inode->subdir); iter != NULL; NULL 1733 lib/vfs/direntry.c entry->name = g_strconcat (spacer, source_name, (char *) NULL); NULL 105 lib/vfs/gc.c static GSList *stamps = NULL; NULL 117 lib/vfs/gc.c return (vsa == NULL || vsb == NULL || (vsa->v == vsb->v && vsa->id == vsb->id)) ? 0 : 1; NULL 125 lib/vfs/gc.c if ((v->flags & VFSF_LOCAL) == 0 && id != NULL && !vfs_stamp (v, id)) NULL 153 lib/vfs/gc.c if (stamp != NULL && stamp->data != NULL) NULL 174 lib/vfs/gc.c if (stamp != NULL) NULL 223 lib/vfs/gc.c if (!(id == NULL || (path_element->class == vclass && nvfsid == id))) NULL 227 lib/vfs/gc.c if (!event_data.ret && vclass != NULL && vclass->nothingisopen != NULL NULL 260 lib/vfs/gc.c for (stamp = stamps; stamp != NULL; stamp = g_slist_next (stamp)) NULL 267 lib/vfs/gc.c if (stamping->v->free != NULL) NULL 274 lib/vfs/gc.c if (stamping->v->nothingisopen != NULL && !stamping->v->nothingisopen (stamping->id)) NULL 278 lib/vfs/gc.c if (stamping->v->free != NULL) NULL 286 lib/vfs/gc.c stamps = g_slist_remove_all (stamps, NULL); NULL 301 lib/vfs/gc.c return stamps != NULL ? 10 : 0; NULL 82 lib/vfs/interface.c vfs_path_t *tmp_vpath = NULL; NULL 124 lib/vfs/interface.c return NULL; NULL 143 lib/vfs/interface.c if (vfs_path_get_last_path_vfs (filename_vpath)->write == NULL) NULL 194 lib/vfs/interface.c if (vpath == NULL) NULL 211 lib/vfs/interface.c if (vfs_path_element_valid (path_element) && path_element->class->open != NULL) NULL 217 lib/vfs/interface.c if (info == NULL) NULL 238 lib/vfs/interface.c if (vpath == NULL) \ NULL 245 lib/vfs/interface.c result = path_element->class->name != NULL ? path_element->class->name callarg : -1; \ NULL 247 lib/vfs/interface.c errno = path_element->class->name != NULL ? vfs_ferrno (path_element->class) : ENOTSUP; \ NULL 269 lib/vfs/interface.c if (vpath1 != NULL && vpath2 != NULL) NULL 277 lib/vfs/interface.c path_element->class->symlink != NULL ? NULL 282 lib/vfs/interface.c path_element->class->symlink != NULL ? NULL 297 lib/vfs/interface.c void *fsinfo = NULL; \ NULL 304 lib/vfs/interface.c if (vfs == NULL) \ NULL 307 lib/vfs/interface.c result = vfs->name != NULL ? vfs->name (fsinfo, buf, count) : -1; \ NULL 309 lib/vfs/interface.c errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \ NULL 329 lib/vfs/interface.c if (vpath1 == NULL || vpath2 == NULL) \ NULL 342 lib/vfs/interface.c result = path_element1->class->name != NULL \ NULL 345 lib/vfs/interface.c errno = path_element1->class->name != NULL ? vfs_ferrno (path_element1->class) : ENOTSUP; \ NULL 360 lib/vfs/interface.c void *fsinfo = NULL; NULL 364 lib/vfs/interface.c return (vfs == NULL || vfs->ctl == NULL) ? 0 : vfs->ctl (fsinfo, ctlop, arg); NULL 375 lib/vfs/interface.c if (vpath == NULL) NULL 381 lib/vfs/interface.c path_element->class->setctl != NULL ? path_element->class->setctl (vpath, NULL 393 lib/vfs/interface.c void *fsinfo = NULL; NULL 400 lib/vfs/interface.c if (vfs == NULL || fsinfo == NULL) NULL 406 lib/vfs/interface.c if (vfs->close == NULL) NULL 425 lib/vfs/interface.c if (vpath == NULL) NULL 426 lib/vfs/interface.c return NULL; NULL 432 lib/vfs/interface.c return NULL; NULL 435 lib/vfs/interface.c info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL; NULL 436 lib/vfs/interface.c if (info == NULL) NULL 439 lib/vfs/interface.c return NULL; NULL 445 lib/vfs/interface.c path_element->dir.converter = (path_element->encoding != NULL) ? NULL 465 lib/vfs/interface.c void *fsinfo = NULL; NULL 466 lib/vfs/interface.c struct vfs_dirent *entry = NULL; NULL 469 lib/vfs/interface.c if (dirp == NULL) NULL 472 lib/vfs/interface.c return NULL; NULL 478 lib/vfs/interface.c if (vfs == NULL || fsinfo == NULL) NULL 479 lib/vfs/interface.c return NULL; NULL 482 lib/vfs/interface.c if (vfs->readdir != NULL) NULL 485 lib/vfs/interface.c if (entry == NULL) NULL 486 lib/vfs/interface.c return NULL; NULL 497 lib/vfs/interface.c if (entry == NULL) NULL 499 lib/vfs/interface.c return (entry != NULL) ? mc_readdir_result : NULL; NULL 509 lib/vfs/interface.c void *fsinfo = NULL; NULL 512 lib/vfs/interface.c if (dirp == NULL) NULL 518 lib/vfs/interface.c if (vfs != NULL && fsinfo != NULL) NULL 546 lib/vfs/interface.c if (vpath == NULL) NULL 568 lib/vfs/interface.c if (vpath == NULL) NULL 588 lib/vfs/interface.c void *fsinfo = NULL; NULL 595 lib/vfs/interface.c if (vfs == NULL) NULL 609 lib/vfs/interface.c vfs_path_t *result = NULL; NULL 612 lib/vfs/interface.c if (pathname_vpath == NULL) NULL 613 lib/vfs/interface.c return NULL; NULL 618 lib/vfs/interface.c result = path_element->class->getlocalcopy != NULL ? NULL 621 lib/vfs/interface.c if (result == NULL) NULL 636 lib/vfs/interface.c if (pathname_vpath == NULL) NULL 641 lib/vfs/interface.c result = path_element->class->ungetlocalcopy != NULL ? NULL 667 lib/vfs/interface.c if (vpath == NULL) NULL 685 lib/vfs/interface.c if (path_element->class->chdir == NULL) NULL 727 lib/vfs/interface.c if (super != NULL && super->path_element != NULL) NULL 749 lib/vfs/interface.c void *fsinfo = NULL; NULL 756 lib/vfs/interface.c if (vfs == NULL) NULL 785 lib/vfs/interface.c if (strchr (prefix, PATH_SEP) != NULL) NULL 790 lib/vfs/interface.c p1 = g_build_filename (mc_tmpdir (), prefix, (char *) NULL); NULL 793 lib/vfs/interface.c p2 = g_strconcat (p1, "XXXXXX", suffix, (char *) NULL); NULL 801 lib/vfs/interface.c *pname_vpath = NULL; NULL 823 lib/vfs/interface.c static const char *tmpdir = NULL; NULL 827 lib/vfs/interface.c const char *error = NULL; NULL 830 lib/vfs/interface.c if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && NULL 835 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0])) NULL 838 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0])) NULL 843 lib/vfs/interface.c if (pwd != NULL) NULL 872 lib/vfs/interface.c if (error != NULL) NULL 884 lib/vfs/interface.c test_fd = mc_mkstemps (&test_vpath, fallback_prefix, NULL); NULL 902 lib/vfs/interface.c error = NULL; NULL 917 lib/vfs/interface.c if (error == NULL) NULL 75 lib/vfs/netutil.c sigaction (SIGPIPE, &sa, NULL); NULL 72 lib/vfs/parse_ls_vga.c return (column != NULL && isdigit (column[0])); NULL 83 lib/vfs/parse_ls_vga.c if (str == NULL) NULL 93 lib/vfs/parse_ls_vga.c return (strchr ("\\-/", (int) str[2]) != NULL); NULL 104 lib/vfs/parse_ls_vga.c if (str == NULL) NULL 108 lib/vfs/parse_ls_vga.c if (pos == NULL) NULL 111 lib/vfs/parse_ls_vga.c if (tim != NULL) NULL 130 lib/vfs/parse_ls_vga.c if (month == NULL) NULL 148 lib/vfs/parse_ls_vga.c if (str == NULL) NULL 152 lib/vfs/parse_ls_vga.c if (p == NULL) NULL 156 lib/vfs/parse_ls_vga.c if (p2 == NULL) NULL 180 lib/vfs/parse_ls_vga.c if (str == NULL) NULL 183 lib/vfs/parse_ls_vga.c if (strchr (str, ':') != NULL) NULL 265 lib/vfs/parse_ls_vga.c if (ret_skipped != NULL) NULL 402 lib/vfs/parse_ls_vga.c if (ret_skipped != NULL) NULL 501 lib/vfs/parse_ls_vga.c if (str == NULL) NULL 505 lib/vfs/parse_ls_vga.c if (pos == NULL) NULL 508 lib/vfs/parse_ls_vga.c if (tim != NULL) NULL 529 lib/vfs/parse_ls_vga.c current_time = time (NULL); NULL 685 lib/vfs/parse_ls_vga.c char *p_copy = NULL; NULL 686 lib/vfs/parse_ls_vga.c char *t = NULL; NULL 737 lib/vfs/parse_ls_vga.c if (vfs_parse_month (columns[idx], NULL) || is_week (columns[idx], NULL) NULL 791 lib/vfs/parse_ls_vga.c s->st_size = (off_t) g_ascii_strtoll (columns[idx2], NULL, 10); NULL 813 lib/vfs/parse_ls_vga.c if (num_spaces != NULL) NULL 830 lib/vfs/parse_ls_vga.c if (filename != NULL) NULL 833 lib/vfs/parse_ls_vga.c if (linkname != NULL) NULL 844 lib/vfs/parse_ls_vga.c if (filename != NULL) NULL 851 lib/vfs/parse_ls_vga.c if (linkname != NULL) NULL 852 lib/vfs/parse_ls_vga.c *linkname = NULL; NULL 855 lib/vfs/parse_ls_vga.c if (t != NULL) NULL 875 lib/vfs/parse_ls_vga.c (p_copy != NULL && *p_copy != '\0') ? p_copy : line); NULL 92 lib/vfs/path.c if (path == NULL) NULL 97 lib/vfs/path.c if ((semi == NULL) || (!path_magic (path))) NULL 98 lib/vfs/path.c return NULL; NULL 103 lib/vfs/path.c if (op != NULL) NULL 104 lib/vfs/path.c *op = NULL; NULL 106 lib/vfs/path.c if (inpath != NULL) NULL 107 lib/vfs/path.c *inpath = NULL; NULL 109 lib/vfs/path.c if (slash != NULL) NULL 113 lib/vfs/path.c if (ret != NULL) NULL 115 lib/vfs/path.c if (op != NULL) NULL 117 lib/vfs/path.c if (inpath != NULL) NULL 118 lib/vfs/path.c *inpath = slash != NULL ? slash + 1 : NULL; NULL 122 lib/vfs/path.c if (slash != NULL) NULL 142 lib/vfs/path.c if (path == NULL) NULL 157 lib/vfs/path.c local = mc_build_filename (PATH_SEP_STR, path, (char *) NULL); NULL 164 lib/vfs/path.c local = mc_build_filename (curr_dir, path, (char *) NULL); NULL 198 lib/vfs/path.c if (semi == NULL) NULL 199 lib/vfs/path.c return NULL; NULL 207 lib/vfs/path.c if (slash != NULL) NULL 251 lib/vfs/path.c if (at == NULL) NULL 262 lib/vfs/path.c if (inner_colon != NULL) NULL 284 lib/vfs/path.c if (colon != NULL) NULL 293 lib/vfs/path.c if (colon != NULL) NULL 336 lib/vfs/path.c if (class_name == NULL) NULL 337 lib/vfs/path.c return NULL; NULL 342 lib/vfs/path.c if ((vfs->name != NULL) && (strcmp (vfs->name, class_name) == 0)) NULL 346 lib/vfs/path.c return NULL; NULL 361 lib/vfs/path.c return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL; NULL 382 lib/vfs/path.c while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL) NULL 387 lib/vfs/path.c if (local == NULL) NULL 394 lib/vfs/path.c (element->encoding != NULL) ? str_crt_conv_from (element->encoding) : INVALID_CONV; NULL 398 lib/vfs/path.c if (url_params != NULL) NULL 419 lib/vfs/path.c (element->encoding != NULL) ? str_crt_conv_from (element->encoding) : INVALID_CONV; NULL 444 lib/vfs/path.c vpath->relative = path != NULL && !IS_PATH_SEP (*path); NULL 446 lib/vfs/path.c while ((url_delimiter = g_strrstr (path, VFS_PATH_URL_DELIMITER)) != NULL) NULL 466 lib/vfs/path.c if (element->class != NULL && (element->class->flags & VFSF_REMOTE) != 0) NULL 471 lib/vfs/path.c if (slash_pointer == NULL) NULL 494 lib/vfs/path.c (element->encoding != NULL) ? str_crt_conv_from (element->encoding) : INVALID_CONV; NULL 513 lib/vfs/path.c (element->encoding != NULL) ? str_crt_conv_from (element->encoding) : INVALID_CONV; NULL 557 lib/vfs/path.c if (element->encoding != NULL) NULL 581 lib/vfs/path.c if (home_dir != NULL) NULL 634 lib/vfs/path.c if (vpath == NULL) NULL 635 lib/vfs/path.c return NULL; NULL 652 lib/vfs/path.c if (element->vfs_prefix != NULL) NULL 731 lib/vfs/path.c if (path_str == NULL) NULL 732 lib/vfs/path.c return NULL; NULL 739 lib/vfs/path.c if (path == NULL) NULL 740 lib/vfs/path.c return NULL; NULL 798 lib/vfs/path.c return (vpath != NULL && vpath->path != NULL) ? vpath->path->len : 0; NULL 834 lib/vfs/path.c if (vpath == NULL) NULL 837 lib/vfs/path.c return NULL; NULL 848 lib/vfs/path.c return NULL; NULL 878 lib/vfs/path.c if (vfs_path_element_need_cleanup_converter (element) && new_element->encoding != NULL) NULL 899 lib/vfs/path.c if (element == NULL) NULL 933 lib/vfs/path.c if (vpath == NULL) NULL 934 lib/vfs/path.c return NULL; NULL 968 lib/vfs/path.c if (vpath == NULL) NULL 969 lib/vfs/path.c return NULL; NULL 987 lib/vfs/path.c ret = NULL; NULL 1009 lib/vfs/path.c if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 1)) NULL 1036 lib/vfs/path.c if (vfs->which != NULL) NULL 1043 lib/vfs/path.c if (vfs->prefix != NULL && strncmp (prefix, vfs->prefix, strlen (vfs->prefix)) == 0) NULL 1047 lib/vfs/path.c return NULL; NULL 1084 lib/vfs/path.c if ((path_element->encoding != NULL) && (strcmp (encoding, path_element->encoding) == 0)) NULL 1122 lib/vfs/path.c if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 0)) NULL 1125 lib/vfs/path.c return NULL; NULL 1128 lib/vfs/path.c cpath = mc_config_init (NULL, FALSE); NULL 1178 lib/vfs/path.c if (cpath == NULL) NULL 1179 lib/vfs/path.c return NULL; NULL 1194 lib/vfs/path.c cfg_value = mc_config_get_string_raw (cpath, groupname, "class-name", NULL); NULL 1196 lib/vfs/path.c if (eclass == NULL) NULL 1202 lib/vfs/path.c return NULL; NULL 1208 lib/vfs/path.c element->path = mc_config_get_string_raw (cpath, groupname, "path", NULL); NULL 1211 lib/vfs/path.c element->encoding = mc_config_get_string_raw (cpath, groupname, "encoding", NULL); NULL 1213 lib/vfs/path.c (element->encoding != NULL) ? str_crt_conv_from (element->encoding) : INVALID_CONV; NULL 1216 lib/vfs/path.c element->vfs_prefix = mc_config_get_string_raw (cpath, groupname, "vfs_prefix", NULL); NULL 1218 lib/vfs/path.c element->user = mc_config_get_string_raw (cpath, groupname, "user", NULL); NULL 1219 lib/vfs/path.c element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL); NULL 1220 lib/vfs/path.c element->host = mc_config_get_string_raw (cpath, groupname, "host", NULL); NULL 1231 lib/vfs/path.c return NULL; NULL 1255 lib/vfs/path.c if (first_element == NULL) NULL 1256 lib/vfs/path.c return NULL; NULL 1285 lib/vfs/path.c if (vpath == NULL || first_element == NULL) NULL 1286 lib/vfs/path.c return NULL; NULL 1293 lib/vfs/path.c ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL); NULL 1318 lib/vfs/path.c if (first_vpath == NULL) NULL 1319 lib/vfs/path.c return NULL; NULL 1337 lib/vfs/path.c while (current_vpath != NULL); NULL 1361 lib/vfs/path.c if (vpath == NULL) NULL 1371 lib/vfs/path.c for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL; NULL 1406 lib/vfs/path.c if (vpath == NULL) NULL 1407 lib/vfs/path.c return NULL; NULL 1419 lib/vfs/path.c return NULL; NULL 1422 lib/vfs/path.c return NULL; NULL 1439 lib/vfs/path.c for (iterator = path_tokens; *iterator != NULL; iterator++) NULL 1485 lib/vfs/path.c vfs_path_t *ret_vpath = NULL; NULL 1488 lib/vfs/path.c if (str_tokens != NULL) NULL 1512 lib/vfs/path.c if (element == NULL) NULL 1513 lib/vfs/path.c return NULL; NULL 1517 lib/vfs/path.c if (element->user != NULL) NULL 1520 lib/vfs/path.c if (element->password != NULL && keep_password) NULL 1526 lib/vfs/path.c if (element->host != NULL) NULL 1528 lib/vfs/path.c if ((element->user != NULL) || (element->password != NULL)) NULL 1537 lib/vfs/path.c if ((element->port) != 0 && (element->host != NULL)) NULL 1591 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL) NULL 1619 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL) NULL 1642 lib/vfs/path.c if (vpath == NULL) NULL 105 lib/vfs/path.h return (element != NULL && element->class != NULL); NULL 114 lib/vfs/path.h if (vpath == NULL) NULL 115 lib/vfs/path.h return NULL; NULL 117 lib/vfs/path.h return (element != NULL) ? element->path : NULL; NULL 126 lib/vfs/path.h if (vpath == NULL) NULL 127 lib/vfs/path.h return NULL; NULL 129 lib/vfs/path.h return (element != NULL) ? element->class : NULL; NULL 144 lib/vfs/path.h return (vpath == NULL ? NULL : vpath->str); NULL 193 lib/vfs/utilvfs.c if (p == NULL) NULL 207 lib/vfs/utilvfs.c if (strchr (".-_@", *p) != NULL || g_ascii_isalnum (*p)) NULL 275 lib/vfs/utilvfs.c if (at == NULL) NULL 283 lib/vfs/utilvfs.c if (inner_colon != NULL) NULL 310 lib/vfs/utilvfs.c if (colon != NULL) NULL 320 lib/vfs/utilvfs.c return NULL; NULL 324 lib/vfs/utilvfs.c if (colon != NULL) NULL 80 lib/vfs/vfs.c struct vfs_dirent *mc_readdir_result = NULL; NULL 81 lib/vfs/vfs.c GPtrArray *vfs__classes_list = NULL; NULL 82 lib/vfs/vfs.c GString *vfs_str_buffer = NULL; NULL 83 lib/vfs/vfs.c vfs_class *current_vfs = NULL; NULL 101 lib/vfs/vfs.c static vfs_path_t *current_path = NULL; NULL 103 lib/vfs/vfs.c static GPtrArray *vfs_openfiles = NULL; NULL 132 lib/vfs/vfs.c if (semi != NULL && (semi == path || IS_PATH_SEP (semi[-1]))) NULL 152 lib/vfs/vfs.c slash = NULL; NULL 154 lib/vfs/vfs.c ms = (slash != NULL) ? slash - semi : (int) strlen (semi); NULL 167 lib/vfs/vfs.c if (slash != NULL) NULL 199 lib/vfs/vfs.c return NULL; NULL 202 lib/vfs/vfs.c if (h == NULL) NULL 203 lib/vfs/vfs.c return NULL; NULL 255 lib/vfs/vfs.c if (h == NULL) NULL 256 lib/vfs/vfs.c return NULL; NULL 258 lib/vfs/vfs.c if (fsinfo != NULL) NULL 311 lib/vfs/vfs.c if (vfs->init != NULL) /* vfs has own initialization function */ NULL 325 lib/vfs/vfs.c if (vfs->done != NULL) NULL 342 lib/vfs/vfs.c if (filename == NULL) NULL 347 lib/vfs/vfs.c if (semi != NULL) NULL 353 lib/vfs/vfs.c if (vfs_prefix == NULL) NULL 371 lib/vfs/vfs.c return (state != ESTR_FAILURE) ? vfs_str_buffer->str : NULL; NULL 474 lib/vfs/vfs.c mc_readdir_result = vfs_dirent_init (NULL, "", -1); NULL 505 lib/vfs/vfs.c vfs_set_raw_current_dir (NULL); NULL 511 lib/vfs/vfs.c if (vfs->done != NULL) NULL 517 lib/vfs/vfs.c vfs_openfiles = NULL; NULL 519 lib/vfs/vfs.c vfs__classes_list = NULL; NULL 521 lib/vfs/vfs.c vfs_str_buffer = NULL; NULL 522 lib/vfs/vfs.c current_vfs = NULL; NULL 525 lib/vfs/vfs.c mc_readdir_result = NULL; NULL 544 lib/vfs/vfs.c if (ret == NULL) NULL 547 lib/vfs/vfs.c if (ret->d_name_str == NULL) NULL 602 lib/vfs/vfs.c if (vfs->fill_names != NULL) NULL 643 lib/vfs/vfs.c if (vfs_get_raw_current_dir () == NULL) NULL 652 lib/vfs/vfs.c if (tmp_vpath != NULL) NULL 669 lib/vfs/vfs.c if (tmp_vpath != NULL) NULL 721 lib/vfs/vfs.c void *dest_fd = NULL; NULL 728 lib/vfs/vfs.c if ((dest_class->flags & VFSF_LOCAL) == 0 || dest_fd == NULL) NULL 742 lib/vfs/vfs.c void *dest_fd = NULL; NULL 743 lib/vfs/vfs.c void *src_fd = NULL; NULL 753 lib/vfs/vfs.c if (dest_fd == NULL) NULL 765 lib/vfs/vfs.c if (src_fd == NULL) NULL 115 lib/widget/background.c widget_init (w, &r, callback != NULL ? callback : background_callback, NULL); NULL 90 lib/widget/button.c if (b->text.hotkey != NULL && g_ascii_tolower ((gchar) b->text.hotkey[0]) == parm) NULL 102 lib/widget/button.c if (b->callback == NULL || b->callback (b, b->action) != 0) NULL 195 lib/widget/button.c send_message (w, NULL, MSG_KEY, ' ', NULL); NULL 196 lib/widget/button.c send_message (w->owner, w, MSG_POST_KEY, ' ', NULL); NULL 223 lib/widget/button.c b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1; NULL 253 lib/widget/button.c b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1; NULL 151 lib/widget/buttonbar.c if ((bb != NULL) && (bb->labels[i].command != CK_IgnoreKey)) NULL 153 lib/widget/buttonbar.c target = (bb->labels[i].receiver != NULL) ? bb->labels[i].receiver : WIDGET (w->owner); NULL 154 lib/widget/buttonbar.c ret = send_message (target, w, MSG_ACTION, bb->labels[i].command, NULL); NULL 197 lib/widget/buttonbar.c text = (bb->labels[i].text != NULL) ? bb->labels[i].text : ""; NULL 263 lib/widget/buttonbar.c if ((bb != NULL) && (idx >= 1) && (idx <= BUTTONBAR_LABELS_NUM)) NULL 267 lib/widget/buttonbar.c if (keymap != NULL) NULL 270 lib/widget/buttonbar.c if ((text == NULL) || (text[0] == '\0')) NULL 16 lib/widget/buttonbar.h #define buttonbar_clear_label(bb, idx, recv) buttonbar_set_label (bb, idx, "", NULL, recv) NULL 62 lib/widget/check.c if (c->text.hotkey != NULL) NULL 78 lib/widget/check.c send_message (w->owner, w, MSG_NOTIFY, 0, NULL); NULL 120 lib/widget/check.c send_message (w, NULL, MSG_KEY, ' ', NULL); NULL 121 lib/widget/check.c send_message (w->owner, w, MSG_POST_KEY, ' ', NULL); NULL 170 lib/widget/check.c if (check->text.start[0] == '\0' && check->text.hotkey == NULL && check->text.end == NULL) NULL 43 lib/widget/dialog-switch.c WDialog *filemanager = NULL; NULL 52 lib/widget/dialog-switch.c static GList *mc_dialogs = NULL; NULL 54 lib/widget/dialog-switch.c static GList *mc_current = NULL; NULL 120 lib/widget/dialog-switch.c send_message (d, NULL, MSG_RESIZE, 0, NULL); NULL 136 lib/widget/dialog-switch.c if (dlg != NULL) NULL 145 lib/widget/dialog-switch.c g_list_foreach (mc_dialogs, dialog_switch_suspend, NULL); NULL 163 lib/widget/dialog-switch.c if (top_dlg != NULL) NULL 169 lib/widget/dialog-switch.c if (mc_current != NULL) NULL 188 lib/widget/dialog-switch.c if (mc_global.midnight_shutdown || mc_current == NULL) NULL 192 lib/widget/dialog-switch.c if (next == NULL) NULL 205 lib/widget/dialog-switch.c if (mc_global.midnight_shutdown || mc_current == NULL) NULL 209 lib/widget/dialog-switch.c if (prev == NULL) NULL 226 lib/widget/dialog-switch.c if (mc_global.midnight_shutdown || mc_current == NULL) NULL 234 lib/widget/dialog-switch.c for (h = mc_dialogs; h != NULL; h = g_list_next (h)) NULL 239 lib/widget/dialog-switch.c if (dlg->get_title != NULL) NULL 250 lib/widget/dialog-switch.c if (selected != NULL) NULL 277 lib/widget/dialog-switch.c mc_event_raise (MCEVENT_GROUP_FILEMANAGER, "update_panels", NULL); NULL 294 lib/widget/dialog-switch.c for (dlg = mc_dialogs; dlg != NULL; dlg = g_list_next (dlg)) NULL 304 lib/widget/dialog-switch.c while (mc_dialogs != NULL) NULL 361 lib/widget/dialog-switch.c for (d = g_list_last (top_dlg); d != NULL; d = g_list_previous (d)) NULL 60 lib/widget/dialog.c GList *top_dlg = NULL; NULL 63 lib/widget/dialog.c hook_t *idle_hook = NULL; NULL 72 lib/widget/dialog.c const global_keymap_t *dialog_map = NULL; NULL 105 lib/widget/dialog.c event_data.receiver = NULL; NULL 137 lib/widget/dialog.c if (send_message (h, NULL, MSG_ACTION, command, NULL) == MSG_HANDLED) NULL 162 lib/widget/dialog.c ev_help_t event_data = { NULL, h->help_ctx }; NULL 168 lib/widget/dialog.c mc_event_raise (MCEVENT_GROUP_CORE, "suspend", NULL); NULL 226 lib/widget/dialog.c if (g->widgets == NULL) NULL 229 lib/widget/dialog.c if (g->current == NULL) NULL 248 lib/widget/dialog.c handled = send_message (h, NULL, MSG_KEY, d_key, NULL); NULL 251 lib/widget/dialog.c handled = group_default_callback (w, NULL, MSG_KEY, d_key, NULL); NULL 257 lib/widget/dialog.c send_message (h, NULL, MSG_POST_KEY, d_key, NULL); NULL 265 lib/widget/dialog.c if (w->mouse_callback != NULL) NULL 290 lib/widget/dialog.c send_message (h, NULL, MSG_VALIDATE, 0, NULL); NULL 307 lib/widget/dialog.c send_message (wh, NULL, MSG_IDLE, 0, NULL); NULL 323 lib/widget/dialog.c send_message (h, NULL, MSG_VALIDATE, 0, NULL); NULL 336 lib/widget/dialog.c group_default_callback (w, NULL, MSG_DESTROY, 0, NULL); NULL 410 lib/widget/dialog.c group_init (g, &r, callback != NULL ? callback : dlg_default_callback, NULL 411 lib/widget/dialog.c mouse_callback != NULL ? mouse_callback : dlg_default_mouse_callback); NULL 430 lib/widget/dialog.c new_d->data = NULL; NULL 481 lib/widget/dialog.c if (d != NULL) NULL 487 lib/widget/dialog.c for (; d != NULL; d = g_list_next (d)) NULL 493 lib/widget/dialog.c if (d == NULL) NULL 497 lib/widget/dialog.c for (; d != NULL; d = g_list_previous (d)) NULL 519 lib/widget/dialog.c if (top_dlg != NULL && widget_get_state (WIDGET (top_dlg->data), WST_MODAL)) NULL 531 lib/widget/dialog.c send_message (h, NULL, MSG_INIT, 0, NULL); NULL 532 lib/widget/dialog.c group_default_callback (wh, NULL, MSG_INIT, 0, NULL); NULL 537 lib/widget/dialog.c while (g->current != NULL && !widget_is_focusable (g->current->data)) NULL 583 lib/widget/dialog.c send_message (h, GROUP (h)->current == NULL ? NULL : WIDGET (GROUP (h)->current->data), NULL 584 lib/widget/dialog.c MSG_END, 0, NULL); NULL 632 lib/widget/dialog.c event_data.receiver = NULL; NULL 637 lib/widget/dialog.c mc_config_save_file (event_data.cfg, NULL); NULL 651 lib/widget/dialog.c if (h == NULL) NULL 654 lib/widget/dialog.c if (h->get_title != NULL) NULL 82 lib/widget/frame.c if (f->title != NULL) NULL 104 lib/widget/frame.c widget_init (w, &r, frame_callback, NULL); NULL 109 lib/widget/frame.c f->title = NULL; NULL 149 lib/widget/frame.c if (title != NULL && *title != '\0') NULL 135 lib/widget/gauge.c widget_init (w, &r, gauge_callback, NULL); NULL 74 lib/widget/group.c send_message (WIDGET (data), NULL, MSG_INIT, 0, NULL); NULL 82 lib/widget/group.c GList *l = NULL; NULL 84 lib/widget/group.c if (list != NULL) NULL 88 lib/widget/group.c if (owner != NULL) NULL 93 lib/widget/group.c if (l == NULL) NULL 99 lib/widget/group.c if (l == NULL) NULL 113 lib/widget/group.c if (g->widgets != NULL && g->current != NULL) NULL 154 lib/widget/group.c if (g->widgets == NULL) NULL 157 lib/widget/group.c if (g->current == NULL) NULL 172 lib/widget/group.c send_message (w, NULL, msg, 0, NULL); NULL 191 lib/widget/group.c if (delta != NULL) NULL 196 lib/widget/group.c for (iter = GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 199 lib/widget/group.c else if (w->owner != NULL) NULL 208 lib/widget/group.c for (iter = GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 227 lib/widget/group.c if (delta != NULL) NULL 232 lib/widget/group.c for (iter = GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 235 lib/widget/group.c else if (w->owner != NULL) NULL 244 lib/widget/group.c for (iter = GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 266 lib/widget/group.c if (w0 == NULL) NULL 270 lib/widget/group.c for (iter = CONST_GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 273 lib/widget/group.c if (w0 != NULL) NULL 298 lib/widget/group.c if (w0 == NULL) NULL 302 lib/widget/group.c for (iter = CONST_GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 305 lib/widget/group.c if (w0 != NULL) NULL 330 lib/widget/group.c if (w0 == NULL) NULL 334 lib/widget/group.c for (iter = CONST_GROUP (w)->widgets; iter != NULL; iter = g_list_next (iter)) NULL 337 lib/widget/group.c if (w0 != NULL) NULL 359 lib/widget/group.c if (p != NULL && widget_get_state (WIDGET (g), WST_ACTIVE)) NULL 417 lib/widget/group.c send_message (c, NULL, MSG_RESIZE, 0, &r); NULL 433 lib/widget/group.c if (g->widgets == NULL) NULL 436 lib/widget/group.c if (g->current == NULL) NULL 463 lib/widget/group.c r0 = r != NULL ? *r : w->rect; NULL 483 lib/widget/group.c send_message (wg, NULL, MSG_RESIZE, 0, NULL); NULL 486 lib/widget/group.c for (p = g->widgets; p != NULL; p = g_list_next (p)) NULL 501 lib/widget/group.c handled = send_message (g, NULL, MSG_HOTKEY, key, NULL); NULL 505 lib/widget/group.c handled = send_message (g->current->data, NULL, MSG_KEY, key, NULL); NULL 509 lib/widget/group.c handled = send_message (g, g->current->data, MSG_UNHANDLED_KEY, key, NULL); NULL 524 lib/widget/group.c if (g->widgets == NULL) NULL 527 lib/widget/group.c if (g->current == NULL) NULL 550 lib/widget/group.c handled = send_message (w, NULL, MSG_HOTKEY, key, NULL); NULL 564 lib/widget/group.c handled = send_message (w, NULL, MSG_HOTKEY, key, NULL); NULL 574 lib/widget/group.c send_message (g, w, MSG_HOTKEY_HANDLED, 0, NULL); NULL 601 lib/widget/group.c widget_init (w, r, callback != NULL ? callback : group_default_callback, mouse_callback); NULL 627 lib/widget/group.c g_list_foreach (g->widgets, group_widget_init, NULL); NULL 648 lib/widget/group.c g_list_foreach (g->widgets, (GFunc) widget_destroy, NULL); NULL 650 lib/widget/group.c g->widgets = NULL; NULL 690 lib/widget/group.c if (g->current != NULL) NULL 716 lib/widget/group.c if (g->widgets != NULL) NULL 741 lib/widget/group.c while (p != NULL); NULL 769 lib/widget/group.c assert (ww != NULL); NULL 781 lib/widget/group.c if (g->widgets == NULL || before == NULL) NULL 793 lib/widget/group.c assert (b != NULL); NULL 797 lib/widget/group.c if (b != NULL) NULL 806 lib/widget/group.c group_widget_init (ww, NULL); NULL 830 lib/widget/group.c assert (w != NULL); NULL 839 lib/widget/group.c if (g->widgets == NULL) NULL 840 lib/widget/group.c g->current = NULL; NULL 850 lib/widget/group.c ww->owner = NULL; NULL 950 lib/widget/group.c if (w != NULL) NULL 83 lib/widget/group.h g->current != NULL ? g->current->data : NULL); NULL 113 lib/widget/group.h if (g->current != NULL) NULL 73 lib/widget/groupbox.c if (g->title != NULL) NULL 104 lib/widget/groupbox.c widget_init (w, &r, groupbox_callback, NULL); NULL 106 lib/widget/groupbox.c g->title = NULL; NULL 120 lib/widget/groupbox.c if (title != NULL && *title != '\0') NULL 125 lib/widget/groupbox.c g->title = g_strconcat (" ", t, " ", (char *) NULL); NULL 76 lib/widget/history.c if ((dlg_head == NULL) || (dlg_head->data == NULL)) NULL 108 lib/widget/history.c return dlg_default_callback (WIDGET (dlg_head), NULL, MSG_RESIZE, 0, &r); NULL 161 lib/widget/history.c listbox_add_item (hd->listbox, LISTBOX_APPEND_AT_END, 0, text, NULL, TRUE); NULL 174 lib/widget/history.c le->text = NULL; NULL 191 lib/widget/history.c hd->text = NULL; NULL 193 lib/widget/history.c hd->listbox = listbox_new (1, 1, 2, 2, TRUE, NULL); NULL 211 lib/widget/history.c if (hd == NULL || hd->list == NULL) NULL 216 lib/widget/history.c for (z = hd->list; z != NULL; z = g_list_previous (z)) NULL 229 lib/widget/history.c NULL, "[History-query]", _("History")); NULL 234 lib/widget/history.c group_add_widget_autopos (GROUP (query_dlg), hd->listbox, WPOS_KEEP_ALL, NULL); NULL 241 lib/widget/history.c send_message (query_dlg, NULL, MSG_RESIZE, 0, NULL); NULL 277 lib/widget/history.c listbox_get_current (hd->listbox, &q, NULL); NULL 282 lib/widget/history.c z = NULL; NULL 283 lib/widget/history.c for (hi = listbox_get_first_link (hd->listbox); hi != NULL; hi = g_list_next (hi)) NULL 121 lib/widget/hline.c if (l->text != NULL) NULL 154 lib/widget/hline.c widget_init (w, &r, hline_callback, NULL); NULL 155 lib/widget/hline.c l->text = NULL; NULL 169 lib/widget/hline.c if (text == NULL || *text == '\0') NULL 170 lib/widget/hline.c l->text = NULL; NULL 57 lib/widget/input.c const global_keymap_t *input_map = NULL; NULL 73 lib/widget/input.c (in->history.list != NULL && WIDGET (in)->rect.cols > HISTORY_BUTTON_WIDTH * 2 + 1 \ NULL 74 lib/widget/input.c && WIDGET (in)->owner != NULL) NULL 82 lib/widget/input.c static char *kill_buffer = NULL; NULL 92 lib/widget/input.c for (; history != NULL; history = g_list_previous (history)) NULL 106 lib/widget/input.c if (g_list_next (in->history.current) == NULL) NULL 108 lib/widget/input.c else if (g_list_previous (in->history.current) == NULL) NULL 167 lib/widget/input.c if (hd.text != NULL) NULL 192 lib/widget/input.c if (at == NULL) NULL 198 lib/widget/input.c if (delim != NULL) NULL 205 lib/widget/input.c if (colon != NULL && colon > at) NULL 206 lib/widget/input.c colon = NULL; NULL 208 lib/widget/input.c if (colon == NULL) NULL 212 lib/widget/input.c return g_strconcat (url, at, (char *) NULL); NULL 232 lib/widget/input.c if (in->history.name != NULL && in->strip_password) NULL 247 lib/widget/input.c if (in->history.list == NULL || in->history.list->data == NULL NULL 399 lib/widget/input.c mc_event_raise (MCEVENT_GROUP_FILEMANAGER, "panel_save_current_file_to_clip_file", NULL); NULL 401 lib/widget/input.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", NULL); NULL 414 lib/widget/input.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", NULL); NULL 523 lib/widget/input.c if (kill_buffer != NULL) NULL 565 lib/widget/input.c char *p = NULL; NULL 569 lib/widget/input.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_from_ext_clip", NULL); NULL 591 lib/widget/input.c if (in->history.list == NULL) NULL 598 lib/widget/input.c if (prev != NULL) NULL 621 lib/widget/input.c if (in->history.list == NULL) NULL 625 lib/widget/input.c if (next == NULL) NULL 822 lib/widget/input.c if (in->history.list != NULL && in->history.list->data != NULL) NULL 861 lib/widget/input.c if (in == NULL) NULL 870 lib/widget/input.c if (in->history.list != NULL) NULL 982 lib/widget/input.c in->completions = NULL; NULL 987 lib/widget/input.c if (in->init_from_history || def_text == NULL) NULL 993 lib/widget/input.c in->history.list = NULL; NULL 994 lib/widget/input.c in->history.current = NULL; NULL 996 lib/widget/input.c in->history.name = NULL; NULL 997 lib/widget/input.c if ((histname != NULL) && (*histname != '\0')) NULL 1001 lib/widget/input.c in->label = NULL; NULL 1019 lib/widget/input.c mc_event_add (h->event_group, MCEVENT_HISTORY_LOAD, input_load_history, w, NULL); NULL 1021 lib/widget/input.c mc_event_add (h->event_group, MCEVENT_HISTORY_SAVE, input_save_history, w, NULL); NULL 1022 lib/widget/input.c if (in->label != NULL) NULL 1060 lib/widget/input.c if (in->label != NULL) NULL 1142 lib/widget/input.c if (text == NULL) NULL 1168 lib/widget/input.c return NULL; NULL 1178 lib/widget/input.c if (in == NULL) NULL 1182 lib/widget/input.c g_assert (in->buffer != NULL); NULL 1234 lib/widget/input.c if (wi->owner == NULL || !widget_get_state (WIDGET (wi->owner), WST_ACTIVE)) NULL 92 lib/widget/input_complete.c static char **hosts = NULL; NULL 93 lib/widget/input_complete.c static char **hosts_p = NULL; NULL 134 lib/widget/input_complete.c static DIR *directory = NULL; NULL 135 lib/widget/input_complete.c static char *filename = NULL; NULL 136 lib/widget/input_complete.c static char *dirname = NULL; NULL 137 lib/widget/input_complete.c static char *users_dirname = NULL; NULL 139 lib/widget/input_complete.c static vfs_path_t *dirname_vpath = NULL; NULL 142 lib/widget/input_complete.c struct vfs_dirent *entry = NULL; NULL 146 lib/widget/input_complete.c if (text != NULL && (flags & INPUT_COMPLETE_SHELL_ESC) != 0) NULL 173 lib/widget/input_complete.c if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL) NULL 202 lib/widget/input_complete.c while (directory != NULL && (entry = mc_readdir (directory)) != NULL) NULL 231 lib/widget/input_complete.c tmp_vpath = vfs_path_build_filename (dirname, entry->d_name, (char *) NULL); NULL 269 lib/widget/input_complete.c if (entry == NULL) NULL 271 lib/widget/input_complete.c if (directory != NULL) NULL 274 lib/widget/input_complete.c directory = NULL; NULL 278 lib/widget/input_complete.c dirname_vpath = NULL; NULL 281 lib/widget/input_complete.c return NULL; NULL 289 lib/widget/input_complete.c if (users_dirname != NULL && (users_dirname[0] != '.' || users_dirname[1] != '\0')) NULL 312 lib/widget/input_complete.c static struct passwd *entry = NULL; NULL 326 lib/widget/input_complete.c while ((entry = getpwent ()) != NULL) NULL 335 lib/widget/input_complete.c if (entry != NULL) NULL 336 lib/widget/input_complete.c return g_strconcat ("~", entry->pw_name, PATH_SEP_STR, (char *) NULL); NULL 339 lib/widget/input_complete.c return NULL; NULL 349 lib/widget/input_complete.c static char **env_p = NULL; NULL 352 lib/widget/input_complete.c const char *p = NULL; NULL 364 lib/widget/input_complete.c while (*env_p != NULL) NULL 367 lib/widget/input_complete.c if (p != NULL && ((size_t) (p - *env_p) >= varlen) NULL 373 lib/widget/input_complete.c if (*env_p == NULL) NULL 374 lib/widget/input_complete.c return NULL; NULL 406 lib/widget/input_complete.c if (file == NULL) NULL 409 lib/widget/input_complete.c while (fgets (buffer, sizeof (buffer) - 1, file) != NULL) NULL 478 lib/widget/input_complete.c *hosts_p = NULL; NULL 494 lib/widget/input_complete.c static char **host_p = NULL; NULL 508 lib/widget/input_complete.c *hosts = NULL; NULL 511 lib/widget/input_complete.c fetch_hosts (p != NULL ? p : "/etc/hosts"); NULL 517 lib/widget/input_complete.c for (; *host_p != NULL; host_p++) NULL 525 lib/widget/input_complete.c if (*host_p == NULL) NULL 528 lib/widget/input_complete.c hosts = NULL; NULL 529 lib/widget/input_complete.c return NULL; NULL 557 lib/widget/input_complete.c static const char *path_end = NULL; NULL 561 lib/widget/input_complete.c static const char *const *words = NULL; NULL 562 lib/widget/input_complete.c static char *path = NULL; NULL 563 lib/widget/input_complete.c static char *cur_path = NULL; NULL 564 lib/widget/input_complete.c static char *cur_word = NULL; NULL 586 lib/widget/input_complete.c return NULL; NULL 593 lib/widget/input_complete.c isabsolute = strchr (u_text, PATH_SEP) != NULL; NULL 600 lib/widget/input_complete.c if (path == NULL) NULL 603 lib/widget/input_complete.c if (path != NULL) NULL 607 lib/widget/input_complete.c while ((p = strchr (p, PATH_ENV_SEP)) != NULL) NULL 618 lib/widget/input_complete.c if (p != NULL) NULL 630 lib/widget/input_complete.c found = NULL; NULL 634 lib/widget/input_complete.c for (; *words != NULL; words++) NULL 644 lib/widget/input_complete.c for (; *words != NULL; words++) NULL 651 lib/widget/input_complete.c if (path == NULL) NULL 654 lib/widget/input_complete.c cur_word = NULL; NULL 657 lib/widget/input_complete.c while (found == NULL) NULL 659 lib/widget/input_complete.c if (cur_word == NULL) NULL 666 lib/widget/input_complete.c cur_word = mc_build_filename (expanded, u_text, (char *) NULL); NULL 673 lib/widget/input_complete.c if (found == NULL) NULL 681 lib/widget/input_complete.c if (found == NULL) NULL 686 lib/widget/input_complete.c if (p != NULL) NULL 730 lib/widget/input_complete.c match_list[1] = NULL; NULL 732 lib/widget/input_complete.c while ((string = (*entry_function) (text, matches, flags)) != NULL) NULL 740 lib/widget/input_complete.c match_list[matches + 1] = NULL; NULL 753 lib/widget/input_complete.c match_list[1] = NULL; NULL 804 lib/widget/input_complete.c match_list[matches + 1] = NULL; NULL 853 lib/widget/input_complete.c else if (strchr (command_separator_chars, ti[0]) != NULL) NULL 892 lib/widget/input_complete.c state->q = NULL; NULL 897 lib/widget/input_complete.c if (state->q != NULL && state->q[1] == '(' && (state->flags & INPUT_COMPLETE_COMMANDS) != 0) NULL 901 lib/widget/input_complete.c state->q = NULL; NULL 910 lib/widget/input_complete.c char **matches = NULL; NULL 926 lib/widget/input_complete.c if (matches == NULL && state->is_cd && !IS_PATH_SEP (*state->word) && *state->word != '~') NULL 945 lib/widget/input_complete.c c = (cdpath == NULL) ? '\0' : ':'; NULL 947 lib/widget/input_complete.c while (matches == NULL && c == ':') NULL 953 lib/widget/input_complete.c if (s == NULL) NULL 959 lib/widget/input_complete.c state->r = mc_build_filename (cdpath, state->word, (char *) NULL); NULL 1073 lib/widget/input_complete.c e != NULL; i++, e = g_list_next (e)) NULL 1110 lib/widget/input_complete.c char *last_text = NULL; NULL 1127 lib/widget/input_complete.c e != NULL; i++, e = g_list_next (e)) NULL 1211 lib/widget/input_complete.c if (in->completions != NULL && str_offset_to_pos (in->buffer->str, in->point) != end) NULL 1214 lib/widget/input_complete.c if (in->completions == NULL) NULL 1217 lib/widget/input_complete.c if (in->completions == NULL) NULL 1222 lib/widget/input_complete.c || ((what_to_do & DO_QUERY) != 0 && in->completions[1] == NULL)) NULL 1226 lib/widget/input_complete.c if (!insert_text (in, lc_complete, -1) || in->completions[1] != NULL) NULL 1232 lib/widget/input_complete.c if ((what_to_do & DO_QUERY) != 0 && in->completions != NULL && in->completions[1] != NULL) NULL 1241 lib/widget/input_complete.c for (p = in->completions + 1; *p != NULL; count++, p++) NULL 1281 lib/widget/input_complete.c dialog_colors, complete_callback, NULL, "[Completion]", NULL); NULL 1282 lib/widget/input_complete.c complete_list = listbox_new (1, 1, h - 2, w - 2, FALSE, NULL); NULL 1285 lib/widget/input_complete.c for (p = in->completions + 1; *p != NULL; p++) NULL 1286 lib/widget/input_complete.c listbox_add_item (complete_list, LISTBOX_APPEND_AT_END, 0, *p, NULL, FALSE); NULL 1289 lib/widget/input_complete.c q = NULL; NULL 1292 lib/widget/input_complete.c listbox_get_current (complete_list, &q, NULL); NULL 1293 lib/widget/input_complete.c if (q != NULL) NULL 1296 lib/widget/input_complete.c if (q != NULL || end != min_end) NULL 1317 lib/widget/input_complete.c char **matches = NULL; NULL 1343 lib/widget/input_complete.c if (matches != NULL) NULL 1352 lib/widget/input_complete.c if (matches != NULL) NULL 1362 lib/widget/input_complete.c if (matches != NULL) NULL 1368 lib/widget/input_complete.c if (matches == NULL && *state.word == '~' && (state.flags & INPUT_COMPLETE_USERNAMES) != 0 NULL 1369 lib/widget/input_complete.c && strchr (state.word, PATH_SEP) == NULL) NULL 1378 lib/widget/input_complete.c if (matches == NULL) NULL 1382 lib/widget/input_complete.c if (matches == NULL) NULL 1390 lib/widget/input_complete.c if (matches != NULL && NULL 1397 lib/widget/input_complete.c for (m = matches; *m != NULL; m++) NULL 1435 lib/widget/input_complete.c if (strchr (word_separators, *s) != NULL && !strutils_is_char_escaped (in->buffer->str, s)) NULL 1459 lib/widget/input_complete.c if (in->completions != NULL) NULL 1479 lib/widget/input_complete.c in->completions = NULL; NULL 73 lib/widget/label.c if (l->text == NULL) NULL 97 lib/widget/label.c if (q != NULL) NULL 106 lib/widget/label.c if (q == NULL) NULL 136 lib/widget/label.c if (text != NULL) NULL 141 lib/widget/label.c widget_init (w, &r, label_callback, NULL); NULL 159 lib/widget/label.c if (label->text != NULL && text != NULL && strcmp (label->text, text) == 0) NULL 164 lib/widget/label.c if (text == NULL) NULL 165 lib/widget/label.c label->text = NULL; NULL 71 lib/widget/listbox-window.c if (title != NULL) NULL 109 lib/widget/listbox-window.c NULL, NULL, help, title); NULL 111 lib/widget/listbox-window.c listbox->list = listbox_new (2, 2, lines, cols, FALSE, NULL); NULL 152 lib/widget/listbox-window.c void *val = NULL; NULL 154 lib/widget/listbox-window.c if (select != NULL) NULL 161 lib/widget/listbox-window.c if (e != NULL) NULL 49 lib/widget/listbox.c const global_keymap_t *listbox_map = NULL; NULL 138 lib/widget/listbox.c GList *le = NULL; NULL 149 lib/widget/listbox.c if (l->list != NULL) NULL 156 lib/widget/listbox.c pos = (le == NULL) ? 0 : l->top; NULL 173 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length)) NULL 204 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) NULL 277 lib/widget/listbox.c if (l->list == NULL || g_queue_is_empty (l->list)) NULL 327 lib/widget/listbox.c ret = send_message (WIDGET (l)->owner, l, MSG_NOTIFY, command, NULL); NULL 344 lib/widget/listbox.c if (l->list == NULL) NULL 366 lib/widget/listbox.c if (l->list == NULL) NULL 387 lib/widget/listbox.c g_queue_insert_sorted (l->list, e, (GCompareDataFunc) listbox_entry_cmp, NULL); NULL 402 lib/widget/listbox.c send_message (WIDGET (l)->owner, l, MSG_NOTIFY, 0, NULL); NULL 415 lib/widget/listbox.c if (l->callback != NULL) NULL 562 lib/widget/listbox.c l->list = NULL; NULL 585 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) NULL 610 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) NULL 659 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l->list); le != NULL; pos++, le = g_list_next (le)) NULL 698 lib/widget/listbox.c WLEntry *e = NULL; NULL 701 lib/widget/listbox.c if (l != NULL) NULL 704 lib/widget/listbox.c ok = (e != NULL); NULL 706 lib/widget/listbox.c if (string != NULL) NULL 707 lib/widget/listbox.c *string = ok ? e->text : NULL; NULL 709 lib/widget/listbox.c if (extra != NULL) NULL 710 lib/widget/listbox.c *extra = ok ? e->data : NULL; NULL 723 lib/widget/listbox.c if (item != NULL) NULL 727 lib/widget/listbox.c return NULL; NULL 735 lib/widget/listbox.c return (l == NULL || l->list == NULL) ? NULL : g_queue_peek_head_link (l->list); NULL 766 lib/widget/listbox.c return (l == NULL || l->list == NULL || g_queue_is_empty (l->list)); NULL 782 lib/widget/listbox.c if (l != NULL) NULL 791 lib/widget/listbox.c if (l != NULL) NULL 793 lib/widget/listbox.c if (l->list != NULL) NULL 796 lib/widget/listbox.c l->list = NULL; NULL 811 lib/widget/listbox.c if (l == NULL) NULL 812 lib/widget/listbox.c return NULL; NULL 815 lib/widget/listbox.c return NULL; NULL 48 lib/widget/menu.c const global_keymap_t *menu_map = NULL; NULL 84 lib/widget/menu.c if (menu != NULL) NULL 92 lib/widget/menu.c for (i = menu->entries; i != NULL; i = g_list_next (i)) NULL 96 lib/widget/menu.c if (entry != NULL) NULL 103 lib/widget/menu.c if (get_shortcut != NULL) NULL 106 lib/widget/menu.c if (entry->shortcut != NULL) NULL 132 lib/widget/menu.c if (entry == NULL) NULL 155 lib/widget/menu.c if (entry->text.hotkey != NULL) NULL 162 lib/widget/menu.c if (entry->text.end != NULL) NULL 165 lib/widget/menu.c if (entry->shortcut != NULL) NULL 229 lib/widget/menu.c for (i = menubar->menu; i != NULL; i = g_list_next (i)) NULL 240 lib/widget/menu.c if (menu->text.hotkey != NULL) NULL 247 lib/widget/menu.c if (menu->text.end != NULL) NULL 330 lib/widget/menu.c if (DIALOG (w->owner)->bg != NULL) NULL 355 lib/widget/menu.c if ((entry != NULL) && (entry->command != CK_IgnoreKey)) NULL 361 lib/widget/menu.c send_message (w->owner, w, MSG_ACTION, entry->command, NULL); NULL 382 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); NULL 406 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); NULL 433 lib/widget/menu.c if ((entry == NULL) || (entry->command == CK_IgnoreKey)) NULL 471 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); NULL 489 lib/widget/menu.c for (i = menubar->menu; i != NULL; i = g_list_next (i)) NULL 493 lib/widget/menu.c if (menu->text.hotkey != NULL && hotkey == g_ascii_tolower (menu->text.hotkey[0])) NULL 513 lib/widget/menu.c for (i = menu->entries; i != NULL; i = g_list_next (i)) NULL 517 lib/widget/menu.c if (entry != NULL && entry->text.hotkey != NULL NULL 540 lib/widget/menu.c ev_help_t event_data = { NULL, NULL }; NULL 686 lib/widget/menu.c widget_default_callback (w, NULL, MSG_RESIZE, 0, data); NULL 708 lib/widget/menu.c menu != NULL && x >= MENU (menu->data)->start_x; i++, menu = g_list_next (menu)) NULL 756 lib/widget/menu.c if (entry != NULL && entry->command != CK_IgnoreKey) NULL 891 lib/widget/menu.c entry->shortcut = NULL; NULL 901 lib/widget/menu.c if (entry != NULL) NULL 990 lib/widget/menu.c if (menu != NULL) NULL 1012 lib/widget/menu.c if (menubar->menu == NULL) NULL 1018 lib/widget/menu.c for (i = menubar->menu; i != NULL; i = g_list_next (i)) NULL 1027 lib/widget/menu.c if (g_list_next (menubar->menu) == NULL) NULL 1041 lib/widget/menu.c for (i = menubar->menu; i != NULL; i = g_list_next (i)) NULL 16 lib/widget/menu.h #define menu_separator_create() NULL NULL 49 lib/widget/quick.c #define I18N(x) (x = x != NULL && *x != '\0' ? _(x) : x) NULL 183 lib/widget/quick.c WGroupbox *g = NULL; NULL 185 lib/widget/quick.c GList *input_labels = NULL; /* Widgets not directly requested by the user. */ NULL 199 lib/widget/quick.c quick_widget_item_t item = { NULL, quick_widget }; NULL 211 lib/widget/quick.c if (g != NULL) NULL 228 lib/widget/quick.c if (g != NULL) NULL 237 lib/widget/quick.c *quick_widget->u.input.result = NULL; NULL 250 lib/widget/quick.c if (g != NULL) NULL 263 lib/widget/quick.c if (g != NULL) NULL 274 lib/widget/quick.c char **items = NULL; NULL 280 lib/widget/quick.c items[i] = NULL; NULL 289 lib/widget/quick.c if (g != NULL) NULL 308 lib/widget/quick.c if (g != NULL) NULL 314 lib/widget/quick.c g = NULL; NULL 419 lib/widget/quick.c g = NULL; NULL 440 lib/widget/quick.c if (input != NULL && input->u.input.label_location == input_label_right) NULL 451 lib/widget/quick.c if (g != NULL) NULL 460 lib/widget/quick.c if (g != NULL) NULL 475 lib/widget/quick.c if (g != NULL) NULL 489 lib/widget/quick.c if (g != NULL) NULL 498 lib/widget/quick.c if (g != NULL) NULL 518 lib/widget/quick.c g = NULL; NULL 522 lib/widget/quick.c if (item->widget != NULL) NULL 524 lib/widget/quick.c if (g != NULL) NULL 562 lib/widget/quick.c if (item->widget != NULL) NULL 570 lib/widget/quick.c NULL); NULL 571 lib/widget/quick.c if (item->quick_widget->id != NULL) NULL 577 lib/widget/quick.c if (dd->bg != NULL) NULL 49 lib/widget/quick.h .label_text = NULL, \ NULL 51 lib/widget/quick.h .label = NULL, \ NULL 72 lib/widget/quick.h .label = NULL, \ NULL 92 lib/widget/quick.h .input = NULL \ NULL 117 lib/widget/quick.h .id = NULL, \ NULL 130 lib/widget/quick.h .id = NULL, \ NULL 133 lib/widget/quick.h .text = NULL, \ NULL 134 lib/widget/quick.h .histname = NULL, \ NULL 135 lib/widget/quick.h .result = NULL \ NULL 145 lib/widget/quick.h .id = NULL, \ NULL 159 lib/widget/quick.h .id = NULL, \ NULL 162 lib/widget/quick.h .text = NULL, \ NULL 163 lib/widget/quick.h .histname = NULL, \ NULL 164 lib/widget/quick.h .result = NULL \ NULL 174 lib/widget/quick.h .id = NULL, \ NULL 177 lib/widget/quick.h .text = NULL, \ NULL 178 lib/widget/quick.h .histname = NULL, \ NULL 179 lib/widget/quick.h .result = NULL \ NULL 189 lib/widget/quick.h .id = NULL, \ NULL 192 lib/widget/quick.h .text = NULL, \ NULL 193 lib/widget/quick.h .histname = NULL, \ NULL 194 lib/widget/quick.h .result = NULL \ NULL 204 lib/widget/quick.h .id = NULL, \ NULL 215 lib/widget/quick.h QUICK_BUTTON (N_("&OK"), B_ENTER, NULL, NULL), \ NULL 216 lib/widget/quick.h QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL) NULL 223 lib/widget/quick.h .id = NULL, \ NULL 226 lib/widget/quick.h .text = NULL, \ NULL 227 lib/widget/quick.h .histname = NULL, \ NULL 228 lib/widget/quick.h .result = NULL \ NULL 46 lib/widget/radio.c const global_keymap_t *radio_map = NULL; NULL 93 lib/widget/radio.c send_message (w->owner, w, MSG_NOTIFY, 0, NULL); NULL 131 lib/widget/radio.c if (r->texts[i].hotkey != NULL) NULL 200 lib/widget/radio.c send_message (w, NULL, MSG_ACTION, CK_Select, NULL); NULL 201 lib/widget/radio.c send_message (w->owner, w, MSG_POST_KEY, ' ', NULL); NULL 68 lib/widget/rect.c if (r != NULL) NULL 85 lib/widget/widget-common.c if (r == NULL) NULL 98 lib/widget/widget-common.c if (w != NULL && widget_get_state (WIDGET (w->owner), WST_VISIBLE | WST_FOCUSED)) NULL 114 lib/widget/widget-common.c if (g == NULL) NULL 121 lib/widget/widget-common.c if (g->current == NULL || !widget_get_state (WIDGET (g->current->data), WST_FOCUSED)) NULL 155 lib/widget/widget-common.c n1 = s1 != NULL; NULL 156 lib/widget/widget-common.c n2 = s2 != NULL; NULL 185 lib/widget/widget-common.c return (owner == NULL ? NULL : widget_get_colors (owner)); NULL 198 lib/widget/widget-common.c if (text == NULL) NULL 203 lib/widget/widget-common.c if (cp != NULL && cp[1] != '\0') NULL 218 lib/widget/widget-common.c result.hotkey = NULL; NULL 219 lib/widget/widget-common.c result.end = NULL; NULL 243 lib/widget/widget-common.c result += (hotkey.hotkey != NULL) ? str_term_width1 (hotkey.hotkey) : 0; NULL 244 lib/widget/widget-common.c result += (hotkey.end != NULL) ? str_term_width1 (hotkey.end) : 0; NULL 271 lib/widget/widget-common.c if (hotkey.hotkey != NULL) NULL 277 lib/widget/widget-common.c if (hotkey.end != NULL) NULL 293 lib/widget/widget-common.c if (hotkey.hotkey != NULL) NULL 299 lib/widget/widget-common.c if (hotkey.end != NULL) NULL 315 lib/widget/widget-common.c w->keymap = NULL; NULL 316 lib/widget/widget-common.c w->ext_keymap = NULL; NULL 319 lib/widget/widget-common.c w->mouse_callback = mouse_callback != NULL ? mouse_callback : widget_default_mouse_callback; NULL 320 lib/widget/widget-common.c w->owner = NULL; NULL 439 lib/widget/widget-common.c send_message (w, NULL, MSG_RESIZE, 0, &r); NULL 454 lib/widget/widget-common.c send_message (w, NULL, MSG_RESIZE, 0, r); NULL 483 lib/widget/widget-common.c if (w != NULL) NULL 518 lib/widget/widget-common.c if (owner == NULL) NULL 534 lib/widget/widget-common.c if (w != NULL && widget_get_state (w, WST_VISIBLE)) NULL 538 lib/widget/widget-common.c if (g != NULL && widget_get_state (WIDGET (g), WST_ACTIVE)) NULL 539 lib/widget/widget-common.c ret = w->callback (w, NULL, MSG_DRAW, 0, NULL); NULL 560 lib/widget/widget-common.c if (g->widgets == NULL) NULL 563 lib/widget/widget-common.c if (g->current == NULL) NULL 597 lib/widget/widget-common.c send_message (old_w, NULL, MSG_DESTROY, 0, NULL); NULL 598 lib/widget/widget-common.c send_message (new_w, NULL, MSG_INIT, 0, NULL); NULL 634 lib/widget/widget-common.c if (g != NULL) NULL 693 lib/widget/widget-common.c if (delta != NULL) NULL 695 lib/widget/widget-common.c else if (w->owner != NULL) NULL 712 lib/widget/widget-common.c if (delta != NULL) NULL 714 lib/widget/widget-common.c else if (w->owner != NULL) NULL 732 lib/widget/widget-common.c || w->owner == NULL) ? NULL : g_list_find (CONST_GROUP (w->owner)->widgets, what); NULL 749 lib/widget/widget-common.c return (w->callback == cb ? WIDGET (w) : NULL); NULL 765 lib/widget/widget-common.c return (w->id == id ? WIDGET (w) : NULL); NULL 804 lib/widget/widget-common.c if (owner == NULL) NULL 828 lib/widget/widget-common.c ret = send_message (w, NULL, enable ? MSG_DISABLE : MSG_ENABLE, 0, NULL); NULL 838 lib/widget/widget-common.c ret = send_message (w, NULL, msg, 0, NULL); NULL 843 lib/widget/widget-common.c send_message (owner, w, MSG_CHANGED_FOCUS, 0, NULL); NULL 865 lib/widget/widget-common.c send_message (w, NULL, MSG_DESTROY, 0, NULL); NULL 253 lib/widget/widget-common.h if (w != NULL) /* This must be always true, but... */ NULL 302 lib/widget/widget-common.h w->make_global (w, NULL); NULL 316 lib/widget/widget-common.h w->make_local (w, NULL); NULL 425 lib/widget/widget-common.h return (send_message (w, NULL, MSG_CURSOR, 0, NULL) == MSG_HANDLED); NULL 75 lib/widget/wtools.c WDialog *prev_dlg = NULL; NULL 80 lib/widget/wtools.c if (top_dlg != NULL) NULL 91 lib/widget/wtools.c if (p != NULL) NULL 97 lib/widget/wtools.c if (prev_dlg == NULL || (WIDGET (prev_dlg)->pos_flags & WPOS_FULLSCREEN) != 0) NULL 111 lib/widget/wtools.c return dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 130 lib/widget/wtools.c p = g_strconcat ("\n", text, "\n", (char *) NULL); NULL 135 lib/widget/wtools.c send_message (d, NULL, MSG_RESIZE, 0, NULL); NULL 168 lib/widget/wtools.c title = g_strconcat (_("Background process:"), " ", title, (char *) NULL); NULL 202 lib/widget/wtools.c if (history_name != NULL && *history_name != '\0') NULL 218 lib/widget/wtools.c NULL, is_passwd, strip_password, completion_flags), NULL 228 lib/widget/wtools.c quick_widgets, NULL, NULL NULL 236 lib/widget/wtools.c return (ret != B_CANCEL) ? my_str : NULL; NULL 303 lib/widget/wtools.c if (strchr (cp, '&') != NULL) NULL 317 lib/widget/wtools.c NULL, "[QueryBox]", header); NULL 322 lib/widget/wtools.c WButton *defbutton = NULL; NULL 325 lib/widget/wtools.c NULL); NULL 337 lib/widget/wtools.c if (strchr (cur_name, '&') != NULL) NULL 340 lib/widget/wtools.c button = button_new (lines - 3, cols, B_USER + i, NORMAL_BUTTON, cur_name, NULL); NULL 349 lib/widget/wtools.c send_message (query_dlg, NULL, MSG_RESIZE, 0, NULL); NULL 351 lib/widget/wtools.c if (defbutton != NULL) NULL 369 lib/widget/wtools.c NULL); NULL 370 lib/widget/wtools.c group_add_widget (g, button_new (0, 0, 0, HIDDEN_BUTTON, "-", NULL)); NULL 434 lib/widget/wtools.c wtools_parent_call (func.p, NULL, 3, sizeof (flags), &flags, strlen (title), title, NULL 450 lib/widget/wtools.c if (mcerror == NULL || *mcerror == NULL) NULL 458 lib/widget/wtools.c if (code != NULL) NULL 462 lib/widget/wtools.c *mcerror = NULL; NULL 599 lib/widget/wtools.c dialog_colors, NULL, NULL, NULL, title); NULL 608 lib/widget/wtools.c if (sm->init != NULL) NULL 628 lib/widget/wtools.c if (sm == NULL) NULL 631 lib/widget/wtools.c if (sm->deinit != NULL) NULL 654 lib/widget/wtools.c if (sm == NULL) NULL 658 lib/widget/wtools.c if (sm->dlg == NULL) NULL 716 lib/widget/wtools.c group_add_widget_autopos (wg, ssm->label, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, NULL); NULL 718 lib/widget/wtools.c b = WIDGET (button_new (y++, 3, B_CANCEL, NORMAL_BUTTON, b_name, NULL)); NULL 719 lib/widget/wtools.c group_add_widget_autopos (wg, b, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, NULL); NULL 56 src/args.c char *mc_args__last_wd_file = NULL; NULL 59 src/args.c char *mc_args__netfs_logfile = NULL; NULL 62 src/args.c char *mc_args__keymap_file = NULL; NULL 64 src/args.c void *mc_run_param0 = NULL; NULL 65 src/args.c char *mc_run_param1 = NULL; NULL 102 src/args.c NULL NULL 110 src/args.c NULL NULL 118 src/args.c NULL NULL 127 src/args.c NULL NULL 143 src/args.c NULL NULL 150 src/args.c NULL NULL 193 src/args.c NULL NULL 200 src/args.c NULL NULL 207 src/args.c NULL NULL 214 src/args.c NULL NULL 222 src/args.c NULL NULL 230 src/args.c NULL NULL 237 src/args.c NULL NULL 245 src/args.c NULL NULL 260 src/args.c NULL NULL 279 src/args.c NULL NULL 286 src/args.c NULL NULL 309 src/args.c static gchar *mc_args__loc__colors_string = NULL; NULL 310 src/args.c static gchar *mc_args__loc__footer_string = NULL; NULL 311 src/args.c static gchar *mc_args__loc__header_string = NULL; NULL 312 src/args.c static gchar *mc_args__loc__usage_string = NULL; NULL 365 src/args.c _("Color options"), NULL, NULL); NULL 520 src/args.c GList *flist = NULL; NULL 598 src/args.c if (flist == NULL) NULL 599 src/args.c flist = g_list_prepend (flist, mcedit_arg_new (NULL, 0)); NULL 663 src/args.c main_group = g_option_group_new ("main", _("Main options"), _("Main options"), NULL, NULL); NULL 670 src/args.c _("Terminal options"), NULL, NULL); NULL 684 src/args.c if (*mcerror == NULL) NULL 690 src/args.c help_str = g_option_context_get_help (context, TRUE, NULL); NULL 774 src/args.c if (mc_args__netfs_logfile != NULL) NULL 784 src/args.c tmp = (argc > 0) ? argv[1] : NULL; NULL 793 src/args.c if (tmp == NULL) NULL 817 src/args.c if (tmp != NULL) NULL 820 src/args.c tmp = (argc > 1) ? argv[2] : NULL; NULL 821 src/args.c if (tmp != NULL) NULL 79 src/background.c TaskList *task_list = NULL; NULL 109 src/background.c TaskList *prev = NULL; NULL 111 src/background.c while (p != NULL) NULL 117 src/background.c if (prev != NULL) NULL 275 src/background.c for (p = task_list; p != NULL; p = p->next) NULL 279 src/background.c if (p != NULL) NULL 342 src/background.c char *resstr = NULL; NULL 368 src/background.c if (resstr != NULL) NULL 409 src/background.c have_ctx = ctx != NULL ? 1 : 0; NULL 443 src/background.c if (ctx != NULL) NULL 459 src/background.c parent_call_header (routine, argc, Return_String, NULL); NULL 469 src/background.c return NULL; NULL 473 src/background.c return NULL; NULL 479 src/background.c return NULL; NULL 557 src/background.c top_dlg = NULL; NULL 48 src/clipboard.c char *clipboard_store_path = NULL; NULL 49 src/clipboard.c char *clipboard_paste_path = NULL; NULL 80 src/clipboard.c if (clipboard_store_path == NULL || clipboard_store_path[0] == '\0') NULL 84 src/clipboard.c cmd = g_strconcat (clipboard_store_path, " ", tmp, " 2>/dev/null", (char *) NULL); NULL 86 src/clipboard.c if (cmd != NULL) NULL 109 src/clipboard.c if (clipboard_paste_path == NULL || clipboard_paste_path[0] == '\0') NULL 112 src/clipboard.c p = mc_popen (clipboard_paste_path, TRUE, TRUE, NULL); NULL 113 src/clipboard.c if (p == NULL) NULL 121 src/clipboard.c GError *error = NULL; NULL 128 src/clipboard.c if (error != NULL) NULL 163 src/clipboard.c mc_pclose (p, NULL); NULL 176 src/clipboard.c vfs_path_t *fname_vpath = NULL; NULL 184 src/clipboard.c if (text == NULL) NULL 214 src/clipboard.c char *fname = NULL; NULL 226 src/clipboard.c if (f == NULL) NULL 232 src/clipboard.c *(event_data->text) = NULL; NULL 254 src/clipboard.c tmp = g_strconcat (*(event_data->text), " ", buf, (char *) NULL); NULL 262 src/clipboard.c event_data->ret = (*(event_data->text) != NULL); NULL 213 src/cons.handler.c if (tty_name != NULL) NULL 218 src/cons.handler.c mc_conssaver = mc_build_filename (SAVERDIR, "cons.saver", (char *) NULL); NULL 219 src/cons.handler.c execl (mc_conssaver, "cons.saver", tty_name, (char *) NULL); NULL 294 src/cons.handler.c if (screen_shot.buf != NULL) NULL 241 src/consaver/cons.saver.c if (buffer == NULL) NULL 75 src/diffviewer/search.c char *exp = NULL; NULL 86 src/diffviewer/search.c MC_HISTORY_SHARED_SEARCH, &exp, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 90 src/diffviewer/search.c (int *) &mcdiffview_search_options.type, NULL), NULL 92 src/diffviewer/search.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &mcdiffview_search_options.case_sens, NULL), NULL 93 src/diffviewer/search.c QUICK_CHECKBOX (N_("&Backwards"), &mcdiffview_search_options.backwards, NULL), NULL 94 src/diffviewer/search.c QUICK_CHECKBOX (N_("&Whole words"), &mcdiffview_search_options.whole_words, NULL), NULL 96 src/diffviewer/search.c QUICK_CHECKBOX (N_("&All charsets"), &mcdiffview_search_options.all_codepages, NULL), NULL 108 src/diffviewer/search.c quick_widgets, NULL, NULL NULL 116 src/diffviewer/search.c if ((qd_result == B_CANCEL) || (exp == NULL) || (exp[0] == '\0')) NULL 162 src/diffviewer/search.c if (mc_search_run (dview->search.handle, p->p, 0, p->u.len, NULL)) NULL 197 src/diffviewer/search.c if (mc_search_run (dview->search.handle, p->p, 0, p->u.len, NULL)) NULL 254 src/diffviewer/search.c dview->search.handle = mc_search_new (dview->search.last_string, NULL); NULL 257 src/diffviewer/search.c if (dview->search.handle == NULL) NULL 277 src/diffviewer/search.c else if (dview->search.handle == NULL) NULL 140 src/diffviewer/ydiff.c if (!g_file_get_contents (from_file_name, &contents, &length, NULL)) NULL 144 src/diffviewer/ydiff.c if (backup_fd == NULL) NULL 172 src/diffviewer/ydiff.c vfs_path_t *diff_file_name = NULL; NULL 174 src/diffviewer/ydiff.c fd = mc_mkstemps (&diff_file_name, "mcdiff", NULL); NULL 201 src/diffviewer/ydiff.c return NULL; NULL 204 src/diffviewer/ydiff.c if (fs == NULL) NULL 205 src/diffviewer/ydiff.c return NULL; NULL 208 src/diffviewer/ydiff.c if (fs->buf == NULL) NULL 211 src/diffviewer/ydiff.c return NULL; NULL 217 src/diffviewer/ydiff.c fs->data = NULL; NULL 261 src/diffviewer/ydiff.c if (fs == NULL) NULL 262 src/diffviewer/ydiff.c return NULL; NULL 268 src/diffviewer/ydiff.c return NULL; NULL 294 src/diffviewer/ydiff.c if (fs == NULL) NULL 295 src/diffviewer/ydiff.c return NULL; NULL 301 src/diffviewer/ydiff.c return NULL; NULL 483 src/diffviewer/ydiff.c if (fs != NULL) NULL 508 src/diffviewer/ydiff.c const char *type = NULL; NULL 515 src/diffviewer/ydiff.c if (type == NULL) NULL 516 src/diffviewer/ydiff.c return NULL; NULL 519 src/diffviewer/ydiff.c if (fs == NULL) NULL 520 src/diffviewer/ydiff.c return NULL; NULL 523 src/diffviewer/ydiff.c if (f == NULL) NULL 526 src/diffviewer/ydiff.c return NULL; NULL 548 src/diffviewer/ydiff.c if (fs != NULL) NULL 570 src/diffviewer/ydiff.c if (str == NULL) NULL 592 src/diffviewer/ydiff.c if (str == NULL) NULL 621 src/diffviewer/ydiff.c if (text == NULL || text[0] == '\0') NULL 624 src/diffviewer/ydiff.c if (g_utf8_validate (text, -1, NULL)) NULL 826 src/diffviewer/ydiff.c if (cmd == NULL) NULL 832 src/diffviewer/ydiff.c if (f == NULL) NULL 873 src/diffviewer/ydiff.c if (f == NULL) NULL 1049 src/diffviewer/ydiff.c if (Lprev == NULL) NULL 1053 src/diffviewer/ydiff.c if (Lcurr == NULL) NULL 1145 src/diffviewer/ydiff.c if (ret == NULL) NULL 1370 src/diffviewer/ydiff.c if (src != NULL) NULL 1469 src/diffviewer/ydiff.c if (src != NULL) NULL 1574 src/diffviewer/ydiff.c const char *q = NULL; NULL 1619 src/diffviewer/ydiff.c if (q == NULL) NULL 1675 src/diffviewer/ydiff.c if (p != NULL) NULL 1691 src/diffviewer/ydiff.c p.p = NULL; NULL 1770 src/diffviewer/ydiff.c if (ops != NULL) NULL 1786 src/diffviewer/ydiff.c if (ops != NULL) NULL 1801 src/diffviewer/ydiff.c if (dview->hdiff != NULL) NULL 1807 src/diffviewer/ydiff.c GArray *h = NULL; NULL 1816 src/diffviewer/ydiff.c if (h != NULL) NULL 1826 src/diffviewer/ydiff.c h = NULL; NULL 1842 src/diffviewer/ydiff.c if (dview->hdiff != NULL) NULL 1854 src/diffviewer/ydiff.c if (h != NULL) NULL 1858 src/diffviewer/ydiff.c dview->hdiff = NULL; NULL 1862 src/diffviewer/ydiff.c dview->search.handle = NULL; NULL 2058 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL && line < from1 - 1) NULL 2063 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL) NULL 2105 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL && line < from1 - 1) NULL 2111 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f1) != NULL && line <= to2) NULL 2117 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL) NULL 2157 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL && line1 < from1 - 1) NULL 2162 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f1) != NULL && line2 <= to2) NULL 2168 src/diffviewer/ydiff.c while (fgets (buf, sizeof (buf), f0) != NULL) NULL 2202 src/diffviewer/ydiff.c vfs_path_t *merge_file_name_vpath = NULL; NULL 2216 src/diffviewer/ydiff.c merge_file_fd = mc_mkstemps (&merge_file_name_vpath, "mcmerge", NULL); NULL 2294 src/diffviewer/ydiff.c if (dview->a[DIFF_LEFT] != NULL) NULL 2299 src/diffviewer/ydiff.c if (dview->a[DIFF_RIGHT] != NULL) NULL 2319 src/diffviewer/ydiff.c const char *encoding_id = NULL; NULL 2325 src/diffviewer/ydiff.c if (encoding_id != NULL) NULL 2367 src/diffviewer/ydiff.c QUICK_RADIO (3, (const char **) quality_str, (int *) &dview->opt.quality, NULL), NULL 2370 src/diffviewer/ydiff.c QUICK_CHECKBOX (N_("&Ignore case"), &dview->opt.ignore_case, NULL), NULL 2371 src/diffviewer/ydiff.c QUICK_CHECKBOX (N_("Ignore tab &expansion"), &dview->opt.ignore_tab_expansion, NULL), NULL 2372 src/diffviewer/ydiff.c QUICK_CHECKBOX (N_("Ignore &space change"), &dview->opt.ignore_space_change, NULL), NULL 2373 src/diffviewer/ydiff.c QUICK_CHECKBOX (N_("Ignore all &whitespace"), &dview->opt.ignore_all_space, NULL), NULL 2375 src/diffviewer/ydiff.c NULL), NULL 2386 src/diffviewer/ydiff.c quick_widgets, NULL, NULL NULL 2402 src/diffviewer/ydiff.c f[DIFF_LEFT] = NULL; NULL 2403 src/diffviewer/ydiff.c f[DIFF_RIGHT] = NULL; NULL 2408 src/diffviewer/ydiff.c if (f[DIFF_LEFT] == NULL) NULL 2412 src/diffviewer/ydiff.c if (f[DIFF_RIGHT] == NULL) NULL 2421 src/diffviewer/ydiff.c if (f[DIFF_LEFT] == NULL) NULL 2425 src/diffviewer/ydiff.c if (f[DIFF_RIGHT] == NULL) NULL 2441 src/diffviewer/ydiff.c dview->hdiff = NULL; NULL 2474 src/diffviewer/ydiff.c dview->search.handle = NULL; NULL 2475 src/diffviewer/ydiff.c dview->search.last_string = NULL; NULL 2508 src/diffviewer/ydiff.c if (dview->a[DIFF_LEFT] != NULL) NULL 2512 src/diffviewer/ydiff.c dview->a[DIFF_LEFT] = NULL; NULL 2514 src/diffviewer/ydiff.c if (dview->a[DIFF_RIGHT] != NULL) NULL 2518 src/diffviewer/ydiff.c dview->a[DIFF_RIGHT] = NULL; NULL 2598 src/diffviewer/ydiff.c if (f == NULL) NULL 2602 src/diffviewer/ydiff.c else if (dview->hdiff != NULL && g_ptr_array_index (dview->hdiff, i) != NULL) NULL 2938 src/diffviewer/ydiff.c first_run ? NULL : INPUT_LAST_TEXT, INPUT_COMPLETE_NONE); NULL 2939 src/diffviewer/ydiff.c if (input != NULL) NULL 3341 src/diffviewer/ydiff.c widget_default_callback (w, NULL, MSG_RESIZE, 0, data); NULL 3397 src/diffviewer/ydiff.c return dview_execute_cmd (NULL, parm); NULL 3452 src/diffviewer/ydiff.c dlg_create (FALSE, 0, 0, 1, 1, WPOS_FULLSCREEN, FALSE, NULL, dview_dialog_callback, NULL, NULL 3453 src/diffviewer/ydiff.c "[Diff Viewer]", NULL); NULL 3466 src/diffviewer/ydiff.c group_add_widget_autopos (g, w, WPOS_KEEP_ALL, NULL); NULL 3469 src/diffviewer/ydiff.c group_add_widget_autopos (g, w, w->pos_flags, NULL); NULL 3495 src/diffviewer/ydiff.c if (real_file##n != NULL) \ NULL 3528 src/diffviewer/ydiff.c vfs_path_t *file0 = NULL; NULL 3529 src/diffviewer/ydiff.c vfs_path_t *file1 = NULL; NULL 3543 src/diffviewer/ydiff.c (char *) NULL); NULL 3554 src/diffviewer/ydiff.c (char *) NULL); NULL 3617 src/diffviewer/ydiff.c if (file0 != NULL && file1 != NULL) NULL 3629 src/diffviewer/ydiff.c if (real_file0 != NULL && real_file1 != NULL) NULL 70 src/editor/bookmark.c if (p->next != NULL) NULL 84 src/editor/bookmark.c if (edit->book_mark == NULL) NULL 92 src/editor/bookmark.c for (p = edit->book_mark; p != NULL; p = p->next) NULL 97 src/editor/bookmark.c if (p->next != NULL) NULL 112 src/editor/bookmark.c for (p = edit->book_mark; p != NULL; p = p->prev) NULL 114 src/editor/bookmark.c if (p->next != NULL && p->next->line <= line) NULL 119 src/editor/bookmark.c if (p->next != NULL) NULL 135 src/editor/bookmark.c return NULL; /* can't get here */ NULL 154 src/editor/bookmark.c if (edit->book_mark != NULL) NULL 158 src/editor/bookmark.c for (p = book_mark_find (edit, line); p != NULL; p = p->prev) NULL 198 src/editor/bookmark.c if (p->next != NULL) NULL 221 src/editor/bookmark.c if (edit->book_mark == NULL) NULL 224 src/editor/bookmark.c for (p = book_mark_find (edit, line); p != NULL; p = q) NULL 232 src/editor/bookmark.c if (p->next != NULL) NULL 240 src/editor/bookmark.c if (edit->book_mark->line == -1 && edit->book_mark->next == NULL) NULL 254 src/editor/bookmark.c if (edit->book_mark == NULL) NULL 257 src/editor/bookmark.c while (edit->book_mark->prev != NULL) NULL 260 src/editor/bookmark.c for (q = edit->book_mark->next; q != NULL; q = p) NULL 266 src/editor/bookmark.c if (p != NULL) NULL 271 src/editor/bookmark.c if (edit->book_mark->next == NULL) NULL 283 src/editor/bookmark.c if (edit->book_mark != NULL) NULL 288 src/editor/bookmark.c for (p = p->next; p != NULL; p = p->next) NULL 299 src/editor/bookmark.c if (edit->book_mark != NULL) NULL 304 src/editor/bookmark.c for (p = p->next; p != NULL; p = p->next) NULL 315 src/editor/bookmark.c if (edit->serialized_bookmarks != NULL) NULL 318 src/editor/bookmark.c if (edit->book_mark != NULL) NULL 322 src/editor/bookmark.c if (edit->serialized_bookmarks == NULL) NULL 326 src/editor/bookmark.c for (p = book_mark_find (edit, 0); p != NULL; p = p->next) NULL 338 src/editor/bookmark.c if (edit->serialized_bookmarks != NULL) NULL 103 src/editor/edit.c char *option_backup_ext = NULL; NULL 104 src/editor/edit.c char *option_filesize_threshold = NULL; NULL 210 src/editor/edit.c edit_load_status_update_cb, NULL); NULL 237 src/editor/edit.c if (filename_vpath == NULL) NULL 263 src/editor/edit.c return NULL; NULL 302 src/editor/edit.c gchar *errmsg = NULL; NULL 375 src/editor/edit.c if (errmsg != NULL) NULL 412 src/editor/edit.c if (edit->filename_vpath != NULL) NULL 448 src/editor/edit.c if (edit->filename_vpath != NULL NULL 479 src/editor/edit.c if (edit->filename_vpath == NULL NULL 512 src/editor/edit.c if (edit->filename_vpath == NULL NULL 519 src/editor/edit.c edit->serialized_bookmarks = NULL; NULL 653 src/editor/edit.c if (strchr (" \t", edit_buffer_get_byte (buf, p)) == NULL) NULL 1531 src/editor/edit.c if (p == NULL || *p == '\0') NULL 1536 src/editor/edit.c if (strchr ("{[(", c) != NULL) NULL 1715 src/editor/edit.c width = pn == NULL ? blocklen : pn - (char *) data; NULL 1807 src/editor/edit.c if (fd != NULL) NULL 1829 src/editor/edit.c return NULL; NULL 1964 src/editor/edit.c if (p != NULL) NULL 1969 src/editor/edit.c if (f != NULL) NULL 2091 src/editor/edit.c if (edit != NULL) NULL 2114 src/editor/edit.c widget_init (w, r, NULL, NULL); NULL 2156 src/editor/edit.c return NULL; NULL 2162 src/editor/edit.c edit_load_syntax (edit, NULL, NULL); NULL 2188 src/editor/edit.c if (edit == NULL) NULL 2198 src/editor/edit.c else if (edit->serialized_bookmarks != NULL) NULL 2247 src/editor/edit.c if (edit_init (e, &w->rect, filename_vpath, line) == NULL) NULL 2272 src/editor/edit.c if (cp_id != NULL) NULL 2284 src/editor/edit.c if (cp_id != NULL) NULL 3742 src/editor/edit.c if (edit->book_mark != NULL) NULL 3747 src/editor/edit.c if (p->next != NULL) NULL 3757 src/editor/edit.c if (edit->book_mark != NULL) NULL 3763 src/editor/edit.c if (p->prev != NULL) NULL 3913 src/editor/edit.c user_menu (edit, NULL, -1); NULL 4023 src/editor/edit.c edit_history_moveto[edit_stack_iterator].filename_vpath = NULL; NULL 120 src/editor/editbuffer.c return NULL; NULL 167 src/editor/editbuffer.c if (buf->b1 != NULL) NULL 169 src/editor/editbuffer.c g_ptr_array_foreach (buf->b1, (GFunc) g_free, NULL); NULL 173 src/editor/editbuffer.c if (buf->b2 != NULL) NULL 175 src/editor/editbuffer.c g_ptr_array_foreach (buf->b2, (GFunc) g_free, NULL); NULL 197 src/editor/editbuffer.c return (p != NULL) ? *(unsigned char *) p : '\n'; NULL 218 src/editor/editbuffer.c gchar *str = NULL; NULL 221 src/editor/editbuffer.c gchar *next_ch = NULL; NULL 230 src/editor/editbuffer.c if (str == NULL) NULL 300 src/editor/editbuffer.c if (str == NULL || g_utf8_next_char (str) != cursor_buf_ptr) NULL 753 src/editor/editbuffer.c if (s != NULL && s->update != NULL) NULL 759 src/editor/editbuffer.c if (sm->buf == NULL) NULL 787 src/editor/editbuffer.c if (s != NULL && s->update != NULL) NULL 108 src/editor/editcmd.c if (sender != NULL && sender->id == edit_save_mode_radio_id) NULL 143 src/editor/editcmd.c vfs_path_t *savename_vpath = NULL; NULL 149 src/editor/editcmd.c if (vpath_element == NULL) NULL 156 src/editor/editcmd.c if (!IS_PATH_SEP (*start_filename) && edit->dir_vpath != NULL) NULL 157 src/editor/editcmd.c real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL); NULL 225 src/editor/editcmd.c if (savedir == NULL) NULL 229 src/editor/editcmd.c saveprefix = mc_build_filename (PATH_SEP_STR, savedir, "cooledit", (char *) NULL); NULL 231 src/editor/editcmd.c fd = mc_mkstemps (&savename_vpath, saveprefix, NULL); NULL 233 src/editor/editcmd.c if (savename_vpath == NULL) NULL 255 src/editor/editcmd.c if (p != NULL) NULL 262 src/editor/editcmd.c if (file != NULL) NULL 314 src/editor/editcmd.c if (file != NULL) NULL 340 src/editor/editcmd.c g_assert (option_backup_ext != NULL); NULL 390 src/editor/editcmd.c vfs_path_t *ret_vpath = NULL; NULL 403 src/editor/editcmd.c &filename_res, NULL, FALSE, FALSE, INPUT_COMPLETE_FILENAMES), NULL 405 src/editor/editcmd.c QUICK_LABEL (N_("Change line breaks to:"), NULL), NULL 406 src/editor/editcmd.c QUICK_RADIO (LB_NAMES, lb_names, (int *) &cur_lb, NULL), NULL 416 src/editor/editcmd.c quick_widgets, NULL, NULL NULL 644 src/editor/editcmd.c s = g_strconcat ("mail -s ", subject, *cc ? " -c " : "", cc, " ", to, (char *) NULL); NULL 649 src/editor/editcmd.c if (s != NULL) NULL 655 src/editor/editcmd.c if (p != NULL) NULL 740 src/editor/editcmd.c edit_load_syntax (edit, NULL, edit->syntax_type); NULL 787 src/editor/editcmd.c g_list_foreach (GROUP (h)->widgets, edit_syntax_onoff_cb, NULL); NULL 839 src/editor/editcmd.c char *str_result = NULL; NULL 854 src/editor/editcmd.c g_assert (option_backup_ext != NULL); NULL 863 src/editor/editcmd.c QUICK_CHECKBOX (N_("Check &POSIX new line"), &option_check_nl_at_eof, NULL), NULL 873 src/editor/editcmd.c quick_widgets, edit_save_mode_callback, NULL NULL 892 src/editor/editcmd.c if (edit->dir_vpath == NULL) NULL 915 src/editor/editcmd.c if (exp_vpath != NULL && vfs_path_len (exp_vpath) != 0) NULL 980 src/editor/editcmd.c edit_load_syntax (edit, NULL, edit->syntax_type); NULL 1008 src/editor/editcmd.c if (edit->filename_vpath == NULL) NULL 1047 src/editor/editcmd.c if (exp != NULL && *exp != '\0') NULL 1097 src/editor/editcmd.c if (exp != NULL && (action == CK_Edit || action == CK_Enter)) NULL 1131 src/editor/editcmd.c vfs_path_build_filename (mc_global.sysconfig_dir, "syntax", "Syntax", (char *) NULL); NULL 1136 src/editor/editcmd.c vfs_path_build_filename (mc_global.share_data_dir, "syntax", "Syntax", (char *) NULL); NULL 1177 src/editor/editcmd.c vfs_path_build_filename (mc_global.sysconfig_dir, EDIT_GLOBAL_MENU, (char *) NULL); NULL 1182 src/editor/editcmd.c vfs_path_build_filename (mc_global.share_data_dir, EDIT_GLOBAL_MENU, (char *) NULL); NULL 1200 src/editor/editcmd.c vfs_path_build_filename (mc_global.sysconfig_dir, EDIT_GLOBAL_MENU, (char *) NULL); NULL 1205 src/editor/editcmd.c vfs_path_build_filename (mc_global.share_data_dir, EDIT_GLOBAL_MENU, (char *) NULL); NULL 1234 src/editor/editcmd.c ret = (edit != NULL) && edit_ok_to_exit (edit); NULL 1252 src/editor/editcmd.c if (edit != NULL) NULL 1257 src/editor/editcmd.c if (edit != NULL) NULL 1387 src/editor/editcmd.c unsigned char *copy_buf = NULL; NULL 1515 src/editor/editcmd.c if (edit->filename_vpath != NULL) NULL 1650 src/editor/editcmd.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", NULL); NULL 1674 src/editor/editcmd.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", NULL); NULL 1691 src/editor/editcmd.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_file_from_ext_clip", NULL); NULL 1715 src/editor/editcmd.c first_run ? NULL : INPUT_LAST_TEXT, INPUT_COMPLETE_NONE); NULL 1716 src/editor/editcmd.c if (f == NULL || *f == '\0') NULL 1760 src/editor/editcmd.c if (exp != NULL && *exp != '\0') NULL 1792 src/editor/editcmd.c if (exp != NULL && *exp != '\0') NULL 1834 src/editor/editcmd.c if (exp == NULL) NULL 1841 src/editor/editcmd.c " > ", tmp_edit_temp_name, (char *) NULL); NULL 1904 src/editor/editcmd.c tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); NULL 1938 src/editor/editcmd.c char *macros_fname = NULL; NULL 1941 src/editor/editcmd.c macros_fname = g_build_filename (mc_config_get_data_path (), fname, (char *) NULL); NULL 1957 src/editor/editcmd.c QUICK_LABEL (N_("mail -s <subject> -c <cc> <to>"), NULL), NULL 1960 src/editor/editcmd.c &mail_to, NULL, FALSE, FALSE, INPUT_COMPLETE_USERNAMES), NULL 1963 src/editor/editcmd.c &mail_subject, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 1966 src/editor/editcmd.c &mail_cc, NULL, FALSE, FALSE, INPUT_COMPLETE_USERNAMES), NULL 1976 src/editor/editcmd.c quick_widgets, NULL, NULL NULL 2036 src/editor/editcmd.c if (edit_history_moveto[edit_stack_iterator].filename_vpath != NULL) NULL 2063 src/editor/editcmd.c if (edit_history_moveto[edit_stack_iterator].filename_vpath != NULL) NULL 2091 src/editor/editcmd.c editcmd_dialog_raw_key_query_cb, NULL, NULL, heading); NULL 2103 src/editor/editcmd.c group_add_widget_autopos (g, button_new (y, 1, B_CANCEL, NORMAL_BUTTON, _("Cancel"), NULL), NULL 2104 src/editor/editcmd.c WPOS_KEEP_TOP | WPOS_CENTER_HORZ, NULL); NULL 76 src/editor/editcomplete.c GString *temp = NULL; NULL 89 src/editor/editcomplete.c if (temp == NULL) NULL 111 src/editor/editcomplete.c GString *temp = NULL; NULL 120 src/editor/editcomplete.c if (temp == NULL) NULL 146 src/editor/editcomplete.c if (current_word != NULL && g_string_equal (current_word, temp)) NULL 149 src/editor/editcomplete.c if (*compl == NULL) NULL 155 src/editor/editcomplete.c for (l = g_queue_peek_head_link (*compl); l != NULL; l = g_list_next (l)) NULL 165 src/editor/editcomplete.c if (l != NULL) NULL 202 src/editor/editcomplete.c temp = NULL; NULL 205 src/editor/editcomplete.c if (temp != NULL) NULL 218 src/editor/editcomplete.c GQueue *compl = NULL; NULL 228 src/editor/editcomplete.c srch = mc_search_new (match_expr, NULL); NULL 230 src/editor/editcomplete.c if (srch == NULL) NULL 231 src/editor/editcomplete.c return NULL; NULL 249 src/editor/editcomplete.c edit_search_status_update_cb, NULL); NULL 273 src/editor/editcomplete.c for (w = owner->widgets; w != NULL; w = g_list_next (w)) NULL 301 src/editor/editcomplete.c if (current_word != NULL) NULL 353 src/editor/editcomplete.c char *curr = NULL; NULL 386 src/editor/editcomplete.c dialog_colors, NULL, NULL, "[Completion]", NULL); NULL 389 src/editor/editcomplete.c compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL); NULL 392 src/editor/editcomplete.c for (i = g_queue_peek_tail_link (compl); i != NULL; i = g_list_previous (i)) NULL 393 src/editor/editcomplete.c listbox_add_item (compl_list, LISTBOX_APPEND_AT_END, 0, ((GString *) i->data)->str, NULL, NULL 401 src/editor/editcomplete.c listbox_get_current (compl_list, &curr, NULL); NULL 445 src/editor/editcomplete.c if (compl == NULL) NULL 465 src/editor/editcomplete.c if (curr_compl != NULL) NULL 207 src/editor/editdraw.c if (edit->filename_vpath != NULL) NULL 265 src/editor/editdraw.c if (edit->filename_vpath != NULL) NULL 66 src/editor/editmacros.c if (macros_list != NULL && macros_list->len != 0) NULL 86 src/editor/editmacros.c if (result == NULL || result->macro == NULL) NULL 100 src/editor/editmacros.c mc_config_t *macros_config = NULL; NULL 121 src/editor/editmacros.c if (macros_config == NULL) NULL 128 src/editor/editmacros.c mc_config_save_file (macros_config, NULL); NULL 143 src/editor/editmacros.c GString *macros_string = NULL; NULL 146 src/editor/editmacros.c GArray *macros = NULL; NULL 168 src/editor/editmacros.c if (macros_config == NULL) NULL 181 src/editor/editmacros.c if (action_name == NULL) NULL 184 src/editor/editmacros.c if (macros == NULL) NULL 196 src/editor/editmacros.c if (macros == NULL) NULL 212 src/editor/editmacros.c if (macros_string != NULL) NULL 214 src/editor/editmacros.c mc_config_save_file (macros_config, NULL); NULL 227 src/editor/editmacros.c mc_config_t *macros_config = NULL; NULL 235 src/editor/editmacros.c if (macros_list == NULL || macros_list->len != 0) NULL 242 src/editor/editmacros.c if (macros_config == NULL) NULL 245 src/editor/editmacros.c keys = mc_config_get_keys (macros_config, section_name, NULL); NULL 247 src/editor/editmacros.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 250 src/editor/editmacros.c GArray *macros = NULL; NULL 253 src/editor/editmacros.c values = mc_config_get_string_list (macros_config, section_name, *profile_keys, NULL); NULL 254 src/editor/editmacros.c hotkey = lookup_key (*profile_keys, NULL); NULL 256 src/editor/editmacros.c for (curr_values = values; *curr_values != NULL && *curr_values[0] != '\0'; curr_values++) NULL 262 src/editor/editmacros.c if (macro_pair != NULL) NULL 269 src/editor/editmacros.c if (macro_pair[0] != NULL && macro_pair[0][0] != '\0') NULL 272 src/editor/editmacros.c if (macro_pair[1] != NULL && macro_pair[1][0] != '\0') NULL 273 src/editor/editmacros.c m_act.ch = strtol (macro_pair[1], NULL, 0); NULL 286 src/editor/editmacros.c if (macros == NULL) NULL 296 src/editor/editmacros.c if (macros != NULL) NULL 335 src/editor/editmacros.c f = input_dialog (_("Repeat last commands"), _("Repeat times:"), MC_HISTORY_EDIT_REPEAT, NULL, NULL 337 src/editor/editmacros.c ok = (f != NULL && *f != '\0'); NULL 341 src/editor/editmacros.c char *error = NULL; NULL 412 src/editor/editmacros.c if (edit != NULL) NULL 426 src/editor/editmacros.c if (edit != NULL) NULL 71 src/editor/editmenu.c GList *entries = NULL; NULL 98 src/editor/editmenu.c GList *entries = NULL; NULL 130 src/editor/editmenu.c GList *entries = NULL; NULL 149 src/editor/editmenu.c GList *entries = NULL; NULL 204 src/editor/editmenu.c GList *entries = NULL; NULL 229 src/editor/editmenu.c GList *entries = NULL; NULL 248 src/editor/editmenu.c GList *entries = NULL; NULL 56 src/editor/editoptions.c NULL NULL 66 src/editor/editoptions.c while (*array != NULL) NULL 109 src/editor/editoptions.c edit_load_syntax (edit, NULL, edit->syntax_type); NULL 150 src/editor/editoptions.c QUICK_RADIO (3, wrap_str, &wrap_mode, NULL), NULL 155 src/editor/editoptions.c QUICK_CHECKBOX (N_("&Fake half tabs"), &option_fake_half_tabs, NULL), NULL 157 src/editor/editoptions.c NULL), NULL 159 src/editor/editoptions.c NULL), NULL 161 src/editor/editoptions.c "edit-tab-spacing", &q, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 166 src/editor/editoptions.c NULL), NULL 167 src/editor/editoptions.c QUICK_CHECKBOX (N_("Confir&m before saving"), &edit_confirm_save, NULL), NULL 168 src/editor/editoptions.c QUICK_CHECKBOX (N_("Save file &position"), &option_save_position, NULL), NULL 169 src/editor/editoptions.c QUICK_CHECKBOX (N_("&Visible trailing spaces"), &visible_tws, NULL), NULL 170 src/editor/editoptions.c QUICK_CHECKBOX (N_("Visible &tabs"), &visible_tabs, NULL), NULL 171 src/editor/editoptions.c QUICK_CHECKBOX (N_("Synta&x highlighting"), &option_syntax_highlighting, NULL), NULL 172 src/editor/editoptions.c QUICK_CHECKBOX (N_("C&ursor after inserted block"), &option_cursor_after_inserted_block, NULL), NULL 174 src/editor/editoptions.c NULL), NULL 176 src/editor/editoptions.c NULL), NULL 177 src/editor/editoptions.c QUICK_CHECKBOX (N_("&Group undo"), &option_group_undo, NULL), NULL 179 src/editor/editoptions.c "edit-word-wrap", &p, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 191 src/editor/editoptions.c quick_widgets, NULL, NULL NULL 201 src/editor/editoptions.c g_list_foreach (GROUP (h)->widgets, edit_reset_over_col, NULL); NULL 203 src/editor/editoptions.c if (p != NULL) NULL 211 src/editor/editoptions.c if (q != NULL) NULL 237 src/editor/editoptions.c g_list_foreach (GROUP (h)->widgets, edit_reload_syntax, NULL); NULL 87 src/editor/editsearch.c MC_HISTORY_SHARED_SEARCH, &search_text, NULL, FALSE, FALSE, NULL 92 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), NULL 94 src/editor/editsearch.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &edit_search_options.case_sens, NULL), NULL 95 src/editor/editsearch.c QUICK_CHECKBOX (N_("&Backwards"), &edit_search_options.backwards, NULL), NULL 96 src/editor/editsearch.c QUICK_CHECKBOX (N_("In se&lection"), &edit_search_options.only_in_selection, NULL), NULL 97 src/editor/editsearch.c QUICK_CHECKBOX (N_("&Whole words"), &edit_search_options.whole_words, NULL), NULL 99 src/editor/editsearch.c QUICK_CHECKBOX (N_("&All charsets"), &edit_search_options.all_codepages, NULL), NULL 103 src/editor/editsearch.c QUICK_BUTTON (N_("&OK"), B_ENTER, NULL, NULL), NULL 104 src/editor/editsearch.c QUICK_BUTTON (N_("&Find all"), B_USER, NULL, NULL), NULL 105 src/editor/editsearch.c QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL), NULL 114 src/editor/editsearch.c quick_widgets, NULL, NULL NULL 122 src/editor/editsearch.c if ((dialog_result == B_CANCEL) || (search_text == NULL) || (search_text[0] == '\0')) NULL 156 src/editor/editsearch.c if ((search_default == NULL) || (*search_default == '\0')) NULL 165 src/editor/editsearch.c MC_HISTORY_SHARED_SEARCH, search_text, NULL, FALSE, FALSE, NULL 168 src/editor/editsearch.c "replace", replace_text, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 172 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), NULL 174 src/editor/editsearch.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &edit_search_options.case_sens, NULL), NULL 175 src/editor/editsearch.c QUICK_CHECKBOX (N_("&Backwards"), &edit_search_options.backwards, NULL), NULL 176 src/editor/editsearch.c QUICK_CHECKBOX (N_("In se&lection"), &edit_search_options.only_in_selection, NULL), NULL 177 src/editor/editsearch.c QUICK_CHECKBOX (N_("&Whole words"), &edit_search_options.whole_words, NULL), NULL 179 src/editor/editsearch.c QUICK_CHECKBOX (N_("&All charsets"), &edit_search_options.all_codepages, NULL), NULL 191 src/editor/editsearch.c quick_widgets, NULL, NULL NULL 198 src/editor/editsearch.c *replace_text = NULL; NULL 199 src/editor/editsearch.c *search_text = NULL; NULL 240 src/editor/editsearch.c QUICK_LABEL (repl_from, NULL), NULL 241 src/editor/editsearch.c QUICK_LABEL (N_("Replace with:"), NULL), NULL 242 src/editor/editsearch.c QUICK_LABEL (repl_to, NULL), NULL 244 src/editor/editsearch.c QUICK_BUTTON (N_("&Replace"), B_ENTER, NULL, NULL), NULL 245 src/editor/editsearch.c QUICK_BUTTON (N_("A&ll"), B_REPLACE_ALL, NULL, NULL), NULL 246 src/editor/editsearch.c QUICK_BUTTON (N_("&Skip"), B_SKIP_REPLACE, NULL, NULL), NULL 247 src/editor/editsearch.c QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL), NULL 255 src/editor/editsearch.c r, N_("Confirm replace"), NULL, NULL 256 src/editor/editsearch.c quick_widgets, NULL, NULL NULL 538 src/editor/editsearch.c if (tmp != NULL) NULL 571 src/editor/editsearch.c else if (edit->search->error_str != NULL) NULL 584 src/editor/editsearch.c assert (edit->search != NULL); NULL 593 src/editor/editsearch.c edit_search_status_update_cb, NULL); NULL 680 src/editor/editsearch.c edit->search = mc_search_new (str, NULL); NULL 683 src/editor/editsearch.c if (edit->search == NULL) NULL 770 src/editor/editsearch.c else if (edit->last_search_string != NULL) NULL 778 src/editor/editsearch.c if (history != NULL) NULL 782 src/editor/editsearch.c history->data = NULL; NULL 808 src/editor/editsearch.c static char *saved1 = NULL; /* saved default[123] */ NULL 809 src/editor/editsearch.c static char *saved2 = NULL; NULL 810 src/editor/editsearch.c char *input1 = NULL; /* user input from the dialog */ NULL 811 src/editor/editsearch.c char *input2 = NULL; NULL 812 src/editor/editsearch.c GString *input2_str = NULL; NULL 813 src/editor/editsearch.c char *disp1 = NULL; NULL 814 src/editor/editsearch.c char *disp2 = NULL; NULL 819 src/editor/editsearch.c if (edit == NULL) NULL 828 src/editor/editsearch.c if (again && saved1 == NULL && saved2 == NULL) NULL 833 src/editor/editsearch.c input1 = g_strdup (saved1 != NULL ? saved1 : ""); NULL 834 src/editor/editsearch.c input2 = g_strdup (saved2 != NULL ? saved2 : ""); NULL 840 src/editor/editsearch.c disp1 = edit_replace_cmd__conv_to_display (saved1 != NULL ? saved1 : ""); NULL 841 src/editor/editsearch.c disp2 = edit_replace_cmd__conv_to_display (saved2 != NULL ? saved2 : ""); NULL 850 src/editor/editsearch.c if (input1 == NULL || *input1 == '\0') NULL 869 src/editor/editsearch.c edit->search = NULL; NULL 874 src/editor/editsearch.c if (edit->search == NULL) NULL 898 src/editor/editsearch.c edit_search_status_update_cb, NULL); NULL 974 src/editor/editsearch.c if (repl_str != NULL) NULL 1030 src/editor/editsearch.c if (input2_str != NULL) NULL 74 src/editor/editwidget.c char *edit_window_state_char = NULL; NULL 75 src/editor/editwidget.c char *edit_window_close_char = NULL; NULL 150 src/editor/editwidget.c QUICK_LABEL (ver, NULL), NULL 153 src/editor/editwidget.c "written for the Midnight Commander."), NULL), NULL 155 src/editor/editwidget.c QUICK_LABEL (N_("Copyright (C) 1996-2022 the Free Software Foundation"), NULL), NULL 157 src/editor/editwidget.c QUICK_BUTTON (N_("&OK"), B_ENTER, NULL, NULL), NULL 166 src/editor/editwidget.c quick_widgets, NULL, NULL NULL 187 src/editor/editwidget.c ev_help_t event_data = { NULL, "[Internal File Editor]" }; NULL 326 src/editor/editwidget.c for (w = g->widgets; w != NULL; w = g_list_next (w)) NULL 332 src/editor/editwidget.c if (e->filename_vpath == NULL) NULL 346 src/editor/editwidget.c if (selected != NULL) NULL 356 src/editor/editwidget.c const char *shortcut = NULL; NULL 359 src/editor/editwidget.c if (shortcut != NULL) NULL 363 src/editor/editwidget.c if (ext_map != NULL) NULL 365 src/editor/editwidget.c if (shortcut != NULL) NULL 368 src/editor/editwidget.c return NULL; NULL 383 src/editor/editwidget.c if (edit->filename_vpath == NULL) NULL 391 src/editor/editwidget.c return g_strconcat (_("Edit: "), modified, file_label, (char *) NULL); NULL 405 src/editor/editwidget.c edit_load_file_from_filename (h, NULL, 0); NULL 422 src/editor/editwidget.c edit_close_cmd ((WEdit *) g->current->data) && find_editor (h) == NULL) NULL 624 src/editor/editwidget.c WEdit *e = NULL; NULL 625 src/editor/editwidget.c GSList *m = NULL; NULL 632 src/editor/editwidget.c for (l = GROUP (h)->widgets; l != NULL; l = g_list_next (l)) NULL 650 src/editor/editwidget.c for (me = m; me != NULL; me = g_slist_next (me)) NULL 661 src/editor/editwidget.c if (me == NULL) NULL 674 src/editor/editwidget.c buttonbar_set_label (bb, 1, Q_ ("ButtonBar|Help"), w->keymap, NULL); NULL 682 src/editor/editwidget.c buttonbar_set_label (bb, 9, Q_ ("ButtonBar|PullDn"), w->keymap, NULL); NULL 683 src/editor/editwidget.c buttonbar_set_label (bb, 10, Q_ ("ButtonBar|Quit"), w->keymap, NULL); NULL 772 src/editor/editwidget.c dlg_default_callback (w, NULL, MSG_RESIZE, 0, NULL); NULL 787 src/editor/editwidget.c result = send_message (g->current->data, NULL, MSG_ACTION, parm, NULL); NULL 845 src/editor/editwidget.c return send_message (g->current->data, NULL, MSG_IDLE, 0, NULL); NULL 879 src/editor/editwidget.c GList *top = NULL; NULL 883 src/editor/editwidget.c for (l = g->widgets; l != NULL; l = g_list_next (l)) NULL 891 src/editor/editwidget.c if (top != NULL && event->x >= x) NULL 905 src/editor/editwidget.c send_message (h, NULL, MSG_ACTION, CK_Close, NULL); NULL 1145 src/editor/editwidget.c send_message (w->owner, NULL, MSG_ACTION, CK_Close, NULL); NULL 1204 src/editor/editwidget.c files = g_list_prepend (NULL, &arg); NULL 1228 src/editor/editwidget.c dir = mc_build_filename (mc_config_get_cache_path (), EDIT_HOME_DIR, (char *) NULL); NULL 1232 src/editor/editwidget.c dir = mc_build_filename (mc_config_get_path (), EDIT_HOME_DIR, (char *) NULL); NULL 1236 src/editor/editwidget.c dir = mc_build_filename (mc_config_get_data_path (), EDIT_HOME_DIR, (char *) NULL); NULL 1243 src/editor/editwidget.c dlg_create (FALSE, 0, 0, 1, 1, WPOS_FULLSCREEN, FALSE, NULL, edit_dialog_callback, NULL 1244 src/editor/editwidget.c edit_dialog_mouse_callback, "[Internal File Editor]", NULL); NULL 1261 src/editor/editwidget.c menubar = menubar_new (NULL); NULL 1263 src/editor/editwidget.c group_add_widget_autopos (g, w, w->pos_flags, NULL); NULL 1267 src/editor/editwidget.c group_add_widget_autopos (g, w, w->pos_flags, NULL); NULL 1269 src/editor/editwidget.c for (file = files; file != NULL; file = g_list_next (file)) NULL 1319 src/editor/editwidget.c return (w != NULL && w->callback == edit_callback); NULL 1378 src/editor/editwidget.c edit = edit_init (NULL, r, f, fline); NULL 1379 src/editor/editwidget.c if (edit == NULL) NULL 1386 src/editor/editwidget.c group_add_widget_autopos (GROUP (h), w, WPOS_KEEP_ALL, NULL); NULL 91 src/editor/etags.c GString *longdef = NULL; NULL 92 src/editor/etags.c GString *shortdef = NULL; NULL 93 src/editor/etags.c GString *linedef = NULL; NULL 108 src/editor/etags.c if (longdef == NULL) NULL 118 src/editor/etags.c if (shortdef == NULL) NULL 130 src/editor/etags.c if (shortdef == NULL) NULL 145 src/editor/etags.c if (shortdef == NULL) NULL 157 src/editor/etags.c if (linedef == NULL) NULL 165 src/editor/etags.c *long_name = longdef == NULL ? NULL : g_string_free (longdef, FALSE); NULL 166 src/editor/etags.c *short_name = shortdef == NULL ? NULL : g_string_free (shortdef, FALSE); NULL 168 src/editor/etags.c if (linedef == NULL) NULL 185 src/editor/etags.c *long_name = NULL; NULL 186 src/editor/etags.c *short_name = NULL; NULL 208 src/editor/etags.c char *filename = NULL; NULL 209 src/editor/etags.c GPtrArray *ret = NULL; NULL 211 src/editor/etags.c if (match_func == NULL || tagfile == NULL) NULL 212 src/editor/etags.c return NULL; NULL 216 src/editor/etags.c if (f == NULL) NULL 217 src/editor/etags.c return NULL; NULL 219 src/editor/etags.c while (fgets (buf, sizeof (buf), f) != NULL) NULL 247 src/editor/etags.c if (chekedstr != NULL) NULL 249 src/editor/etags.c char *longname = NULL; NULL 250 src/editor/etags.c char *shortname = NULL; NULL 255 src/editor/etags.c def_hash->fullpath = mc_build_filename (start_path, filename, (char *) NULL); NULL 263 src/editor/etags.c if (shortname != NULL && *shortname != '\0') NULL 274 src/editor/etags.c if (ret == NULL) NULL 319 src/editor/etags.c char *curr = NULL; NULL 345 src/editor/etags.c dialog_colors, NULL, NULL, "[Definitions]", match_expr); NULL 346 src/editor/etags.c def_list = listbox_new (1, 1, def_dlg_h - 2, def_dlg_w - 2, FALSE, NULL); NULL 347 src/editor/etags.c group_add_widget_autopos (GROUP (def_dlg), def_list, WPOS_KEEP_ALL, NULL); NULL 364 src/editor/etags.c etags_hash_t *curr_def = NULL; NULL 380 src/editor/etags.c if (curr != NULL && do_moveto && edit_stack_iterator + 1 < MAX_HISTORY_MOVETO) NULL 385 src/editor/etags.c if (edit->filename_vpath != NULL && edit->filename_vpath->relative NULL 386 src/editor/etags.c && edit->dir_vpath != NULL) NULL 388 src/editor/etags.c vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL); NULL 419 src/editor/etags.c char *path = NULL; NULL 420 src/editor/etags.c char *ptr = NULL; NULL 421 src/editor/etags.c char *tagfile = NULL; NULL 422 src/editor/etags.c GPtrArray *def_hash = NULL; NULL 434 src/editor/etags.c path = g_strconcat (ptr, PATH_SEP_STR, (char *) NULL); NULL 444 src/editor/etags.c tagfile = mc_build_filename (path, TAGS_NAME, (char *) NULL); NULL 445 src/editor/etags.c if (tagfile != NULL && exist_file (tagfile)) NULL 450 src/editor/etags.c if (tagfile != NULL) NULL 457 src/editor/etags.c if (def_hash != NULL) NULL 59 src/editor/format.c char *option_stop_format_chars = NULL; NULL 89 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL) NULL 115 src/editor/format.c return (option_stop_format_chars != NULL && strchr (option_stop_format_chars, c) != NULL); NULL 181 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL) NULL 377 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL NULL 412 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) NULL 420 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) NULL 437 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) NULL 504 src/editor/format.c if (option_stop_format_chars != NULL NULL 505 src/editor/format.c && strchr (option_stop_format_chars, t->str[0]) != NULL) NULL 511 src/editor/format.c if (option_stop_format_chars == NULL || *option_stop_format_chars == '\0') NULL 514 src/editor/format.c stop_format_chars = g_strconcat (option_stop_format_chars, "\t", (char *) NULL); NULL 517 src/editor/format.c if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL) NULL 64 src/editor/spell.c static GModule *spell_module = NULL; NULL 65 src/editor/spell.c static spell_t *global_speller = NULL; NULL 129 src/editor/spell.c {NULL, NULL} NULL 147 src/editor/spell.c for (i = 0; spell_codes_map[i].code != NULL; i++) NULL 169 src/editor/spell.c if (spell_module != NULL) NULL 172 src/editor/spell.c spell_module_fname = g_module_build_path (NULL, "libaspell"); NULL 177 src/editor/spell.c if (spell_module == NULL) NULL 277 src/editor/spell.c spell_module = NULL; NULL 292 src/editor/spell.c AspellCanHaveError *error = NULL; NULL 297 src/editor/spell.c if (global_speller != NULL) NULL 301 src/editor/spell.c if (global_speller == NULL) NULL 311 src/editor/spell.c global_speller->speller = NULL; NULL 313 src/editor/spell.c if (spell_language != NULL) NULL 336 src/editor/spell.c if (global_speller == NULL) NULL 339 src/editor/spell.c if (global_speller->speller != NULL) NULL 342 src/editor/spell.c if (global_speller->config != NULL) NULL 348 src/editor/spell.c spell_module = NULL; NULL 367 src/editor/spell.c if (spell_module == NULL) NULL 374 src/editor/spell.c while ((entry = mc_aspell_dict_info_enumeration_next (elem)) != NULL) NULL 376 src/editor/spell.c if (entry->name != NULL) NULL 401 src/editor/spell.c if (array != NULL) NULL 443 src/editor/spell.c if (lang != NULL) NULL 462 src/editor/spell.c if (global_speller->speller != NULL) NULL 465 src/editor/spell.c global_speller->speller = NULL; NULL 493 src/editor/spell.c if (word != NULL && global_speller != NULL && global_speller->speller != NULL) NULL 514 src/editor/spell.c if (word != NULL && global_speller != NULL && global_speller->speller != NULL) NULL 519 src/editor/spell.c if (wordlist != NULL) NULL 521 src/editor/spell.c AspellStringEnumeration *elements = NULL; NULL 532 src/editor/spell.c if (cur_sugg_word != NULL) NULL 610 src/editor/spell.c char *new_word = NULL; NULL 621 src/editor/spell.c if (retval == B_ENTER && new_word != NULL) NULL 709 src/editor/spell.c if (lang != NULL) NULL 740 src/editor/spell.c char *curr = NULL; NULL 781 src/editor/spell.c dialog_colors, NULL, NULL, "[ASpell]", _("Check word")); NULL 789 src/editor/spell.c sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL); NULL 792 src/editor/spell.c NULL, FALSE); NULL 803 src/editor/spell.c char *tmp = NULL; NULL 804 src/editor/spell.c listbox_get_current (sug_list, &curr, NULL); NULL 806 src/editor/spell.c if (curr != NULL) NULL 832 src/editor/spell.c char *selected_lang = NULL; NULL 842 src/editor/spell.c LISTBOX_APPEND_TEXT (lang_list, 0, g_array_index (languages, char *, i), NULL, FALSE); NULL 87 src/editor/syntax.c #define check_a { if (*a == NULL) { result = line; break; } } NULL 88 src/editor/syntax.c #define check_not_a { if (*a != NULL) { result = line ;break; } } NULL 135 src/editor/syntax.c static char *error_file_name = NULL; NULL 165 src/editor/syntax.c if (r->keyword != NULL) NULL 167 src/editor/syntax.c g_ptr_array_foreach (r->keyword, (GFunc) syntax_keyword_free, NULL); NULL 193 src/editor/syntax.c g_tree_foreach (*defines, mc_defines_destroy, NULL); NULL 195 src/editor/syntax.c *defines = NULL; NULL 212 src/editor/syntax.c for (; *argv != NULL && argv < argv_end; argv++) NULL 217 src/editor/syntax.c if (t != NULL) NULL 238 src/editor/syntax.c for (p = argv; *t != NULL; *p++ = *t++) NULL 257 src/editor/syntax.c if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL)) NULL 270 src/editor/syntax.c if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL) NULL 292 src/editor/syntax.c if (j != 0 && strchr ((const char *) p + 1, c) != NULL) /* c exists further down, so it will get matched later */ NULL 294 src/editor/syntax.c if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL)) NULL 349 src/editor/syntax.c return (whole_right != NULL && NULL 351 src/editor/syntax.c xx_tolower (edit, edit_buffer_get_byte (&edit->buffer, i))) != NULL) ? -1 : i; NULL 438 src/editor/syntax.c if (p != NULL) NULL 457 src/editor/syntax.c if (r->right != NULL && r->right[0] != '\0' NULL 587 src/editor/syntax.c if (edit->syntax_marker != NULL) NULL 607 src/editor/syntax.c if (edit->syntax_marker == NULL) NULL 794 src/editor/syntax.c args[argc] = (char *) NULL; NULL 805 src/editor/syntax.c if (bg != NULL && *bg == '\0') NULL 806 src/editor/syntax.c bg = NULL; NULL 807 src/editor/syntax.c if (fg != NULL && *fg == '\0') NULL 808 src/editor/syntax.c fg = NULL; NULL 809 src/editor/syntax.c if (attrs != NULL && *attrs == '\0') NULL 810 src/editor/syntax.c attrs = NULL; NULL 812 src/editor/syntax.c if ((fg == NULL) && (bg == NULL)) NULL 815 src/editor/syntax.c if (fg != NULL) NULL 819 src/editor/syntax.c if (p != NULL) NULL 823 src/editor/syntax.c if (bg != NULL) NULL 827 src/editor/syntax.c if (p != NULL) NULL 831 src/editor/syntax.c if ((fg == NULL) || (bg == NULL)) NULL 838 src/editor/syntax.c if (fg == NULL) NULL 842 src/editor/syntax.c if (p != NULL) NULL 848 src/editor/syntax.c if (bg == NULL) NULL 851 src/editor/syntax.c if ((p != NULL) && (*(++p) != '\0')) NULL 861 src/editor/syntax.c if (attrs != NULL) NULL 865 src/editor/syntax.c if (p != NULL) NULL 869 src/editor/syntax.c while ((p = strchr (p, SYNTAX_TOKEN_PLUS)) != NULL) NULL 890 src/editor/syntax.c g_build_filename (mc_config_get_data_path (), EDIT_HOME_DIR, filename, (char *) NULL); NULL 892 src/editor/syntax.c if (f != NULL) NULL 896 src/editor/syntax.c error_file_name = g_build_filename (mc_global.sysconfig_dir, "syntax", filename, (char *) NULL); NULL 898 src/editor/syntax.c if (f != NULL) NULL 903 src/editor/syntax.c g_build_filename (mc_global.share_data_dir, "syntax", filename, (char *) NULL); NULL 928 src/editor/syntax.c FILE *g = NULL; NULL 933 src/editor/syntax.c char *l = NULL; NULL 935 src/editor/syntax.c context_rule_t *c = NULL; NULL 939 src/editor/syntax.c args[0] = NULL; NULL 947 src/editor/syntax.c if (edit->defines == NULL) NULL 957 src/editor/syntax.c l = NULL; NULL 964 src/editor/syntax.c if (g == NULL) NULL 969 src/editor/syntax.c g = NULL; NULL 981 src/editor/syntax.c if (args[0] == NULL) NULL 987 src/editor/syntax.c if (g != NULL || argc != 2) NULL 994 src/editor/syntax.c if (f == NULL) NULL 1097 src/editor/syntax.c if (*a != NULL) NULL 1100 src/editor/syntax.c if (*a != NULL) NULL 1103 src/editor/syntax.c if (*a != NULL) NULL 1105 src/editor/syntax.c g_strlcpy (last_fg, fg != NULL ? fg : "", sizeof (last_fg)); NULL 1106 src/editor/syntax.c g_strlcpy (last_bg, bg != NULL ? bg : "", sizeof (last_bg)); NULL 1107 src/editor/syntax.c g_strlcpy (last_attrs, attrs != NULL ? attrs : "", sizeof (last_attrs)); NULL 1114 src/editor/syntax.c if (c == NULL) NULL 1161 src/editor/syntax.c if (*a != NULL) NULL 1164 src/editor/syntax.c if (*a != NULL) NULL 1167 src/editor/syntax.c if (*a != NULL) NULL 1169 src/editor/syntax.c if (fg == NULL) NULL 1171 src/editor/syntax.c if (bg == NULL) NULL 1173 src/editor/syntax.c if (attrs == NULL) NULL 1194 src/editor/syntax.c if (argv != NULL) NULL 1195 src/editor/syntax.c mc_defines_destroy (NULL, argv, NULL); NULL 1201 src/editor/syntax.c while (*a != NULL) NULL 1203 src/editor/syntax.c *argv = NULL; NULL 1217 src/editor/syntax.c edit->rules = NULL; NULL 1225 src/editor/syntax.c if (edit->rules == NULL) NULL 1263 src/editor/syntax.c FILE *f, *g = NULL; NULL 1264 src/editor/syntax.c char *args[ARGS_LEN], *l = NULL; NULL 1271 src/editor/syntax.c if (f == NULL) NULL 1273 src/editor/syntax.c lib_file = g_build_filename (mc_global.share_data_dir, "syntax", "Syntax", (char *) NULL); NULL 1276 src/editor/syntax.c if (f == NULL) NULL 1280 src/editor/syntax.c args[0] = NULL; NULL 1288 src/editor/syntax.c if (args[0] == NULL) NULL 1294 src/editor/syntax.c if (args[1] == NULL || (g = open_include_file (args[1])) == NULL) NULL 1309 src/editor/syntax.c if (args[1] == NULL || args[2] == NULL) NULL 1315 src/editor/syntax.c if (pnames != NULL) NULL 1320 src/editor/syntax.c else if (type != NULL) NULL 1326 src/editor/syntax.c else if (editor_file != NULL && edit != NULL) NULL 1333 src/editor/syntax.c if (!q && args[3] != NULL) NULL 1348 src/editor/syntax.c if (error_file_name == NULL) /* an included file */ NULL 1358 src/editor/syntax.c if (g == NULL && edit->rules->len == 1) NULL 1371 src/editor/syntax.c if (g == NULL) NULL 1375 src/editor/syntax.c g = NULL; NULL 1393 src/editor/syntax.c if (edit != NULL) NULL 1430 src/editor/syntax.c _("Choose syntax highlighting"), NULL); NULL 1431 src/editor/syntax.c LISTBOX_APPEND_TEXT (syntaxlist, 'A', _("< Auto >"), NULL, FALSE); NULL 1432 src/editor/syntax.c LISTBOX_APPEND_TEXT (syntaxlist, 'R', _("< Reload Current Syntax >"), NULL, FALSE); NULL 1439 src/editor/syntax.c LISTBOX_APPEND_TEXT (syntaxlist, 0, name, NULL, FALSE); NULL 1440 src/editor/syntax.c if (current_syntax != NULL && strcmp (name, current_syntax) == 0) NULL 1457 src/editor/syntax.c if (edit->rules != NULL && byte_index < edit->buffer.size && option_syntax_highlighting) NULL 1471 src/editor/syntax.c if (edit == NULL) NULL 1474 src/editor/syntax.c if (edit->defines != NULL) NULL 1477 src/editor/syntax.c if (edit->rules == NULL) NULL 1483 src/editor/syntax.c g_ptr_array_foreach (edit->rules, (GFunc) context_rule_free, NULL); NULL 1485 src/editor/syntax.c edit->rules = NULL; NULL 1501 src/editor/syntax.c char *f = NULL; NULL 1504 src/editor/syntax.c type = NULL; NULL 1506 src/editor/syntax.c if (edit != NULL) NULL 1518 src/editor/syntax.c if (!option_syntax_highlighting && (pnames == NULL || pnames->len == 0)) NULL 1521 src/editor/syntax.c if (edit != NULL && edit->filename_vpath == NULL) NULL 1525 src/editor/syntax.c if (edit != NULL) NULL 1528 src/editor/syntax.c option_auto_syntax ? NULL : edit->syntax_type); NULL 1530 src/editor/syntax.c r = edit_read_syntax_file (NULL, pnames, f, NULL, "", NULL); NULL 1541 src/editor/syntax.c _("Error in file %s on line %d"), error_file_name != NULL ? error_file_name : f, NULL 1570 src/editor/syntax.c edit_load_syntax (NULL, names, NULL); NULL 1599 src/editor/syntax.c (current_syntax != NULL && edit->syntax_type != NULL && NULL 1601 src/editor/syntax.c edit_load_syntax (edit, NULL, edit->syntax_type); NULL 1606 src/editor/syntax.c g_ptr_array_foreach (names, (GFunc) g_free, NULL); NULL 63 src/events_init.c {MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", clipboard_file_to_ext_clip, NULL}, NULL 64 src/events_init.c {MCEVENT_GROUP_CORE, "clipboard_file_from_ext_clip", clipboard_file_from_ext_clip, NULL}, NULL 65 src/events_init.c {MCEVENT_GROUP_CORE, "clipboard_text_to_file", clipboard_text_to_file, NULL}, NULL 66 src/events_init.c {MCEVENT_GROUP_CORE, "clipboard_text_from_file", clipboard_text_from_file, NULL}, NULL 68 src/events_init.c {MCEVENT_GROUP_CORE, "help", help_interactive_display, NULL}, NULL 69 src/events_init.c {MCEVENT_GROUP_CORE, "suspend", execute_suspend, NULL}, NULL 72 src/events_init.c {MCEVENT_GROUP_CORE, "background_parent_call", background_parent_call, NULL}, NULL 73 src/events_init.c {MCEVENT_GROUP_CORE, "background_parent_call_string", background_parent_call_string, NULL}, NULL 76 src/events_init.c {NULL, NULL, NULL, NULL} NULL 166 src/execute.c sigaction (SIGTSTP, &sigtstp_action, NULL); NULL 185 src/execute.c if ((filename_vpath == NULL && vfs_file_is_local (vfs_get_raw_current_dir ())) NULL 190 src/execute.c if (filename_vpath == NULL) NULL 194 src/execute.c if (*localcopy_vpath == NULL) NULL 212 src/execute.c if (*localcopy_vpath != NULL) NULL 224 src/execute.c *localcopy_vpath = NULL; NULL 237 src/execute.c NULL); NULL 239 src/execute.c if (str_from_config == NULL) NULL 244 src/execute.c if (cfg == NULL) NULL 267 src/execute.c if (filename_vpath == NULL) NULL 296 src/execute.c vfs_path_t *new_dir_vpath = NULL; NULL 299 src/execute.c vfs_path_t *old_vfs_dir_vpath = NULL; NULL 310 src/execute.c if (!mc_global.tty.use_subshell && *argv != NULL && (flags & EXECUTE_INTERNAL) == 0) NULL 321 src/execute.c invoke_subshell (*argv, VISIBLY, old_vfs_dir_vpath != NULL ? NULL : &new_dir_vpath); NULL 356 src/execute.c if (new_dir_vpath != NULL) NULL 364 src/execute.c if (old_vfs_dir_vpath != NULL) NULL 389 src/execute.c g_ptr_array_add (args_array, NULL); NULL 423 src/execute.c char *cmd = NULL; NULL 427 src/execute.c cmd = g_strconcat (" ", command, (char *) NULL); NULL 454 src/execute.c vfs_path_t *new_dir_vpath = NULL; NULL 495 src/execute.c new_dir_p = vfs_current_is_local ()? &new_dir_vpath : NULL; NULL 496 src/execute.c invoke_subshell (NULL, VISIBLY, new_dir_p); NULL 506 src/execute.c my_system (EXECUTE_INTERNAL, mc_global.shell->path, NULL); NULL 554 src/execute.c if (new_dir_vpath != NULL) NULL 557 src/execute.c else if (new_dir_vpath != NULL && mc_chdir (new_dir_vpath) != -1) NULL 608 src/execute.c vfs_path_t *localcopy_vpath = NULL; NULL 615 src/execute.c do_execute_vpath = (localcopy_vpath == NULL) ? filename_vpath : localcopy_vpath; NULL 636 src/execute.c vfs_path_t *localcopy_vpath = NULL; NULL 644 src/execute.c do_execute_vpath = (localcopy_vpath == NULL) ? filename_vpath : localcopy_vpath; NULL 649 src/execute.c if (extern_cmd_options != NULL) NULL 654 src/execute.c if (g_shell_parse_argv (extern_cmd_options, &argv_count, &argv_cmd_options, NULL)) NULL 660 src/execute.c do_executev (command, EXECUTE_INTERNAL, NULL); NULL 65 src/file_history.c GList *file_list = NULL; NULL 69 src/file_history.c if (fn == NULL) NULL 70 src/file_history.c return NULL; NULL 74 src/file_history.c if (f == NULL) NULL 75 src/file_history.c return NULL; NULL 77 src/file_history.c while (fgets (buf, sizeof (buf), f) != NULL) NULL 107 src/file_history.c if (fn == NULL) NULL 113 src/file_history.c if (f != NULL) NULL 119 src/file_history.c for (; file_list != NULL && !write_error; file_list = g_list_next (file_list)) NULL 124 src/file_history.c if (fhd->file_pos != NULL) NULL 160 src/file_history.c fhd->file_pos = NULL; NULL 174 src/file_history.c le->text = NULL; NULL 176 src/file_history.c le->data = NULL; NULL 213 src/file_history.c if (file_list == NULL) NULL 214 src/file_history.c return NULL; NULL 363 src/filemanager/achown.c send_message (w, NULL, MSG_KEY, KEY_RIGHT, NULL); NULL 555 src/filemanager/achown.c dialog_colors, chl_callback, NULL, "[Advanced Chown]", title); NULL 560 src/filemanager/achown.c FALSE, NULL); NULL 561 src/filemanager/achown.c listbox_add_item (chl_list, LISTBOX_APPEND_AT_END, 0, "<Unknown>", NULL, FALSE); NULL 566 src/filemanager/achown.c while ((chl_pass = getpwent ()) != NULL) NULL 567 src/filemanager/achown.c listbox_add_item (chl_list, LISTBOX_APPEND_SORTED, 0, chl_pass->pw_name, NULL, NULL 576 src/filemanager/achown.c while ((chl_grp = getgrent ()) != NULL) NULL 577 src/filemanager/achown.c listbox_add_item (chl_list, LISTBOX_APPEND_SORTED, 0, chl_grp->gr_name, NULL, NULL 597 src/filemanager/achown.c listbox_get_current (chl_list, &text, NULL); NULL 601 src/filemanager/achown.c if (chl_pass != NULL) NULL 610 src/filemanager/achown.c if (chl_grp != NULL) NULL 660 src/filemanager/achown.c frame_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 750 src/filemanager/achown.c advanced_chown_callback, NULL, "[Advanced Chown]", _("Chown advanced command")); NULL 764 src/filemanager/achown.c b_att[0] = perm_button_new (XTRACT (0, BY, NULL)); NULL 766 src/filemanager/achown.c b_att[1] = perm_button_new (XTRACT (1, BY, NULL)); NULL 768 src/filemanager/achown.c b_att[2] = perm_button_new (XTRACT (2, BY, NULL)); NULL 789 src/filemanager/achown.c advanced_chown_but[i].text, NULL)); NULL 796 src/filemanager/achown.c advanced_chown_but[i].text, NULL)); NULL 808 src/filemanager/achown.c advanced_chown_but[i].text, NULL)); NULL 814 src/filemanager/achown.c advanced_chown_but[i].text, NULL)); NULL 116 src/filemanager/boxes.c static WListbox *bg_list = NULL; NULL 132 src/filemanager/boxes.c if (sender != NULL && sender->id == configure_old_esc_mode_id) NULL 155 src/filemanager/boxes.c GError *mcerror = NULL; NULL 169 src/filemanager/boxes.c mc_error_message (&mcerror, NULL); NULL 198 src/filemanager/boxes.c return dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 222 src/filemanager/boxes.c NULL, "[Appearance]", _("Skins")); NULL 227 src/filemanager/boxes.c send_message (skin_dlg, NULL, MSG_RESIZE, 0, NULL); NULL 229 src/filemanager/boxes.c skin_list = listbox_new (1, 1, 11, 22, FALSE, NULL); NULL 251 src/filemanager/boxes.c group_add_widget_autopos (GROUP (skin_dlg), skin_list, WPOS_KEEP_ALL, NULL); NULL 291 src/filemanager/boxes.c if (sender != NULL && sender->id == shadows_id) NULL 312 src/filemanager/boxes.c if (sender != NULL && sender->id == panel_list_formats_id) NULL 332 src/filemanager/boxes.c if (sender != NULL && sender->id == user_mini_status_id) NULL 382 src/filemanager/boxes.c if (cpname != NULL) NULL 411 src/filemanager/boxes.c dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 420 src/filemanager/boxes.c return send_message (find_tree (h), NULL, MSG_ACTION, parm, NULL); NULL 437 src/filemanager/boxes.c if (sender != NULL && sender->id == ftpfs_always_use_proxy_id) NULL 470 src/filemanager/boxes.c for (tl = task_list; tl != NULL; tl = tl->next) NULL 474 src/filemanager/boxes.c s = g_strconcat (state_str[tl->state], " ", tl->info, (char *) NULL); NULL 490 src/filemanager/boxes.c if (bg_list->list == NULL) NULL 494 src/filemanager/boxes.c listbox_get_current (bg_list, NULL, (void **) &tl); NULL 551 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Verbose operation"), &verbose, NULL), NULL 552 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Compute tota&ls"), &file_op_compute_totals, NULL), NULL 553 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Classic pro&gressbar"), &classic_progressbar, NULL), NULL 554 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Mkdi&r autoname"), &auto_fill_mkdir_name, NULL), NULL 556 src/filemanager/boxes.c NULL), NULL 566 src/filemanager/boxes.c QUICK_RADIO (pause_options_num, pause_options, &pause_after_run, NULL), NULL 570 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Use internal edi&t"), &use_internal_edit, NULL), NULL 571 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Use internal vie&w"), &use_internal_view, NULL), NULL 573 src/filemanager/boxes.c &editor_ask_filename_before_edit, NULL), NULL 574 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Auto m&enus"), &auto_menu, NULL), NULL 575 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Drop down menus"), &drop_menus, NULL), NULL 576 src/filemanager/boxes.c QUICK_CHECKBOX (N_("S&hell patterns"), &easy_patterns, NULL), NULL 578 src/filemanager/boxes.c &mc_global.widget.show_all_if_ambiguous, NULL), NULL 579 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Rotating d&ash"), &nice_rotating_dash, NULL), NULL 580 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Cd follows lin&ks"), &mc_global.vfs.cd_symlinks, NULL), NULL 581 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Sa&fe delete"), &safe_delete, NULL), NULL 582 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Safe overwrite"), &safe_overwrite, NULL), /* w/o hotkey */ NULL 583 src/filemanager/boxes.c QUICK_CHECKBOX (N_("A&uto save setup"), &auto_save_setup, NULL), NULL 597 src/filemanager/boxes.c quick_widgets, configure_callback, NULL NULL 635 src/filemanager/boxes.c QUICK_LABEL (N_("Skin:"), NULL), NULL 638 src/filemanager/boxes.c B_USER, sel_skin_button, NULL), NULL 651 src/filemanager/boxes.c quick_widgets, appearance_box_callback, NULL NULL 659 src/filemanager/boxes.c skin_apply (NULL); NULL 665 src/filemanager/boxes.c g_ptr_array_foreach (skin_names, (GFunc) g_free, NULL); NULL 689 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Show mi&ni-status"), &panels_options.show_mini_info, NULL), NULL 690 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Use SI si&ze units"), &panels_options.kilobyte_si, NULL), NULL 691 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Mi&x all files"), &panels_options.mix_all_files, NULL), NULL 692 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Show &backup files"), &panels_options.show_backups, NULL), NULL 693 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Show &hidden files"), &panels_options.show_dot_files, NULL), NULL 694 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Fast dir reload"), &panels_options.fast_reload, NULL), NULL 695 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Ma&rk moves down"), &panels_options.mark_moves_down, NULL), NULL 697 src/filemanager/boxes.c NULL), NULL 698 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Simple s&wap"), &simple_swap, NULL), NULL 700 src/filemanager/boxes.c NULL), NULL 708 src/filemanager/boxes.c NULL), NULL 709 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Pa&ge scrolling"), &panels_options.scroll_pages, NULL), NULL 710 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Center &scrolling"), &panels_options.scroll_center, NULL), NULL 712 src/filemanager/boxes.c NULL), NULL 715 src/filemanager/boxes.c QUICK_CHECKBOX (N_("File &types"), &panels_options.filetype_mode, NULL), NULL 716 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Permissions"), &panels_options.permission_mode, NULL), NULL 720 src/filemanager/boxes.c NULL), NULL 732 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 761 src/filemanager/boxes.c const char *p = NULL; NULL 763 src/filemanager/boxes.c if (panel == NULL) NULL 772 src/filemanager/boxes.c char *panel_brief_cols_out = NULL; NULL 773 src/filemanager/boxes.c char *panel_user_format = NULL; NULL 774 src/filemanager/boxes.c char *mini_user_format = NULL; NULL 809 src/filemanager/boxes.c quick_widgets, panel_listing_callback, NULL NULL 832 src/filemanager/boxes.c char *error = NULL; NULL 848 src/filemanager/boxes.c if (p != NULL) NULL 870 src/filemanager/boxes.c const panel_field_t *result = NULL; NULL 885 src/filemanager/boxes.c QUICK_RADIO (sort_names_num, (const char **) sort_orders_names, &sort_idx, NULL), NULL 887 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Executable &first"), &op->exec_first, NULL), NULL 888 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &op->case_sensitive, NULL), NULL 889 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Reverse"), &op->reverse, NULL), NULL 900 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 906 src/filemanager/boxes.c if (result == NULL) NULL 923 src/filemanager/boxes.c QUICK_CHECKBOX (Q_("Confirmation|&Delete"), &confirm_delete, NULL), NULL 924 src/filemanager/boxes.c QUICK_CHECKBOX (Q_("Confirmation|O&verwrite"), &confirm_overwrite, NULL), NULL 925 src/filemanager/boxes.c QUICK_CHECKBOX (Q_("Confirmation|&Execute"), &confirm_execute, NULL), NULL 926 src/filemanager/boxes.c QUICK_CHECKBOX (Q_("Confirmation|E&xit"), &confirm_exit, NULL), NULL 928 src/filemanager/boxes.c &confirm_directory_hotlist_delete, NULL), NULL 930 src/filemanager/boxes.c &mc_global.widget.confirm_history_cleanup, NULL), NULL 940 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 964 src/filemanager/boxes.c QUICK_RADIO (4, display_bits_str, ¤t_mode, NULL), NULL 966 src/filemanager/boxes.c QUICK_CHECKBOX (N_("F&ull 8 bits input"), &new_meta, NULL), NULL 976 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 1020 src/filemanager/boxes.c QUICK_LABEL (N_("Input / display codepage:"), NULL), NULL 1022 src/filemanager/boxes.c QUICK_BUTTON (cpname, B_USER, sel_charset_button, NULL), NULL 1025 src/filemanager/boxes.c QUICK_CHECKBOX (N_("F&ull 8 bits input"), &new_meta, NULL), NULL 1035 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 1048 src/filemanager/boxes.c if (errmsg != NULL) NULL 1077 src/filemanager/boxes.c char *val = NULL; NULL 1084 src/filemanager/boxes.c tree_callback, NULL, "[Directory Tree]", _("Directory tree")); NULL 1089 src/filemanager/boxes.c group_add_widget_autopos (g, mytree, WPOS_KEEP_ALL, NULL); NULL 1090 src/filemanager/boxes.c group_add_widget_autopos (g, hline_new (wd->rect.lines - 4, 1, -1), WPOS_KEEP_BOTTOM, NULL); NULL 1135 src/filemanager/boxes.c buffer2, "input-timo-vfs", &ret_timeout, NULL, FALSE, FALSE, NULL 1140 src/filemanager/boxes.c ftpfs_anonymous_passwd, "input-passwd", &ret_passwd, NULL, NULL 1143 src/filemanager/boxes.c buffer3, "input-timeout", &ret_directory_timeout, NULL, NULL 1149 src/filemanager/boxes.c QUICK_CHECKBOX (N_("&Use ~/.netrc"), &ftpfs_use_netrc, NULL), NULL 1150 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Use &passive mode"), &ftpfs_use_passive_connections, NULL), NULL 1152 src/filemanager/boxes.c &ftpfs_use_passive_connections_over_proxy, NULL), NULL 1167 src/filemanager/boxes.c NULL, NULL 1169 src/filemanager/boxes.c NULL, NULL 1211 src/filemanager/boxes.c QUICK_LABELED_INPUT (N_("cd"), input_label_left, "", "input", &my_str, NULL, FALSE, TRUE, NULL 1220 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 1223 src/filemanager/boxes.c return (quick_dialog (&qdlg) != B_CANCEL) ? my_str : NULL; NULL 1236 src/filemanager/boxes.c ret_existing, NULL, FALSE, FALSE, INPUT_COMPLETE_FILENAMES), NULL 1240 src/filemanager/boxes.c ret_new, NULL, FALSE, FALSE, INPUT_COMPLETE_FILENAMES), NULL 1250 src/filemanager/boxes.c quick_widgets, NULL, NULL NULL 1255 src/filemanager/boxes.c *ret_new = NULL; NULL 1256 src/filemanager/boxes.c *ret_existing = NULL; NULL 1280 src/filemanager/boxes.c { N_("&OK"), DEFPUSH_BUTTON, B_CANCEL, 0, NULL } NULL 1308 src/filemanager/boxes.c jobs_dlg = dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL, NULL 1312 src/filemanager/boxes.c bg_list = listbox_new (2, 2, lines - 6, cols - 6, FALSE, NULL); NULL 118 src/filemanager/cd.c char *s = NULL; NULL 120 src/filemanager/cd.c const char *t = NULL; NULL 130 src/filemanager/cd.c if (s == NULL) NULL 132 src/filemanager/cd.c if (s == NULL) NULL 138 src/filemanager/cd.c if (t == NULL) NULL 182 src/filemanager/cd.c c = (p == NULL) ? '\0' : ':'; NULL 189 src/filemanager/cd.c if (s == NULL) NULL 197 src/filemanager/cd.c r_vpath = vfs_path_build_filename (p, path, (char *) NULL); NULL 234 src/filemanager/cd.c vfs_path_t *new_vpath = NULL; NULL 259 src/filemanager/cd.c new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL); NULL 228 src/filemanager/chattr.c /* 0 */ { B_SETALL, NORMAL_BUTTON, 0, N_("Set &all"), NULL }, NULL 229 src/filemanager/chattr.c /* 1 */ { B_MARKED, NORMAL_BUTTON, 0, N_("&Marked all"), NULL }, NULL 230 src/filemanager/chattr.c /* 2 */ { B_SETMRK, NORMAL_BUTTON, 0, N_("S&et marked"), NULL }, NULL 231 src/filemanager/chattr.c /* 3 */ { B_CLRMRK, NORMAL_BUTTON, 0, N_("C&lear marked"), NULL }, NULL 232 src/filemanager/chattr.c /* 4 */ { B_ENTER, DEFPUSH_BUTTON, 0, N_("&Set"), NULL }, NULL 233 src/filemanager/chattr.c /* 5 */ { B_CANCEL, NORMAL_BUTTON, 0, N_("&Cancel"), NULL } NULL 371 src/filemanager/chattr.c widget_init (WIDGET (fat), &r, fileattrtext_callback, NULL); NULL 460 src/filemanager/chattr.c group_default_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 468 src/filemanager/chattr.c for (i = cb->top, l = GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l)) NULL 489 src/filemanager/chattr.c for (i = cb->top, l = GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l)) NULL 515 src/filemanager/chattr.c for (i = cb->top, l = CONST_GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l)) NULL 819 src/filemanager/chattr.c ret = group_default_callback (w, NULL, MSG_KEY, parm, NULL); NULL 903 src/filemanager/chattr.c check = check_new (i, 0, check_attr[m].state, NULL); NULL 1001 src/filemanager/chattr.c dlg_default_callback, NULL, "[Chattr]", _("Chattr command")); NULL 1007 src/filemanager/chattr.c group_add_widget_autopos (dg, file_attr, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, NULL); NULL 1024 src/filemanager/chattr.c group_add_widget_autopos (dg, cb, WPOS_KEEP_TOP | WPOS_KEEP_HORZ, NULL); NULL 1036 src/filemanager/chattr.c chattr_but[i].text, NULL)); NULL 1042 src/filemanager/chattr.c chattr_but[i].flags, chattr_but[i].text, NULL)); NULL 74 src/filemanager/chmod.c { S_ISUID, N_("set &user ID on execution"), FALSE, NULL }, NULL 75 src/filemanager/chmod.c { S_ISGID, N_("set &group ID on execution"), FALSE, NULL }, NULL 76 src/filemanager/chmod.c { S_ISVTX, N_("stick&y bit"), FALSE, NULL }, NULL 77 src/filemanager/chmod.c { S_IRUSR, N_("&read by owner"), FALSE, NULL }, NULL 78 src/filemanager/chmod.c { S_IWUSR, N_("&write by owner"), FALSE, NULL }, NULL 79 src/filemanager/chmod.c { S_IXUSR, N_("e&xecute/search by owner"), FALSE, NULL }, NULL 80 src/filemanager/chmod.c { S_IRGRP, N_("rea&d by group"), FALSE, NULL }, NULL 81 src/filemanager/chmod.c { S_IWGRP, N_("write by grou&p"), FALSE, NULL }, NULL 82 src/filemanager/chmod.c { S_IXGRP, N_("execu&te/search by group"), FALSE, NULL }, NULL 83 src/filemanager/chmod.c { S_IROTH, N_("read &by others"), FALSE, NULL }, NULL 84 src/filemanager/chmod.c { S_IWOTH, N_("wr&ite by others"), FALSE, NULL }, NULL 85 src/filemanager/chmod.c { S_IXOTH, N_("execute/searc&h by others"), FALSE, NULL } NULL 233 src/filemanager/chmod.c frame_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 335 src/filemanager/chmod.c chmod_callback, NULL, "[Chmod]", _("Chmod command")); NULL 377 src/filemanager/chmod.c chmod_but[i].text, NULL)); NULL 381 src/filemanager/chmod.c chmod_but[i].text, NULL)); NULL 390 src/filemanager/chmod.c NULL)); NULL 393 src/filemanager/chmod.c chmod_but[i].flags, chmod_but[i].text, NULL)); NULL 101 src/filemanager/chown.c { 4, NULL }, NULL 102 src/filemanager/chown.c { 6, NULL }, NULL 103 src/filemanager/chown.c { 8, NULL }, NULL 104 src/filemanager/chown.c { 10, NULL }, NULL 105 src/filemanager/chown.c { 12, NULL } NULL 177 src/filemanager/chown.c frame_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 204 src/filemanager/chown.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL, NULL 212 src/filemanager/chown.c l_user = listbox_new (3, 4, GH - 2, GW - 2, FALSE, NULL); NULL 215 src/filemanager/chown.c listbox_add_item (l_user, LISTBOX_APPEND_AT_END, 0, _("<Unknown user>"), NULL, FALSE); NULL 218 src/filemanager/chown.c while ((l_pass = getpwent ()) != NULL) NULL 219 src/filemanager/chown.c listbox_add_item (l_user, LISTBOX_APPEND_SORTED, 0, l_pass->pw_name, NULL, FALSE); NULL 223 src/filemanager/chown.c l_group = listbox_new (3, 5 + GW, GH - 2, GW - 2, FALSE, NULL); NULL 226 src/filemanager/chown.c listbox_add_item (l_group, LISTBOX_APPEND_AT_END, 0, _("<Unknown group>"), NULL, FALSE); NULL 229 src/filemanager/chown.c while ((l_grp = getgrent ()) != NULL) NULL 230 src/filemanager/chown.c listbox_add_item (l_group, LISTBOX_APPEND_SORTED, 0, l_grp->gr_name, NULL, FALSE); NULL 253 src/filemanager/chown.c chown_but[i].text, NULL)); NULL 263 src/filemanager/chown.c NULL)); NULL 266 src/filemanager/chown.c chown_but[i].flags, chown_but[i].text, NULL)); NULL 461 src/filemanager/chown.c listbox_get_current (l_group, &text, NULL); NULL 463 src/filemanager/chown.c if (grp != NULL) NULL 465 src/filemanager/chown.c listbox_get_current (l_user, &text, NULL); NULL 467 src/filemanager/chown.c if (user != NULL) NULL 501 src/filemanager/chown.c listbox_get_current (l_user, &text, NULL); NULL 503 src/filemanager/chown.c if (user != NULL) NULL 518 src/filemanager/chown.c listbox_get_current (l_group, &text, NULL); NULL 520 src/filemanager/chown.c if (grp != NULL) NULL 297 src/filemanager/cmd.c vfs_path_append_new (panel->cwd_vpath, source->fname->str, (char *) NULL); NULL 299 src/filemanager/cmd.c vfs_path_append_new (other->cwd_vpath, target->fname->str, (char *) NULL); NULL 314 src/filemanager/cmd.c char *dest = NULL, *src = NULL; NULL 315 src/filemanager/cmd.c vfs_path_t *dest_vpath = NULL; NULL 324 src/filemanager/cmd.c if (dest == NULL || *dest == '\0') NULL 341 src/filemanager/cmd.c s = vfs_path_append_new (current_panel->cwd_vpath, fname, (char *) NULL); NULL 344 src/filemanager/cmd.c d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL); NULL 362 src/filemanager/cmd.c if (dest == NULL || *dest == '\0' || src == NULL || *src == '\0') NULL 398 src/filemanager/cmd.c if (machine == NULL) NULL 405 src/filemanager/cmd.c cd_path = g_strconcat (machine, to_home ? "/~/" : (char *) NULL, (char *) NULL); NULL 407 src/filemanager/cmd.c cd_path = g_strconcat (prefix, machine, to_home ? "/~/" : (char *) NULL, (char *) NULL); NULL 415 src/filemanager/cmd.c cd_path = g_strconcat (PATH_SEP_STR, tmp, (char *) NULL); NULL 462 src/filemanager/cmd.c *user = NULL; NULL 466 src/filemanager/cmd.c *status = NULL; NULL 512 src/filemanager/cmd.c ret = mcview_viewer (NULL, filename_vpath, start_line, search_start, search_end); NULL 535 src/filemanager/cmd.c ret = mcview_viewer (NULL, filename_vpath, start_line, search_start, search_end); NULL 541 src/filemanager/cmd.c static const char *viewer = NULL; NULL 543 src/filemanager/cmd.c if (viewer == NULL) NULL 546 src/filemanager/cmd.c if (viewer == NULL) NULL 548 src/filemanager/cmd.c if (viewer == NULL) NULL 597 src/filemanager/cmd.c if (filename == NULL) NULL 633 src/filemanager/cmd.c if (command != NULL) NULL 635 src/filemanager/cmd.c mcview_viewer (command, NULL, 0, 0, 0); NULL 653 src/filemanager/cmd.c static const char *editor = NULL; NULL 657 src/filemanager/cmd.c if (editor == NULL) NULL 660 src/filemanager/cmd.c if (editor == NULL) NULL 711 src/filemanager/cmd.c vfs_path_t *fname_vpath = NULL; NULL 719 src/filemanager/cmd.c if (fname == NULL) NULL 753 src/filemanager/cmd.c if (dir != NULL && *dir != '\0') NULL 768 src/filemanager/cmd.c absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL); NULL 815 src/filemanager/cmd.c extdir_vpath = vfs_path_build_filename (mc_global.sysconfig_dir, MC_LIB_EXT, (char *) NULL); NULL 832 src/filemanager/cmd.c vfs_path_build_filename (mc_global.share_data_dir, MC_LIB_EXT, (char *) NULL); NULL 857 src/filemanager/cmd.c vfs_path_build_filename (mc_global.sysconfig_dir, MC_GLOBAL_MENU, (char *) NULL); NULL 863 src/filemanager/cmd.c vfs_path_build_filename (mc_global.share_data_dir, MC_GLOBAL_MENU, (char *) NULL); NULL 881 src/filemanager/cmd.c vfs_path_build_filename (mc_global.sysconfig_dir, MC_GLOBAL_MENU, (char *) NULL); NULL 886 src/filemanager/cmd.c vfs_path_build_filename (mc_global.share_data_dir, MC_GLOBAL_MENU, (char *) NULL); NULL 906 src/filemanager/cmd.c vfs_path_t *fhlfile_vpath = NULL; NULL 915 src/filemanager/cmd.c vfs_path_build_filename (mc_global.sysconfig_dir, MC_FHL_INI_FILE, (char *) NULL); NULL 932 src/filemanager/cmd.c vfs_path_build_filename (mc_global.sysconfig_dir, MC_FHL_INI_FILE, (char *) NULL); NULL 951 src/filemanager/cmd.c if (target == NULL) NULL 986 src/filemanager/cmd.c if (target == NULL) NULL 1064 src/filemanager/cmd.c if (filename != NULL) NULL 1099 src/filemanager/cmd.c if (dest != NULL && *dest != '\0' && strcmp (buffer, dest) != 0) NULL 1137 src/filemanager/cmd.c ev_help_t event_data = { NULL, NULL }; NULL 1152 src/filemanager/cmd.c (void) user_menu_cmd (NULL, NULL, -1); NULL 1210 src/filemanager/cmd.c if (p != NULL && *p != '\0') NULL 1270 src/filemanager/cmd.c send_message (panel, NULL, MSG_ACTION, CK_Down, NULL); NULL 1380 src/filemanager/cmd.c panel_set_filter (p, NULL); /* including panel reload */ NULL 1392 src/filemanager/cmd.c WPanel *p = NULL; NULL 137 src/filemanager/command.c s = expand_format (NULL, cmd[++i], TRUE); NULL 74 src/filemanager/dir.c static dir_list dir_copy = { NULL, 0, 0, NULL }; NULL 125 src/filemanager/dir.c if (a->sort_key == NULL) NULL 127 src/filemanager/dir.c if (b->sort_key == NULL) NULL 149 src/filemanager/dir.c fentry->sort_key = NULL; NULL 151 src/filemanager/dir.c fentry->second_sort_key = NULL; NULL 194 src/filemanager/dir.c if (filter != NULL && filter->handler != NULL) NULL 199 src/filemanager/dir.c || mc_search_run (filter->handler, dp->d_name, 0, strlen (dp->d_name), NULL); NULL 213 src/filemanager/dir.c if ((vpath != NULL) && (st != NULL)) NULL 218 src/filemanager/dir.c if (path != NULL && *path != '\0') NULL 222 src/filemanager/dir.c tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL); NULL 238 src/filemanager/dir.c if (dir_copy.list != NULL) NULL 265 src/filemanager/dir.c if (list == NULL) NULL 283 src/filemanager/dir.c if (fe == NULL) NULL 325 src/filemanager/dir.c fentry->sort_key = NULL; NULL 326 src/filemanager/dir.c fentry->second_sort_key = NULL; NULL 392 src/filemanager/dir.c if (a->second_sort_key == NULL) NULL 394 src/filemanager/dir.c if (b->second_sort_key == NULL) NULL 541 src/filemanager/dir.c fentry->fname = NULL; NULL 662 src/filemanager/dir.c if (list->callback != NULL) NULL 665 src/filemanager/dir.c if (dirp == NULL) NULL 675 src/filemanager/dir.c while (ret && (dp = mc_readdir (dirp)) != NULL) NULL 679 src/filemanager/dir.c if (list->callback != NULL) NULL 692 src/filemanager/dir.c if (list->callback != NULL) NULL 693 src/filemanager/dir.c list->callback (DIR_CLOSE, NULL); NULL 729 src/filemanager/dir.c if (list->callback != NULL) NULL 732 src/filemanager/dir.c if (dirp == NULL) NULL 755 src/filemanager/dir.c dfentry->sort_key = NULL; NULL 756 src/filemanager/dir.c dfentry->second_sort_key = NULL; NULL 794 src/filemanager/dir.c while (ret && (dp = mc_readdir (dirp)) != NULL) NULL 798 src/filemanager/dir.c if (list->callback != NULL) NULL 818 src/filemanager/dir.c && g_hash_table_lookup (marked_files, dp->d_name) != NULL); NULL 827 src/filemanager/dir.c if (list->callback != NULL) NULL 828 src/filemanager/dir.c list->callback (DIR_CLOSE, NULL); NULL 845 src/filemanager/dir.c filter->handler = NULL; NULL 91 src/filemanager/ext.c static char *data = NULL; NULL 92 src/filemanager/ext.c static vfs_path_t *localfilecopy_vpath = NULL; NULL 95 src/filemanager/ext.c static char *pbuffer = NULL; NULL 110 src/filemanager/ext.c if (script_vpath != NULL) NULL 122 src/filemanager/ext.c if (localfilecopy_vpath == NULL) NULL 134 src/filemanager/ext.c localfilecopy_vpath = NULL; NULL 145 src/filemanager/ext.c if (localfilecopy_vpath == NULL) NULL 149 src/filemanager/ext.c if (localfilecopy_vpath == NULL) NULL 150 src/filemanager/ext.c return NULL; NULL 166 src/filemanager/ext.c text = expand_format (NULL, symbol, TRUE); NULL 167 src/filemanager/ext.c if (is_result_quoted && text != NULL) NULL 198 src/filemanager/ext.c {'\0', NULL, FALSE} NULL 203 src/filemanager/ext.c if (text == NULL) NULL 204 src/filemanager/ext.c return NULL; NULL 210 src/filemanager/ext.c for (i = 0; export_variables[i].name != NULL; i++) NULL 214 src/filemanager/ext.c if (text != NULL) NULL 250 src/filemanager/ext.c if (parameter == NULL) NULL 255 src/filemanager/ext.c return NULL; NULL 314 src/filemanager/ext.c text = expand_format (NULL, *lc_data, !is_cd); NULL 318 src/filemanager/ext.c if (text == NULL) NULL 321 src/filemanager/ext.c return NULL; NULL 380 src/filemanager/ext.c if (target == NULL) NULL 423 src/filemanager/ext.c vfs_path_t *script_vpath = NULL; NULL 426 src/filemanager/ext.c char *cmd = NULL; NULL 428 src/filemanager/ext.c g_return_val_if_fail (lc_data != NULL, NULL); NULL 430 src/filemanager/ext.c pbuffer = NULL; NULL 441 src/filemanager/ext.c if (shell_string == NULL) NULL 471 src/filemanager/ext.c if (export_variables != NULL) NULL 493 src/filemanager/ext.c script_vpath = NULL; NULL 500 src/filemanager/ext.c cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (script_vpath), (char *) NULL); NULL 507 src/filemanager/ext.c exec_extension_view (target, NULL, filename_vpath, start_line); NULL 550 src/filemanager/ext.c command = g_strconcat (cmd_file, args, " 2>/dev/null", (char *) NULL); NULL 554 src/filemanager/ext.c if (f != NULL) NULL 557 src/filemanager/ext.c if (setvbuf (f, NULL, _IOFBF, 0) != 0) NULL 563 src/filemanager/ext.c read_bytes = (fgets (buf, buflen, f) != NULL); NULL 613 src/filemanager/ext.c args = g_strconcat (" -L", lang, " -i ", tmp, (char *) NULL); NULL 663 src/filemanager/ext.c if (localfile_vpath == NULL) NULL 682 src/filemanager/ext.c if (pp != NULL) NULL 703 src/filemanager/ext.c if (pp != NULL) NULL 740 src/filemanager/ext.c if (search != NULL) NULL 744 src/filemanager/ext.c found = mc_search_run (search, content_string + content_shift, 0, -1, NULL); NULL 793 src/filemanager/ext.c char *include_target = NULL; NULL 797 src/filemanager/ext.c if (filename_vpath == NULL) NULL 800 src/filemanager/ext.c if (script_vpath != NULL) NULL 801 src/filemanager/ext.c *script_vpath = NULL; NULL 810 src/filemanager/ext.c if (data == NULL) NULL 821 src/filemanager/ext.c extension_file = mc_build_filename (mc_global.sysconfig_dir, MC_LIB_EXT, (char *) NULL); NULL 826 src/filemanager/ext.c mc_build_filename (mc_global.share_data_dir, MC_LIB_EXT, (char *) NULL); NULL 831 src/filemanager/ext.c g_file_get_contents (extension_file, &data, NULL, NULL); NULL 833 src/filemanager/ext.c if (data == NULL) NULL 836 src/filemanager/ext.c if (strstr (data, "default/") == NULL) NULL 838 src/filemanager/ext.c if (strstr (data, "regex/") == NULL && strstr (data, "shell/") == NULL && NULL 839 src/filemanager/ext.c strstr (data, "type/") == NULL) NULL 906 src/filemanager/ext.c if (q == NULL) NULL 910 src/filemanager/ext.c if (include_target != NULL) NULL 926 src/filemanager/ext.c if (search != NULL) NULL 930 src/filemanager/ext.c found = mc_search_run (search, filename, 0, file_len, NULL); NULL 966 src/filemanager/ext.c GError *mcerror = NULL; NULL 975 src/filemanager/ext.c if (mc_error_message (&mcerror, NULL)) NULL 987 src/filemanager/ext.c if (q == NULL) NULL 992 src/filemanager/ext.c if (r != NULL) NULL 1003 src/filemanager/ext.c if (t != NULL) NULL 1035 src/filemanager/ext.c if (script_vpath != NULL) NULL 30 src/filemanager/ext.h return regex_command_for (NULL, filename_vpath, action, NULL); NULL 182 src/filemanager/file.c static GSList *linklist = NULL; NULL 185 src/filemanager/file.c static GQueue *erase_list = NULL; NULL 197 src/filemanager/file.c static GSList *dest_dirs = NULL; NULL 262 src/filemanager/file.c if (!mc_search_run (ctx->search_handle, fnsource, 0, strlen (fnsource), NULL)) NULL 264 src/filemanager/file.c q = NULL; NULL 272 src/filemanager/file.c if (ctx->search_handle->error_str != NULL) NULL 287 src/filemanager/file.c s = mc_build_filename (repl_dest, q, (char *) NULL); NULL 290 src/filemanager/file.c if (ctx->search_handle->error_str != NULL) NULL 321 src/filemanager/file.c if (lp != NULL) NULL 324 src/filemanager/file.c return NULL; NULL 334 src/filemanager/file.c return NULL; NULL 348 src/filemanager/file.c for (; lp != NULL; lp = (const GSList *) g_slist_next (lp)) NULL 356 src/filemanager/file.c return NULL; NULL 381 src/filemanager/file.c if (lnk != NULL) NULL 482 src/filemanager/file.c if (lnk != NULL) NULL 517 src/filemanager/file.c vfs_path_t *link_target_vpath = NULL; NULL 556 src/filemanager/file.c if (r != NULL) NULL 565 src/filemanager/file.c q = vfs_path_build_filename (p, dst_path, (char *) NULL); NULL 573 src/filemanager/file.c s = g_strconcat (p, link_target, (char *) NULL); NULL 580 src/filemanager/file.c if (s != NULL) NULL 653 src/filemanager/file.c if (dir == NULL) NULL 656 src/filemanager/file.c while (ret == FILE_CONT && (dirent = mc_readdir (dir)) != NULL) NULL 663 src/filemanager/file.c tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL); NULL 680 src/filemanager/file.c if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (×tamp, delay)) NULL 729 src/filemanager/file.c p = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL); NULL 774 src/filemanager/file.c if (source == NULL) NULL 883 src/filemanager/file.c return parent_call (pntr.p, NULL, 3, strlen (fmt), fmt, strlen (a), a, strlen (b), b); NULL 1021 src/filemanager/file.c return parent_call (pntr.p, NULL, 2, sizeof (allow_retry), allow_retry, strlen (str), str); NULL 1316 src/filemanager/file.c if (panel != NULL) NULL 1338 src/filemanager/file.c if (panel == NULL) NULL 1340 src/filemanager/file.c file_progress_show_source (ctx, NULL); NULL 1351 src/filemanager/file.c if (!try_remove_file (ctx, src_vpath, &return_status) && panel == NULL) NULL 1437 src/filemanager/file.c if (reading == NULL) NULL 1448 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL); NULL 1468 src/filemanager/file.c file_progress_show_deleting (ctx, s, NULL); NULL 1490 src/filemanager/file.c if (dir == NULL) NULL 1494 src/filemanager/file.c while ((d = mc_readdir (dir)) != NULL) NULL 1511 src/filemanager/file.c file_progress_show_deleting (ctx, s, NULL); NULL 1590 src/filemanager/file.c if (panel != NULL && check_progress_buttons (ctx) == FILE_ABORT) NULL 1614 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); NULL 1626 src/filemanager/file.c if (panel != NULL) NULL 1637 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, TRUE, TRUE, NULL); NULL 1681 src/filemanager/file.c if (panel != NULL) NULL 1692 src/filemanager/file.c return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, FALSE, TRUE, NULL); NULL 1700 src/filemanager/file.c if (panel == NULL) NULL 1702 src/filemanager/file.c file_progress_show_source (ctx, NULL); NULL 1703 src/filemanager/file.c file_progress_show_target (ctx, NULL); NULL 1803 src/filemanager/file.c return ok ? source : NULL; NULL 1859 src/filemanager/file.c cp = (src_stat != NULL ? one_format : many_format); NULL 1871 src/filemanager/file.c if (src_stat != NULL) NULL 1916 src/filemanager/file.c if (!force_single && tmp_dest_dir != NULL && tmp_dest_dir[0] != '\0' NULL 1920 src/filemanager/file.c dest_dir = g_strconcat (tmp_dest_dir, PATH_SEP_STR, (char *) NULL); NULL 1928 src/filemanager/file.c if (dest_dir == NULL) NULL 1929 src/filemanager/file.c return NULL; NULL 1931 src/filemanager/file.c if (source == NULL) NULL 1932 src/filemanager/file.c src_stat = NULL; NULL 1937 src/filemanager/file.c ret = file_mask_dialog (ctx, operation, source != NULL, format, NULL 1938 src/filemanager/file.c source != NULL ? source : (const void *) &panel->marked, dest_dir, NULL 1956 src/filemanager/file.c if (source == NULL) NULL 1957 src/filemanager/file.c src_stat = NULL; NULL 1962 src/filemanager/file.c if (source == NULL) NULL 1996 src/filemanager/file.c src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL); NULL 2004 src/filemanager/file.c is_link = file_is_symlink_to_dir (src_vpath, src_stat, NULL); NULL 2027 src/filemanager/file.c if (temp != NULL) NULL 2048 src/filemanager/file.c is_link = file_is_symlink_to_dir (src_vpath, src_stat, NULL); NULL 2055 src/filemanager/file.c value = copy_dir_dir (tctx, ctx, src, dest, TRUE, FALSE, FALSE, NULL); NULL 2098 src/filemanager/file.c src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL); NULL 2116 src/filemanager/file.c if (temp != NULL) NULL 2130 src/filemanager/file.c value = copy_dir_dir (tctx, ctx, src, dest, TRUE, FALSE, FALSE, NULL); NULL 2136 src/filemanager/file.c value = move_file_file (NULL, tctx, ctx, src, dest); NULL 2138 src/filemanager/file.c value = do_move_dir_dir (NULL, tctx, ctx, src, dest); NULL 2192 src/filemanager/file.c if (st == NULL) NULL 2211 src/filemanager/file.c if (stale_link != NULL) NULL 2236 src/filemanager/file.c vfs_path_t *src_vpath = NULL, *dst_vpath = NULL; NULL 2237 src/filemanager/file.c char *buf = NULL; NULL 2800 src/filemanager/file.c if (is_in_linklist (dest_dirs, src_vpath, &src_stat) != NULL) NULL 2844 src/filemanager/file.c if (is_in_linklist (parent_dirs, src_vpath, &src_stat) != NULL) NULL 2900 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); NULL 2954 src/filemanager/file.c if (reading == NULL) NULL 2969 src/filemanager/file.c path = mc_build_filename (s, next->d_name, (char *) NULL); NULL 2977 src/filemanager/file.c mdpath = mc_build_filename (d, next->d_name, (char *) NULL); NULL 2992 src/filemanager/file.c dest_file = mc_build_filename (d, x_basename (path), (char *) NULL); NULL 3003 src/filemanager/file.c if (erase_list == NULL) NULL 3010 src/filemanager/file.c tmp_vpath = NULL; NULL 3054 src/filemanager/file.c return do_move_dir_dir (NULL, tctx, ctx, s, d); NULL 3065 src/filemanager/file.c file_progress_show_deleting (ctx, vfs_path_as_str (vpath), NULL); NULL 3125 src/filemanager/file.c dsm->abort_button = WIDGET (button_new (5, 3, FILE_ABORT, NORMAL_BUTTON, b1_name, NULL)); NULL 3129 src/filemanager/file.c dsm->skip_button = WIDGET (button_new (5, 3, FILE_SKIP, NORMAL_BUTTON, b2_name, NULL)); NULL 3228 src/filemanager/file.c const char *source = NULL; NULL 3229 src/filemanager/file.c char *dest = NULL; NULL 3230 src/filemanager/file.c vfs_path_t *dest_vpath = NULL; NULL 3231 src/filemanager/file.c char *save_cwd = NULL, *save_dest = NULL; NULL 3260 src/filemanager/file.c if (source == NULL) NULL 3272 src/filemanager/file.c if (dest == NULL) NULL 3297 src/filemanager/file.c vfs_path_as_str (panel->cwd_vpath), (char *) NULL)); NULL 3304 src/filemanager/file.c mc_setctl (panel->cwd_vpath, VFS_SETCTL_FORGET, NULL); NULL 3306 src/filemanager/file.c mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL); NULL 3330 src/filemanager/file.c if ((dest != NULL) NULL 3393 src/filemanager/file.c if (panel_operate_init_totals (panel, NULL, NULL, ctx, file_op_compute_totals, dialog_type) NULL 3434 src/filemanager/file.c if (save_cwd != NULL) NULL 3437 src/filemanager/file.c mc_setctl (tmp_vpath, VFS_SETCTL_STALE_DATA, NULL); NULL 3442 src/filemanager/file.c if (save_dest != NULL) NULL 3445 src/filemanager/file.c mc_setctl (tmp_vpath, VFS_SETCTL_STALE_DATA, NULL); NULL 252 src/filemanager/filegui.c { NULL, FILE_SKIP, N_("&Skip"), NORMAL_BUTTON, -1 }, NULL 253 src/filemanager/filegui.c { NULL, FILE_SUSPEND, N_("S&uspend"), NORMAL_BUTTON, -1 }, NULL 254 src/filemanager/filegui.c { NULL, FILE_SUSPEND, N_("Con&tinue"), NORMAL_BUTTON, -1 }, NULL 255 src/filemanager/filegui.c { NULL, FILE_ABORT, N_("&Abort"), NORMAL_BUTTON, -1 } NULL 320 src/filemanager/filegui.c || strstr (stfs.STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME, "fusefs") != NULL) NULL 415 src/filemanager/filegui.c g->current != NULL ? g->current->data : NULL) NULL 419 src/filemanager/filegui.c dlg_widgets[i].value, NORMAL_BUTTON, dlg_widgets[i].text, NULL)) NULL 440 src/filemanager/filegui.c { NULL, N_("New :"), 2, 3, WPOS_KEEP_DEFAULT, 0 }, NULL 442 src/filemanager/filegui.c { NULL, NULL, 2, 14, WPOS_KEEP_DEFAULT, 0 }, NULL 444 src/filemanager/filegui.c { NULL, NULL, 3, 3, WPOS_KEEP_DEFAULT, 0 }, NULL 446 src/filemanager/filegui.c { NULL, NULL, 3, 43, WPOS_KEEP_TOP | WPOS_KEEP_RIGHT, 0 }, NULL 448 src/filemanager/filegui.c { NULL, N_("Existing:"), 4, 3, WPOS_KEEP_DEFAULT, 0 }, NULL 450 src/filemanager/filegui.c { NULL, NULL, 4, 14, WPOS_KEEP_DEFAULT, 0 }, NULL 452 src/filemanager/filegui.c { NULL, NULL, 5, 3, WPOS_KEEP_DEFAULT, 0 }, NULL 454 src/filemanager/filegui.c { NULL, NULL, 5, 43, WPOS_KEEP_TOP | WPOS_KEEP_RIGHT, 0 }, NULL 457 src/filemanager/filegui.c { NULL, N_("Overwrite this file?"), 7, 21, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, 0 }, NULL 459 src/filemanager/filegui.c { NULL, N_("&Yes"), 8, 14, WPOS_KEEP_DEFAULT, REPLACE_YES }, NULL 461 src/filemanager/filegui.c { NULL, N_("&No"), 8, 22, WPOS_KEEP_DEFAULT, REPLACE_NO }, NULL 463 src/filemanager/filegui.c { NULL, N_("A&ppend"), 8, 29, WPOS_KEEP_DEFAULT, REPLACE_APPEND }, NULL 465 src/filemanager/filegui.c { NULL, N_("&Reget"), 8, 40, WPOS_KEEP_DEFAULT, REPLACE_REGET }, NULL 468 src/filemanager/filegui.c { NULL, N_("Overwrite all files?"), 10, 21, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, 0 }, NULL 470 src/filemanager/filegui.c { NULL, N_("Don't overwrite with &zero length file"), 11, 3, WPOS_KEEP_DEFAULT, 0 }, NULL 472 src/filemanager/filegui.c { NULL, N_("A&ll"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_ALL }, NULL 474 src/filemanager/filegui.c { NULL, N_("&Older"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_OLDER }, NULL 476 src/filemanager/filegui.c { NULL, N_("Non&e"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_NONE }, NULL 478 src/filemanager/filegui.c { NULL, N_("S&maller"), 12, 25, WPOS_KEEP_DEFAULT, REPLACE_SMALLER }, NULL 480 src/filemanager/filegui.c { NULL, N_("&Size differs"), 12, 40, WPOS_KEEP_DEFAULT, REPLACE_SIZE }, NULL 483 src/filemanager/filegui.c { NULL, N_("&Abort"), 14, 27, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, REPLACE_ABORT } NULL 515 src/filemanager/filegui.c if (dlg_widgets[i].text != NULL) NULL 639 src/filemanager/filegui.c dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, alarm_colors, NULL, NULL, NULL 754 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 811 src/filemanager/filegui.c if (ctx == NULL || ctx->ui != NULL) NULL 832 src/filemanager/filegui.c dlg_create (TRUE, 0, 0, dlg_height, dlg_width, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL 833 src/filemanager/filegui.c NULL, NULL, op_names[ctx->operation]); NULL 857 src/filemanager/filegui.c group_add_widget_autopos (g, ui->progress_file_gauge, WPOS_KEEP_TOP | WPOS_KEEP_HORZ, NULL); NULL 874 src/filemanager/filegui.c WPOS_KEEP_TOP | WPOS_KEEP_HORZ, NULL); NULL 921 src/filemanager/filegui.c NULL)); NULL 953 src/filemanager/filegui.c if (ctx != NULL && ctx->ui != NULL) NULL 974 src/filemanager/filegui.c if (!verbose || ctx == NULL || ctx->ui == NULL) NULL 1018 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1023 src/filemanager/filegui.c if (ui->total_files_processed_label == NULL) NULL 1043 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1048 src/filemanager/filegui.c if (ui->progress_total_gauge != NULL) NULL 1063 src/filemanager/filegui.c if (ui->time_label != NULL) NULL 1094 src/filemanager/filegui.c if (ui->total_bytes_label != NULL) NULL 1117 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1122 src/filemanager/filegui.c if (vpath != NULL) NULL 1145 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1150 src/filemanager/filegui.c if (vpath != NULL) NULL 1173 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1184 src/filemanager/filegui.c if (ui->src_file_label != NULL) NULL 1190 src/filemanager/filegui.c if (count != NULL) NULL 1206 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) NULL 1285 src/filemanager/filegui.c char *dest_dir = NULL; NULL 1289 src/filemanager/filegui.c if (ctx == NULL) NULL 1290 src/filemanager/filegui.c return NULL; NULL 1338 src/filemanager/filegui.c char *source_mask = NULL; NULL 1346 src/filemanager/filegui.c "input-def", &source_mask, NULL, FALSE, FALSE, NULL 1351 src/filemanager/filegui.c QUICK_CHECKBOX (N_("&Using shell patterns"), &source_easy_patterns, NULL), NULL 1354 src/filemanager/filegui.c NULL, FALSE, FALSE, INPUT_COMPLETE_FILENAMES), NULL 1357 src/filemanager/filegui.c QUICK_CHECKBOX (N_("Follow &links"), &ctx->follow_links, NULL), NULL 1358 src/filemanager/filegui.c QUICK_CHECKBOX (N_("Preserve &attributes"), &ctx->op_preserve, NULL), NULL 1360 src/filemanager/filegui.c QUICK_CHECKBOX (N_("Di&ve into subdir if exists"), &ctx->dive_into_subdirs, NULL), NULL 1361 src/filemanager/filegui.c QUICK_CHECKBOX (N_("&Stable symlinks"), &ctx->stable_symlinks, NULL), NULL 1364 src/filemanager/filegui.c QUICK_BUTTON (N_("&OK"), B_ENTER, NULL, NULL), NULL 1366 src/filemanager/filegui.c QUICK_BUTTON (N_("&Background"), B_USER, NULL, NULL), NULL 1368 src/filemanager/filegui.c QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL), NULL 1377 src/filemanager/filegui.c quick_widgets, NULL, NULL NULL 1387 src/filemanager/filegui.c return NULL; NULL 1408 src/filemanager/filegui.c if (dest_dir == NULL || *dest_dir == '\0') NULL 1413 src/filemanager/filegui.c return NULL; NULL 1416 src/filemanager/filegui.c ctx->search_handle = mc_search_new (source_mask, NULL); NULL 1417 src/filemanager/filegui.c if (ctx->search_handle != NULL) NULL 1440 src/filemanager/filegui.c if (ctx->dest_mask == NULL) NULL 99 src/filemanager/filemanager.c WPanel *left_panel = NULL; NULL 100 src/filemanager/filemanager.c WPanel *right_panel = NULL; NULL 102 src/filemanager/filemanager.c WPanel *current_panel = NULL; NULL 105 src/filemanager/filemanager.c WMenuBar *the_menubar = NULL; NULL 114 src/filemanager/filemanager.c const char *mc_prompt = NULL; NULL 140 src/filemanager/filemanager.c if (top_dlg != NULL) NULL 152 src/filemanager/filemanager.c if (sel_dir != NULL) NULL 192 src/filemanager/filemanager.c GList *entries = NULL; NULL 229 src/filemanager/filemanager.c GList *entries = NULL; NULL 272 src/filemanager/filemanager.c GList *entries = NULL; NULL 330 src/filemanager/filemanager.c GList *entries = NULL; NULL 413 src/filemanager/filemanager.c const char *shortcut = NULL; NULL 416 src/filemanager/filemanager.c if (shortcut != NULL) NULL 420 src/filemanager/filemanager.c if (shortcut != NULL) NULL 424 src/filemanager/filemanager.c if (ext_map != NULL) NULL 426 src/filemanager/filemanager.c if (shortcut != NULL) NULL 429 src/filemanager/filemanager.c return NULL; NULL 541 src/filemanager/filemanager.c if (!mc_global.message_visible || the_hint == NULL || WIDGET (the_hint)->owner == NULL) NULL 603 src/filemanager/filemanager.c if (mc_run_param0 == NULL && mc_run_param1 == NULL) NULL 606 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ NULL 609 src/filemanager/filemanager.c else if (mc_run_param0 != NULL && mc_run_param1 != NULL) NULL 630 src/filemanager/filemanager.c if (mc_run_param0 == NULL && mc_run_param1 == NULL) NULL 633 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ NULL 636 src/filemanager/filemanager.c else if (mc_run_param0 != NULL && mc_run_param1 != NULL) NULL 654 src/filemanager/filemanager.c if (other_dir != NULL) NULL 661 src/filemanager/filemanager.c vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL); NULL 668 src/filemanager/filemanager.c if (current_dir == NULL) NULL 677 src/filemanager/filemanager.c vpath = vfs_path_append_new (original_dir, current_dir, (char *) NULL); NULL 685 src/filemanager/filemanager.c else if (right_panel != NULL) NULL 693 src/filemanager/filemanager.c mc_event_add (MCEVENT_GROUP_CORE, "vfs_timestamp", check_other_panel_timestamp, NULL, NULL); NULL 694 src/filemanager/filemanager.c mc_event_add (MCEVENT_GROUP_CORE, "vfs_timestamp", check_current_panel_timestamp, NULL, NULL); NULL 697 src/filemanager/filemanager.c mc_event_add (MCEVENT_GROUP_CORE, "vfs_print_message", print_vfs_message, NULL, NULL); NULL 741 src/filemanager/filemanager.c vfs_path_append_new (panel->cwd_vpath, selection (panel)->fname->str, (char *) NULL); NULL 913 src/filemanager/filemanager.c the_menubar = menubar_new (NULL); NULL 942 src/filemanager/filemanager.c add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL); NULL 960 src/filemanager/filemanager.c return vfs_path_append_new (vfs_get_raw_current_dir (), filename, (char *) NULL); NULL 982 src/filemanager/filemanager.c vfs_path_t *vpath = NULL; NULL 984 src/filemanager/filemanager.c if (mc_run_param0 != NULL && *(char *) mc_run_param0 != '\0') NULL 1012 src/filemanager/filemanager.c if (s != NULL) NULL 1136 src/filemanager/filemanager.c send_message (current_panel, NULL, MSG_ACTION, CK_SearchStop, NULL); NULL 1272 src/filemanager/filemanager.c send_message (cmdline, NULL, MSG_ACTION, CK_History, NULL); NULL 1361 src/filemanager/filemanager.c res = send_message (current_panel, filemanager, MSG_ACTION, command, NULL); NULL 1376 src/filemanager/filemanager.c mc_event_raise (MCEVENT_GROUP_CORE, "suspend", NULL); NULL 1470 src/filemanager/filemanager.c send_message (cmdline, NULL, MSG_KEY, '\n', NULL); NULL 1496 src/filemanager/filemanager.c group_default_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 1523 src/filemanager/filemanager.c midnight_execute_cmd (NULL, CK_UserMenu); NULL 1531 src/filemanager/filemanager.c return midnight_execute_cmd (NULL, command); NULL 1553 src/filemanager/filemanager.c return send_message (current_panel, filemanager, MSG_ACTION, CK_Select, NULL); NULL 1556 src/filemanager/filemanager.c return send_message (current_panel, filemanager, MSG_ACTION, CK_Unselect, NULL); NULL 1560 src/filemanager/filemanager.c NULL); NULL 1568 src/filemanager/filemanager.c return send_message (current_panel, filemanager, MSG_ACTION, CK_Select, NULL); NULL 1571 src/filemanager/filemanager.c return send_message (current_panel, filemanager, MSG_ACTION, CK_Unselect, NULL); NULL 1575 src/filemanager/filemanager.c NULL); NULL 1584 src/filemanager/filemanager.c send_message (current_panel, NULL, MSG_ACTION, CK_SearchStop, NULL); NULL 1594 src/filemanager/filemanager.c v = midnight_execute_cmd (NULL, command); NULL 1597 src/filemanager/filemanager.c v = send_message (cmdline, NULL, MSG_KEY, parm, NULL); NULL 1640 src/filemanager/filemanager.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), w->keymap, NULL); NULL 1641 src/filemanager/filemanager.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Menu"), w->keymap, NULL); NULL 1642 src/filemanager/filemanager.c buttonbar_set_label (b, 3, Q_ ("ButtonBar|View"), w->keymap, NULL); NULL 1643 src/filemanager/filemanager.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), w->keymap, NULL); NULL 1644 src/filemanager/filemanager.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Copy"), w->keymap, NULL); NULL 1645 src/filemanager/filemanager.c buttonbar_set_label (b, 6, Q_ ("ButtonBar|RenMov"), w->keymap, NULL); NULL 1646 src/filemanager/filemanager.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Mkdir"), w->keymap, NULL); NULL 1647 src/filemanager/filemanager.c buttonbar_set_label (b, 8, Q_ ("ButtonBar|Delete"), w->keymap, NULL); NULL 1648 src/filemanager/filemanager.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|PullDn"), w->keymap, NULL); NULL 1649 src/filemanager/filemanager.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), w->keymap, NULL); NULL 1671 src/filemanager/filemanager.c data = load_mc_home_file (mc_global.share_data_dir, MC_HINT, NULL, &len); NULL 1672 src/filemanager/filemanager.c if (data == NULL) NULL 1673 src/filemanager/filemanager.c return NULL; NULL 1731 src/filemanager/filemanager.c if (WIDGET (the_hint)->owner == NULL) NULL 1736 src/filemanager/filemanager.c label_set_text (the_hint, NULL); NULL 1742 src/filemanager/filemanager.c if (hint != NULL) NULL 1810 src/filemanager/filemanager.c midnight_callback, NULL, "[main]", NULL); NULL 1834 src/filemanager/filemanager.c if (mc_args__last_wd_file != NULL && vfs_current_is_local ()) NULL 1848 src/filemanager/filemanager.c current_panel = NULL; NULL 63 src/filemanager/filenot.c if (vpath == NULL) NULL 64 src/filemanager/filenot.c return NULL; NULL 69 src/filemanager/filenot.c return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath, NULL); NULL 95 src/filemanager/filenot.c q = vfs_path_append_new (vpath, "..", (char *) NULL); NULL 101 src/filemanager/fileopctx.c if (ctx != NULL) NULL 125 src/filemanager/find.c static char **find_ignore_dirs = NULL; NULL 149 src/filemanager/find.c static char *find_pattern = NULL; /* Pattern to search */ NULL 150 src/filemanager/find.c static char *content_pattern = NULL; /* pattern to search inside files; if NULL 156 src/filemanager/find.c static char *old_dir = NULL; NULL 188 src/filemanager/find.c { B_ENTER, DEFPUSH_BUTTON, N_("&Chdir"), 0, 0, NULL, NULL }, NULL 189 src/filemanager/find.c { B_AGAIN, NORMAL_BUTTON, N_("&Again"), 0, 0, NULL, NULL }, NULL 190 src/filemanager/find.c { B_STOP, NORMAL_BUTTON, N_("S&uspend"), 0, 0, NULL, start_stop }, NULL 191 src/filemanager/find.c { B_STOP, NORMAL_BUTTON, N_("Con&tinue"), 0, 0, NULL, NULL }, NULL 192 src/filemanager/find.c { B_CANCEL, NORMAL_BUTTON, N_("&Quit"), 0, 0, NULL, NULL }, NULL 194 src/filemanager/find.c { B_PANELIZE, NORMAL_BUTTON, N_("Pane&lize"), 0, 0, NULL, NULL }, NULL 195 src/filemanager/find.c { B_VIEW, NORMAL_BUTTON, N_("&View - F3"), 0, 0, NULL, find_do_view_file }, NULL 196 src/filemanager/find.c { B_VIEW, NORMAL_BUTTON, N_("&Edit - F4"), 0, 0, NULL, find_do_edit_file } NULL 208 src/filemanager/find.c FALSE, NULL NULL 213 src/filemanager/find.c static mc_search_t *search_file_handle = NULL; NULL 214 src/filemanager/find.c static mc_search_t *search_content_handle = NULL; NULL 236 src/filemanager/find.c if (!options.ignore_dirs_enable || ignore_dirs == NULL || ignore_dirs[0] == '\0') NULL 243 src/filemanager/find.c for (; find_ignore_dirs[r] != NULL; r++) NULL 256 src/filemanager/find.c find_ignore_dirs[r] = NULL; NULL 266 src/filemanager/find.c if (find_ignore_dirs[0] == NULL) NULL 269 src/filemanager/find.c find_ignore_dirs = NULL; NULL 386 src/filemanager/find.c if (location != NULL) NULL 388 src/filemanager/find.c if (dir != NULL) NULL 390 src/filemanager/find.c if (start != NULL) NULL 392 src/filemanager/find.c if (end != NULL) NULL 397 src/filemanager/find.c if (dir != NULL) NULL 398 src/filemanager/find.c *dir = NULL; NULL 411 src/filemanager/find.c search = mc_search_new (r, NULL); NULL 413 src/filemanager/find.c if (search != NULL) NULL 485 src/filemanager/find.c group_default_callback (w, NULL, MSG_INIT, 0, NULL); NULL 674 src/filemanager/find.c if (in_start_dir == NULL) NULL 679 src/filemanager/find.c NULL, "[Find File]", _("Find File")); NULL 693 src/filemanager/find.c group_add_widget (g, button_new (y1++, cols - b0 - 3, B_TREE, NORMAL_BUTTON, buts[0], NULL)); NULL 701 src/filemanager/find.c options.ignore_dirs != NULL ? options.ignore_dirs : "", "ignoredirs", NULL 772 src/filemanager/find.c group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL)); NULL 773 src/filemanager/find.c group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL)); NULL 796 src/filemanager/find.c if (in_start_dir == NULL) NULL 828 src/filemanager/find.c if (*pattern == NULL) NULL 855 src/filemanager/find.c mc_build_filename (vfs_path_as_str (panel->cwd_vpath), s, (char *) NULL); NULL 862 src/filemanager/find.c *ignore_dirs = NULL; NULL 915 src/filemanager/find.c char *tmp_name = NULL; NULL 916 src/filemanager/find.c static char *dirname = NULL; NULL 922 src/filemanager/find.c if (old_dir != NULL) NULL 928 src/filemanager/find.c dirname = add_to_list (dir, NULL); NULL 934 src/filemanager/find.c dirname = add_to_list (dir, NULL); NULL 1013 src/filemanager/find.c vpath = vfs_path_build_filename (directory, filename, (char *) NULL); NULL 1051 src/filemanager/find.c char *strbuf = NULL; /* buffer for fetched string */ NULL 1191 src/filemanager/find.c if (find_ignore_dirs != NULL) NULL 1198 src/filemanager/find.c for (ignore_dir = find_ignore_dirs; *ignore_dir != NULL; ignore_dir++) NULL 1226 src/filemanager/find.c if (d != NULL && IS_PATH_SEP (d[-1]) NULL 1266 src/filemanager/find.c static struct vfs_dirent *dp = NULL; NULL 1267 src/filemanager/find.c static DIR *dirp = NULL; NULL 1268 src/filemanager/find.c static char *directory = NULL; NULL 1273 src/filemanager/find.c if (h == NULL) NULL 1275 src/filemanager/find.c if (dirp != NULL) NULL 1278 src/filemanager/find.c dirp = NULL; NULL 1281 src/filemanager/find.c dp = NULL; NULL 1287 src/filemanager/find.c while (dp == NULL) NULL 1289 src/filemanager/find.c if (dirp != NULL) NULL 1292 src/filemanager/find.c dirp = NULL; NULL 1295 src/filemanager/find.c while (dirp == NULL) NULL 1297 src/filemanager/find.c vfs_path_t *tmp_vpath = NULL; NULL 1304 src/filemanager/find.c if (tmp_vpath == NULL) NULL 1354 src/filemanager/find.c while ((dp = mc_readdir (dirp)) != NULL && !str_is_valid_string (dp->d_name)) NULL 1361 src/filemanager/find.c while ((dp = mc_readdir (dirp)) != NULL && !str_is_valid_string (dp->d_name)) NULL 1371 src/filemanager/find.c if (options.find_recurs && (directory != NULL)) NULL 1381 src/filemanager/find.c tmp_vpath = vfs_path_build_filename (directory, dp->d_name, (char *) NULL); NULL 1400 src/filemanager/find.c if (content_pattern == NULL) NULL 1408 src/filemanager/find.c while ((dp = mc_readdir (dirp)) != NULL && !str_is_valid_string (dp->d_name)) NULL 1431 src/filemanager/find.c find_ignore_dirs = NULL; NULL 1440 src/filemanager/find.c const char *filename = NULL; NULL 1444 src/filemanager/find.c if (content_pattern != NULL) NULL 1455 src/filemanager/find.c fullname_vpath = vfs_path_build_filename (dir, filename, (char *) NULL); NULL 1469 src/filemanager/find.c char *text = NULL; NULL 1474 src/filemanager/find.c if ((text == NULL) || (location == NULL) || (location->dir == NULL)) NULL 1515 src/filemanager/find.c if (content_pattern != NULL) NULL 1559 src/filemanager/find.c dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 1576 src/filemanager/find.c group_default_callback (w, NULL, MSG_INIT, 0, NULL); NULL 1683 src/filemanager/find.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, find_callback, NULL, NULL 1684 src/filemanager/find.c "[Find File]", NULL); NULL 1690 src/filemanager/find.c find_list = listbox_new (y, 2, lines - 10, cols - 4, FALSE, NULL); NULL 1691 src/filemanager/find.c group_add_widget_autopos (g, find_list, WPOS_KEEP_ALL, NULL); NULL 1694 src/filemanager/find.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL); NULL 1697 src/filemanager/find.c group_add_widget_autopos (g, found_num_label, WPOS_KEEP_BOTTOM, NULL); NULL 1700 src/filemanager/find.c group_add_widget_autopos (g, status_label, WPOS_KEEP_BOTTOM, NULL); NULL 1702 src/filemanager/find.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL); NULL 1714 src/filemanager/find.c group_add_widget_autopos (g, fbuts[i].button, WPOS_KEEP_BOTTOM, NULL); NULL 1731 src/filemanager/find.c search_content_handle = mc_search_new (content_pattern, NULL); NULL 1742 src/filemanager/find.c search_file_handle = mc_search_new (find_pattern, NULL); NULL 1756 src/filemanager/find.c search_file_handle = NULL; NULL 1758 src/filemanager/find.c search_content_handle = NULL; NULL 1781 src/filemanager/find.c char *dir_tmp = NULL, *file_tmp = NULL; NULL 1794 src/filemanager/find.c get_list_info (&file_tmp, &dir_tmp, NULL, NULL); NULL 1807 src/filemanager/find.c char *name = NULL; NULL 1812 src/filemanager/find.c for (i = 0, entry = listbox_get_first_link (find_list); entry != NULL; NULL 1815 src/filemanager/find.c const char *lc_filename = NULL; NULL 1821 src/filemanager/find.c if ((le->text == NULL) || (location == NULL) || (location->dir == NULL)) NULL 1829 src/filemanager/find.c name = mc_build_filename (location->dir, lc_filename, (char *) NULL); NULL 1866 src/filemanager/find.c list->list[list->len].sort_key = NULL; NULL 1867 src/filemanager/find.c list->list[list->len].second_sort_key = NULL; NULL 1880 src/filemanager/find.c do_search (NULL); /* force do_search to release resources */ NULL 1894 src/filemanager/find.c char *start_dir = NULL, *ignore_dirs = NULL; NULL 1897 src/filemanager/find.c find_pattern = NULL; NULL 1898 src/filemanager/find.c content_pattern = NULL; NULL 1903 src/filemanager/find.c char *filename = NULL, *dirname = NULL; NULL 1906 src/filemanager/find.c content_is_empty = content_pattern == NULL; NULL 1926 src/filemanager/find.c if (dirname != NULL) NULL 1933 src/filemanager/find.c if (filename != NULL) NULL 1935 src/filemanager/find.c filename + (content_pattern != NULL NULL 1938 src/filemanager/find.c else if (filename != NULL) NULL 1958 src/filemanager/find.c try_to_select (panel, NULL); NULL 202 src/filemanager/hotlist.c static struct hotlist *hotlist = NULL; NULL 206 src/filemanager/hotlist.c static GString *tkn_buf = NULL; NULL 238 src/filemanager/hotlist.c char *ctext = NULL; NULL 239 src/filemanager/hotlist.c void *cdata = NULL; NULL 242 src/filemanager/hotlist.c if (cdata == NULL) NULL 255 src/filemanager/hotlist.c p = g_strconcat (" ", current_group->label, " ", (char *) NULL); NULL 276 src/filemanager/hotlist.c for (current = current_group->head; current != NULL; current = current->next) NULL 310 src/filemanager/hotlist.c while (current != NULL && current->next != entry) NULL 312 src/filemanager/hotlist.c if (current != NULL) NULL 315 src/filemanager/hotlist.c entry->next = entry->up = NULL; NULL 324 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, path, NULL, FALSE); NULL 338 src/filemanager/hotlist.c struct hotlist *item = NULL; NULL 339 src/filemanager/hotlist.c struct hotlist *moveto_item = NULL; NULL 340 src/filemanager/hotlist.c struct hotlist *moveto_group = NULL; NULL 346 src/filemanager/hotlist.c listbox_get_current (l_hotlist, NULL, (void **) &item); NULL 351 src/filemanager/hotlist.c listbox_get_current (l_movelist, NULL, (void **) &moveto_item); NULL 363 src/filemanager/hotlist.c if (moveto_group->head == NULL) NULL 365 src/filemanager/hotlist.c else if (moveto_item == NULL) NULL 370 src/filemanager/hotlist.c while (p->next != NULL) NULL 376 src/filemanager/hotlist.c if (moveto_item->next == NULL) NULL 406 src/filemanager/hotlist.c struct hotlist *entry = NULL; NULL 408 src/filemanager/hotlist.c listbox_get_current (l_hotlist, NULL, (void **) &entry); NULL 433 src/filemanager/hotlist.c listbox_get_current (list, NULL, &data); NULL 435 src/filemanager/hotlist.c if (data == NULL) NULL 469 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, NULL 505 src/filemanager/hotlist.c if (hotlist_button_callback (NULL, B_ENTER) != 0) NULL 516 src/filemanager/hotlist.c return hotlist_button_callback (NULL, B_ENTER_GROUP) == 0 ? MSG_HANDLED : MSG_NOT_HANDLED; NULL 522 src/filemanager/hotlist.c return hotlist_button_callback (NULL, B_UP_GROUP) == 0 ? MSG_HANDLED : MSG_NOT_HANDLED; NULL 527 src/filemanager/hotlist.c hotlist_button_callback (NULL, B_REMOVE); NULL 535 src/filemanager/hotlist.c void *ldata = NULL; NULL 537 src/filemanager/hotlist.c listbox_get_current (l_hotlist, NULL, &ldata); NULL 539 src/filemanager/hotlist.c if (ldata != NULL) NULL 547 src/filemanager/hotlist.c tmp = g_strconcat ("cd ", hlp->directory, (char *) NULL); NULL 617 src/filemanager/hotlist.c return dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 634 src/filemanager/hotlist.c void *data = NULL; NULL 636 src/filemanager/hotlist.c listbox_get_current (list, NULL, &data); NULL 638 src/filemanager/hotlist.c if (data != NULL) NULL 650 src/filemanager/hotlist.c hotlist_button_callback (NULL, B_ENTER); NULL 651 src/filemanager/hotlist.c send_message (dlg, NULL, MSG_POST_KEY, '\n', NULL); NULL 663 src/filemanager/hotlist.c hotlist_button_callback (NULL, B_UP_GROUP); NULL 664 src/filemanager/hotlist.c send_message (dlg, NULL, MSG_POST_KEY, 'u', NULL); NULL 784 src/filemanager/hotlist.c NULL, help_node, title); NULL 790 src/filemanager/hotlist.c group_add_widget_autopos (g, hotlist_widget, WPOS_KEEP_ALL, NULL); NULL 800 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, NULL 809 src/filemanager/hotlist.c group_add_widget_autopos (g, l_hotlist, WPOS_KEEP_ALL, NULL); NULL 814 src/filemanager/hotlist.c group_add_widget_autopos (g, path_box, WPOS_KEEP_BOTTOM | WPOS_KEEP_HORZ, NULL); NULL 817 src/filemanager/hotlist.c group_add_widget_autopos (g, pname, WPOS_KEEP_BOTTOM | WPOS_KEEP_LEFT, NULL); NULL 820 src/filemanager/hotlist.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL); NULL 828 src/filemanager/hotlist.c hotlist_but[i].pos_flags, NULL); NULL 854 src/filemanager/hotlist.c NULL, "[Hotlist]", hdr); NULL 862 src/filemanager/hotlist.c group_add_widget_autopos (g, movelist_widget, WPOS_KEEP_ALL, NULL); NULL 869 src/filemanager/hotlist.c group_add_widget_autopos (g, l_movelist, WPOS_KEEP_ALL, NULL); NULL 873 src/filemanager/hotlist.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL); NULL 881 src/filemanager/hotlist.c hotlist_but[i].pos_flags, NULL); NULL 896 src/filemanager/hotlist.c l_hotlist = NULL; NULL 908 src/filemanager/hotlist.c return g_strconcat (grp->directory, ".Group", (char *) NULL); NULL 917 src/filemanager/hotlist.c struct hotlist *current = NULL; NULL 923 src/filemanager/hotlist.c if (current_group == NULL) NULL 926 src/filemanager/hotlist.c listbox_get_current (l_hotlist, NULL, (void **) ¤t); NULL 929 src/filemanager/hotlist.c if ((current != NULL) && (current->type == HL_TYPE_DOTDOT)) NULL 946 src/filemanager/hotlist.c if (current_group->head == NULL) NULL 976 src/filemanager/hotlist.c while (p->next != NULL) NULL 988 src/filemanager/hotlist.c lbl = g_strconcat ("->", new->label, (char *) NULL); NULL 1008 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text1, input_label_above, *r1, "input-lbl", r1, NULL, NULL 1011 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text2, input_label_above, *r2, "input-lbl", r2, NULL, NULL 1014 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Append"), B_APPEND, NULL, NULL), NULL 1015 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Insert"), B_INSERT, NULL, NULL), NULL 1016 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL), NULL 1025 src/filemanager/hotlist.c quick_widgets, NULL, NULL NULL 1052 src/filemanager/hotlist.c if (title == NULL || *title == '\0' || url == NULL || *url == '\0') NULL 1074 src/filemanager/hotlist.c QUICK_LABELED_INPUT (label, input_label_above, "", "input", result, NULL, NULL 1077 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Append"), B_APPEND, NULL, NULL), NULL 1078 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Insert"), B_INSERT, NULL, NULL), NULL 1079 src/filemanager/hotlist.c QUICK_BUTTON (N_("&Cancel"), B_CANCEL, NULL, NULL), NULL 1088 src/filemanager/hotlist.c quick_widgets, NULL, NULL NULL 1107 src/filemanager/hotlist.c if (ret == 0 || label == NULL || *label == '\0') NULL 1125 src/filemanager/hotlist.c while (current != NULL) NULL 1145 src/filemanager/hotlist.c if (entry == NULL) NULL 1171 src/filemanager/hotlist.c if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL)) NULL 1208 src/filemanager/hotlist.c keys = mc_config_get_keys (mc_global.main_config, group_section, NULL); NULL 1212 src/filemanager/hotlist.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 1218 src/filemanager/hotlist.c keys = mc_config_get_keys (mc_global.main_config, grp->directory, NULL); NULL 1220 src/filemanager/hotlist.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 1251 src/filemanager/hotlist.c if (tkn_buf == NULL) NULL 1432 src/filemanager/hotlist.c grp_section = g_strconcat (section, ".Group", (char *) NULL); NULL 1440 src/filemanager/hotlist.c keys = mc_config_get_keys (mc_global.main_config, grp_section, NULL); NULL 1442 src/filemanager/hotlist.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 1468 src/filemanager/hotlist.c if (hotlist_file_name == NULL) NULL 1481 src/filemanager/hotlist.c if (hotlist_file == NULL) NULL 1510 src/filemanager/hotlist.c GError *mcerror = NULL; NULL 1516 src/filemanager/hotlist.c mc_error_message (&mcerror, NULL); NULL 1539 src/filemanager/hotlist.c for (current = grp->head; current != NULL; current = current->next) NULL 1623 src/filemanager/hotlist.c if (label == NULL || *label == '\0') NULL 1640 src/filemanager/hotlist.c char *target = NULL; NULL 1661 src/filemanager/hotlist.c char *text = NULL; NULL 1662 src/filemanager/hotlist.c struct hotlist *hlp = NULL; NULL 1665 src/filemanager/hotlist.c target = g_strdup (hlp != NULL ? hlp->directory : text); NULL 1680 src/filemanager/hotlist.c if (!hotlist_state.readonly && hotlist_state.modified && hotlist_file_name != NULL) NULL 1685 src/filemanager/hotlist.c if (hotlist_file == NULL) NULL 1710 src/filemanager/hotlist.c if (hotlist != NULL) NULL 1721 src/filemanager/hotlist.c l_hotlist = NULL; NULL 1722 src/filemanager/hotlist.c current_group = NULL; NULL 1724 src/filemanager/hotlist.c if (tkn_buf != NULL) NULL 1727 src/filemanager/hotlist.c tkn_buf = NULL; NULL 134 src/filemanager/info.c if (p_rp_cwd == NULL) NULL 371 src/filemanager/info.c widget_init (w, &r, info_callback, NULL); NULL 150 src/filemanager/layout.c { view_listing, NULL, NULL}, NULL 151 src/filemanager/layout.c { view_listing, NULL, NULL} NULL 173 src/filemanager/layout.c { N_("&Equal split"), &equal_split, NULL }, NULL 174 src/filemanager/layout.c { N_("&Menubar visible"), &menubar_visible, NULL }, NULL 175 src/filemanager/layout.c { N_("Command &prompt"), &command_prompt, NULL }, NULL 176 src/filemanager/layout.c { N_("&Keybar visible"), &mc_global.keybar_visible, NULL }, NULL 177 src/filemanager/layout.c { N_("H&intbar visible"), &mc_global.message_visible, NULL }, NULL 178 src/filemanager/layout.c { N_("&XTerm window title"), &xterm_title, NULL }, NULL 179 src/filemanager/layout.c { N_("&Show free space"), &free_space, NULL } NULL 183 src/filemanager/layout.c static const char *output_lines_label = NULL; NULL 322 src/filemanager/layout.c frame_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 559 src/filemanager/layout.c dlg_create (TRUE, 0, 0, 15, width, WPOS_CENTER, FALSE, dialog_colors, layout_callback, NULL, NULL 735 src/filemanager/layout.c if (check_options[i].widget != NULL) NULL 759 src/filemanager/layout.c if (widget->owner == NULL) NULL 992 src/filemanager/layout.c if (subshell_prompt != NULL) NULL 1123 src/filemanager/layout.c const char *file_name = NULL; /* For Quick view */ NULL 1124 src/filemanager/layout.c Widget *new_widget = NULL, *old_widget = NULL; NULL 1126 src/filemanager/layout.c WPanel *the_other_panel = NULL; NULL 1143 src/filemanager/layout.c if (panels[num].widget != NULL) NULL 1172 src/filemanager/layout.c if (old_widget == NULL && type != view_listing) NULL 1182 src/filemanager/layout.c last_was_panel = old_widget != NULL && get_panel_type (num) != view_listing; NULL 1199 src/filemanager/layout.c if (the_other_panel != NULL) NULL 1221 src/filemanager/layout.c if (old_widget != NULL) NULL 1238 src/filemanager/layout.c if (old_widget != NULL) NULL 1240 src/filemanager/layout.c ev_history_load_save_t event_data = { NULL, new_widget }; NULL 1444 src/filemanager/layout.c if (p != NULL) NULL 1492 src/filemanager/layout.c if (top_dlg != NULL && DIALOG (top_dlg->data) == filemanager && command_prompt) NULL 1531 src/filemanager/layout.c struct passwd *pw = NULL; NULL 1544 src/filemanager/layout.c if (pw != NULL) NULL 114 src/filemanager/listmode.c char *ret = NULL; NULL 118 src/filemanager/listmode.c possible_items = panel_get_user_possible_fields (NULL); NULL 123 src/filemanager/listmode.c listbox_add_item (mylistbox->list, LISTBOX_APPEND_AT_END, 0, possible_items[i], NULL, NULL 159 src/filemanager/listmode.c listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE); NULL 190 src/filemanager/listmode.c {B_CANCEL, NORMAL_BUTTON, BY, BX + 53, "&Cancel", NULL}, NULL 193 src/filemanager/listmode.c {B_ENTER, DEFPUSH_BUTTON, BY, BX, "&OK", NULL}, NULL 201 src/filemanager/listmode.c dlg_create (TRUE, 0, 0, 22, 74, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL, NULL 230 src/filemanager/listmode.c l_listmode = listbox_new (UY + 5, UX + 1, 9, 16, FALSE, NULL); NULL 254 src/filemanager/listmode.c listbox_add_item (l_listmode, LISTBOX_APPEND_AT_END, 0, s, NULL, FALSE); NULL 255 src/filemanager/listmode.c s = strtok (NULL, ","); NULL 299 src/filemanager/listmode.c last = NULL; NULL 306 src/filemanager/listmode.c if (last != NULL) NULL 322 src/filemanager/listmode.c char *newformat = NULL; NULL 265 src/filemanager/mountlist.c (strchr (Fs_name, ':') != NULL \ NULL 347 src/filemanager/mountlist.c static GSList *mc_mount_list = NULL; NULL 380 src/filemanager/mountlist.c if (me == NULL) NULL 616 src/filemanager/mountlist.c GSList *mount_list = NULL; NULL 632 src/filemanager/mountlist.c if (fp != NULL) NULL 634 src/filemanager/mountlist.c char *line = NULL; NULL 659 src/filemanager/mountlist.c if (dash == NULL) NULL 718 src/filemanager/mountlist.c if (fp == NULL) NULL 719 src/filemanager/mountlist.c return NULL; NULL 721 src/filemanager/mountlist.c while ((mnt = getmntent (fp)) != NULL) NULL 725 src/filemanager/mountlist.c bind = hasmntopt (mnt, "bind") != NULL; NULL 730 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 753 src/filemanager/mountlist.c return NULL; NULL 761 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 780 src/filemanager/mountlist.c return NULL; NULL 786 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 825 src/filemanager/mountlist.c rootdir_list = NULL; NULL 832 src/filemanager/mountlist.c while ((d = readdir (dirp)) != NULL) NULL 843 src/filemanager/mountlist.c name = g_strconcat (PATH_SEP_STR, d->d_name, (char *) NULL); NULL 861 src/filemanager/mountlist.c *rootdir_tail = NULL; NULL 876 src/filemanager/mountlist.c me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name); NULL 877 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 887 src/filemanager/mountlist.c while (rootdir_list != NULL) NULL 904 src/filemanager/mountlist.c numsys = getfsstat (NULL, 0L, MNT_NOWAIT); NULL 906 src/filemanager/mountlist.c return NULL; NULL 920 src/filemanager/mountlist.c return NULL; NULL 928 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 949 src/filemanager/mountlist.c if (fp == NULL) NULL 950 src/filemanager/mountlist.c return NULL; NULL 957 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1004 src/filemanager/mountlist.c if (fp == NULL) NULL 1013 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1066 src/filemanager/mountlist.c return NULL; NULL 1070 src/filemanager/mountlist.c return NULL; NULL 1075 src/filemanager/mountlist.c if (fp == NULL) NULL 1084 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1121 src/filemanager/mountlist.c return NULL; NULL 1132 src/filemanager/mountlist.c return NULL; NULL 1149 src/filemanager/mountlist.c me->me_devname = g_strconcat (host, ":", dir, (char *) NULL); NULL 1157 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1188 src/filemanager/mountlist.c if (readdir_r (dirp, &entry, &result) || result == NULL) NULL 1199 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1222 src/filemanager/mountlist.c return NULL; NULL 1244 src/filemanager/mountlist.c struct mount_entry *me = NULL; NULL 1245 src/filemanager/mountlist.c static GSList *list = NULL; NULL 1247 src/filemanager/mountlist.c if (list != NULL) NULL 1263 src/filemanager/mountlist.c return (NULL); NULL 1267 src/filemanager/mountlist.c return (NULL); NULL 1274 src/filemanager/mountlist.c return (NULL); NULL 1304 src/filemanager/mountlist.c return (NULL); NULL 1307 src/filemanager/mountlist.c return (NULL); NULL 1311 src/filemanager/mountlist.c me->me_mntroot = NULL; NULL 1495 src/filemanager/mountlist.c struct mount_entry *entry = NULL; NULL 1499 src/filemanager/mountlist.c for (temp = mc_mount_list; temp != NULL; temp = g_slist_next (temp)) NULL 1507 src/filemanager/mountlist.c (entry == NULL || IS_PATH_SEP (path[i]) || path[i] == '\0')) NULL 1514 src/filemanager/mountlist.c if (entry != NULL) NULL 1517 src/filemanager/mountlist.c get_fs_usage (entry->me_mountdir, NULL, &fs_use); NULL 1544 src/filemanager/mountlist.c if (entry != NULL) NULL 1546 src/filemanager/mountlist.c get_fs_usage (entry->me_mountdir, NULL, &fs_use); NULL 86 src/filemanager/panel.c hook_t *select_file_hook = NULL; NULL 89 src/filemanager/panel.c panelized_panel_t panelized_panel = { {NULL, 0, -1, NULL}, NULL }; NULL 111 src/filemanager/panel.c mc_fhl_t *mc_filehighlight = NULL; NULL 225 src/filemanager/panel.c NULL NULL 263 src/filemanager/panel.c NULL NULL 271 src/filemanager/panel.c NULL NULL 278 src/filemanager/panel.c string_file_nlinks, NULL NULL 296 src/filemanager/panel.c NULL NULL 304 src/filemanager/panel.c NULL NULL 312 src/filemanager/panel.c NULL NULL 320 src/filemanager/panel.c NULL NULL 328 src/filemanager/panel.c NULL NULL 335 src/filemanager/panel.c NULL, NULL 336 src/filemanager/panel.c NULL NULL 344 src/filemanager/panel.c NULL NULL 352 src/filemanager/panel.c NULL NULL 356 src/filemanager/panel.c NULL, 0, FALSE, J_RIGHT, NULL, NULL, FALSE, FALSE, NULL, NULL NULL 361 src/filemanager/panel.c static char *panel_sort_up_char = NULL; NULL 362 src/filemanager/panel.c static char *panel_sort_down_char = NULL; NULL 364 src/filemanager/panel.c static char *panel_hiddenfiles_show_char = NULL; NULL 365 src/filemanager/panel.c static char *panel_hiddenfiles_hide_char = NULL; NULL 366 src/filemanager/panel.c static char *panel_history_prev_item_char = NULL; NULL 367 src/filemanager/panel.c static char *panel_history_next_item_char = NULL; NULL 368 src/filemanager/panel.c static char *panel_history_show_list_char = NULL; NULL 369 src/filemanager/panel.c static char *panel_filename_scroll_left_char = NULL; NULL 370 src/filemanager/panel.c static char *panel_filename_scroll_right_char = NULL; NULL 373 src/filemanager/panel.c static WPanel *mouse_mark_panel = NULL; NULL 801 src/filemanager/panel.c file_entry_t *fe = NULL; NULL 814 src/filemanager/panel.c for (format = home; format != NULL && length != width; format = g_slist_next (format)) NULL 818 src/filemanager/panel.c if (fi->string_fn != NULL) NULL 825 src/filemanager/panel.c if (fe != NULL) NULL 876 src/filemanager/panel.c if (perm != 0 && fe != NULL) NULL 1019 src/filemanager/panel.c (char *) NULL); NULL 1141 src/filemanager/panel.c static char *old_cwd = NULL; NULL 1147 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) NULL 1155 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL) NULL 1212 src/filemanager/panel.c if (archive_name != NULL) NULL 1248 src/filemanager/panel.c char *ret_str = NULL; NULL 1252 src/filemanager/panel.c if (path_element->encoding != NULL) NULL 1302 src/filemanager/panel.c if (tmp != NULL) NULL 1411 src/filemanager/panel.c return g_strconcat ("Temporal:", panel->name, (char *) NULL); NULL 1439 src/filemanager/panel.c if (ev->receiver == NULL || ev->receiver == WIDGET (p)) NULL 1441 src/filemanager/panel.c if (ev->cfg != NULL) NULL 1464 src/filemanager/panel.c if (p->dir_history.list != NULL) NULL 1493 src/filemanager/panel.c if (p->dir_history.list != NULL) NULL 1545 src/filemanager/panel.c if (title == NULL || title[0] == '\0') NULL 1554 src/filemanager/panel.c if (hkey != NULL && hkey[1] != '\0') NULL 1583 src/filemanager/panel.c for (format = panel->format; format != NULL; format = g_slist_next (format)) NULL 1587 src/filemanager/panel.c if (fi->string_fn != NULL) NULL 1598 src/filemanager/panel.c if (panel->filter.handler != NULL && strcmp (fi->id, "name") == 0) NULL 1698 src/filemanager/panel.c GSList *home = NULL; /* The formats we return */ NULL 1704 src/filemanager/panel.c *error = NULL; NULL 1710 src/filemanager/panel.c for (i = 0; panel_fields[i].id != NULL; i++) NULL 1754 src/filemanager/panel.c for (i = 0; !found && panel_fields[i].id != NULL; i++) NULL 1817 src/filemanager/panel.c g_strconcat (_("Unknown tag on display format:"), " ", tmp_format, (char *) NULL); NULL 1820 src/filemanager/panel.c return NULL; NULL 1841 src/filemanager/panel.c if (format == NULL) NULL 1846 src/filemanager/panel.c if (*error != NULL) NULL 1847 src/filemanager/panel.c return NULL; NULL 1861 src/filemanager/panel.c for (darr = home; darr != NULL && expand_top < MAX_EXPAND; darr = g_slist_next (darr)) NULL 1882 src/filemanager/panel.c for (darr = home; darr != NULL; darr = g_slist_next (darr)) NULL 1905 src/filemanager/panel.c for (i = 0, darr = home; darr != NULL && i < expand_top; darr = g_slist_next (darr)) NULL 2062 src/filemanager/panel.c if (filename == NULL) NULL 2069 src/filemanager/panel.c reg_exp = g_strconcat ("^.*\\.", cur_file_ext, "$", (char *) NULL); NULL 2075 src/filemanager/panel.c search = mc_search_new (reg_exp, NULL); NULL 2086 src/filemanager/panel.c if (!mc_search_run (search, file_entry->fname->str, 0, file_entry->fname->len, NULL)) NULL 2290 src/filemanager/panel.c (char *) NULL); NULL 2546 src/filemanager/panel.c QUICK_INPUT (INPUT_LAST_TEXT, history_name, ®_exp, NULL, NULL 2549 src/filemanager/panel.c QUICK_CHECKBOX (N_("&Files only"), &files_only, NULL), NULL 2550 src/filemanager/panel.c QUICK_CHECKBOX (N_("&Using shell patterns"), &shell_patterns, NULL), NULL 2552 src/filemanager/panel.c QUICK_CHECKBOX (N_("&Case sensitive"), &case_sens, NULL), NULL 2562 src/filemanager/panel.c quick_widgets, NULL, NULL NULL 2566 src/filemanager/panel.c return NULL; NULL 2568 src/filemanager/panel.c if (reg_exp == NULL || *reg_exp == '\0') NULL 2571 src/filemanager/panel.c if (str != NULL) NULL 2572 src/filemanager/panel.c *str = NULL; NULL 2576 src/filemanager/panel.c search = mc_search_new (reg_exp, NULL); NULL 2581 src/filemanager/panel.c if (str != NULL) NULL 2616 src/filemanager/panel.c help_section, NULL); NULL 2617 src/filemanager/panel.c if (search == NULL || search == SELECT_RESET || search == SELECT_ERROR) NULL 2630 src/filemanager/panel.c (search, panel->dir.list[i].fname->str, 0, panel->dir.list[i].fname->len, NULL)) NULL 2676 src/filemanager/panel.c file_filter_t ff = {.value = NULL,.handler = NULL,.flags = panel->filter.flags }; NULL 2682 src/filemanager/panel.c if (ff.handler == NULL || ff.handler == SELECT_ERROR) NULL 2686 src/filemanager/panel.c ff.handler = NULL; NULL 2744 src/filemanager/panel.c search = mc_search_new (esc_str, NULL); NULL 2773 src/filemanager/panel.c (search, panel->dir.list[i].fname->str, 0, panel->dir.list[i].fname->len, NULL)) NULL 2873 src/filemanager/panel.c full_name_vpath = vfs_path_append_new (panel->cwd_vpath, fname, (char *) NULL); NULL 2882 src/filemanager/panel.c full_name_vpath = vfs_path_append_new (panel->cwd_vpath, fname, (char *) NULL); NULL 2898 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL); NULL 2899 src/filemanager/panel.c ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL); NULL 2909 src/filemanager/panel.c cmd = g_strconcat (".", PATH_SEP_STR, tmp, (char *) NULL); NULL 2949 src/filemanager/panel.c char *sel_entry = NULL; NULL 2956 src/filemanager/panel.c new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, entry->fname->str, (char *) NULL); NULL 2959 src/filemanager/panel.c new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, "..", (char *) NULL); NULL 3030 src/filemanager/panel.c if (p != NULL && p[1] == '\0') NULL 3035 src/filemanager/panel.c if (p == NULL) NULL 3043 src/filemanager/panel.c new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, buffer, (char *) NULL); NULL 3065 src/filemanager/panel.c format != NULL && strcmp (((format_item_t *) format->data)->title, name) != 0; NULL 3069 src/filemanager/panel.c if (format == NULL) NULL 3084 src/filemanager/panel.c if (format == NULL) NULL 3085 src/filemanager/panel.c return NULL; NULL 3088 src/filemanager/panel.c if (pfield == NULL) NULL 3089 src/filemanager/panel.c return NULL; NULL 3090 src/filemanager/panel.c if (pfield->sort_routine == NULL) NULL 3091 src/filemanager/panel.c return NULL; NULL 3102 src/filemanager/panel.c const panel_field_t *pfield = NULL; NULL 3111 src/filemanager/panel.c i != 0 && (pfield = panel_get_sortable_field_by_format (panel, i - 1)) == NULL; i--) NULL 3115 src/filemanager/panel.c if (pfield == NULL) NULL 3119 src/filemanager/panel.c i != 0 && (pfield = panel_get_sortable_field_by_format (panel, i - 1)) == NULL; i--) NULL 3123 src/filemanager/panel.c if (pfield != NULL) NULL 3136 src/filemanager/panel.c const panel_field_t *pfield = NULL; NULL 3149 src/filemanager/panel.c && (pfield = panel_get_sortable_field_by_format (panel, i)) == NULL; i++) NULL 3153 src/filemanager/panel.c if (pfield == NULL) NULL 3158 src/filemanager/panel.c && (pfield = panel_get_sortable_field_by_format (panel, i)) == NULL; i++) NULL 3162 src/filemanager/panel.c if (pfield != NULL) NULL 3177 src/filemanager/panel.c if (sort_order != NULL) NULL 3240 src/filemanager/panel.c if (sort_order == NULL) NULL 3267 src/filemanager/panel.c return NULL; NULL 3273 src/filemanager/panel.c if (p == NULL) NULL 3281 src/filemanager/panel.c if (p != NULL && strncmp (cwd, lwd, (size_t) (p - lwd)) == 0 NULL 3285 src/filemanager/panel.c return NULL; NULL 3381 src/filemanager/panel.c if (next != NULL) NULL 3408 src/filemanager/panel.c if (prev != NULL) NULL 3438 src/filemanager/panel.c if (hd.text != NULL) NULL 3466 src/filemanager/panel.c if (prev == NULL) NULL 3715 src/filemanager/panel.c mc_event_add (h->event_group, MCEVENT_HISTORY_LOAD, panel_load_history, w, NULL); NULL 3717 src/filemanager/panel.c mc_event_add (h->event_group, MCEVENT_HISTORY_SAVE, panel_save_history, w, NULL); NULL 3840 src/filemanager/panel.c const char *lc_sort_name = NULL; NULL 3841 src/filemanager/panel.c panel_field_t *col_sort_format = NULL; NULL 3843 src/filemanager/panel.c for (format = panel->format; format != NULL; format = g_slist_next (format)) NULL 3856 src/filemanager/panel.c if (lc_sort_name == NULL) NULL 3859 src/filemanager/panel.c for (i = 0; panel_fields[i].id != NULL; i++) NULL 3864 src/filemanager/panel.c if (panel_fields[i].sort_routine != NULL && strcmp (title, lc_sort_name) == 0) NULL 3871 src/filemanager/panel.c if (col_sort_format != NULL) NULL 3939 src/filemanager/panel.c send_message (filemanager, NULL, MSG_ACTION, CK_ShowHidden, NULL); NULL 4065 src/filemanager/panel.c char *my_current_file = NULL; NULL 4070 src/filemanager/panel.c mc_setctl (panel->cwd_vpath, VFS_SETCTL_FLUSH, NULL); NULL 4135 src/filemanager/panel.c if (name == NULL) NULL 4203 src/filemanager/panel.c char *flist = NULL; NULL 4221 src/filemanager/panel.c (char *) NULL); NULL 4249 src/filemanager/panel.c if (panel_cwd_path != NULL && IS_PATH_SEP (panel_cwd_path[0]) && panel_cwd_path[1] == '\0') NULL 4252 src/filemanager/panel.c return NULL; NULL 4258 src/filemanager/panel.c vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL); NULL 4414 src/filemanager/panel.c panel->dir_history.name = g_strconcat ("Dir Hist ", panel->name, (char *) NULL); NULL 4417 src/filemanager/panel.c section = g_strconcat ("Temporal:", panel->name, (char *) NULL); NULL 4426 src/filemanager/panel.c if (panel->filter.value != NULL) NULL 4431 src/filemanager/panel.c panel->filter.handler = mc_search_new (panel->filter.value, NULL); NULL 4468 src/filemanager/panel.c char *curdir = NULL; NULL 4475 src/filemanager/panel.c if (vpath != NULL) NULL 4490 src/filemanager/panel.c if (path_element->encoding != NULL) NULL 4510 src/filemanager/panel.c if (curdir != NULL) NULL 4541 src/filemanager/panel.c if (cwd_vpath == NULL) NULL 4573 src/filemanager/panel.c char *err = NULL; NULL 4578 src/filemanager/panel.c if (err != NULL) NULL 4593 src/filemanager/panel.c if (err != NULL) NULL 4631 src/filemanager/panel.c panel->filter.handler = NULL; NULL 4634 src/filemanager/panel.c if (filter != NULL) NULL 4776 src/filemanager/panel.c if (panel == NULL) NULL 4803 src/filemanager/panel.c if (sort_order == NULL) NULL 4834 src/filemanager/panel.c const char *encoding = NULL; NULL 4859 src/filemanager/panel.c if (errmsg != NULL) NULL 4867 src/filemanager/panel.c if (encoding != NULL) NULL 4901 src/filemanager/panel.c if (path_element->encoding == NULL) NULL 4975 src/filemanager/panel.c for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) NULL 4992 src/filemanager/panel.c if (ret == NULL) NULL 4993 src/filemanager/panel.c return NULL; NULL 4995 src/filemanager/panel.c if (array_size != NULL) NULL 5000 src/filemanager/panel.c for (i = 0; panel_fields[i].id != NULL; i++) NULL 5014 src/filemanager/panel.c for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) NULL 5015 src/filemanager/panel.c if (panel_fields[lc_index].id != NULL && strcmp (name, panel_fields[lc_index].id) == 0) NULL 5018 src/filemanager/panel.c return NULL; NULL 5028 src/filemanager/panel.c for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) NULL 5029 src/filemanager/panel.c if (panel_fields[lc_index].title_hotkey != NULL && NULL 5033 src/filemanager/panel.c return NULL; NULL 5043 src/filemanager/panel.c for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) NULL 5052 src/filemanager/panel.c return NULL; NULL 5062 src/filemanager/panel.c for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) NULL 5080 src/filemanager/panel.c if (ret == NULL) NULL 5081 src/filemanager/panel.c return NULL; NULL 5083 src/filemanager/panel.c if (array_size != NULL) NULL 5088 src/filemanager/panel.c for (i = 0; panel_fields[i].id != NULL; i++) NULL 5114 src/filemanager/panel.c mc_event_add (MCEVENT_GROUP_FILEMANAGER, "update_panels", event_update_panels, NULL, NULL); NULL 5116 src/filemanager/panel.c panel_save_current_file_to_clip_file, NULL, NULL); NULL 5161 src/filemanager/panel.c if (path_element->encoding != NULL) NULL 248 src/filemanager/panel.h return panel_with_dir_new (panel_name, NULL); NULL 267 src/filemanager/panel.h return panel_sized_with_dir_new (panel_name, y, x, lines, cols, NULL); NULL 87 src/filemanager/panelize.c } *panelize = NULL; NULL 98 src/filemanager/panelize.c struct panelize *data = NULL; NULL 101 src/filemanager/panelize.c listbox_get_current (l_panelize, NULL, (void **) &data); NULL 116 src/filemanager/panelize.c group_default_callback (w, NULL, MSG_INIT, 0, NULL); NULL 177 src/filemanager/panelize.c panelize_callback, NULL, "[External panelize]", _("External panelize")); NULL 184 src/filemanager/panelize.c l_panelize = listbox_new (y, UX + 1, 10, panelize_cols - UX * 2 - 2, FALSE, NULL); NULL 185 src/filemanager/panelize.c for (current = panelize; current != NULL; current = current->next) NULL 207 src/filemanager/panelize.c panelize_but[i].ret_cmd, panelize_but[i].flags, panelize_but[i].text, NULL); NULL 231 src/filemanager/panelize.c struct panelize *old = NULL; NULL 234 src/filemanager/panelize.c while (current != NULL && strcmp (current->label, label) <= 0) NULL 240 src/filemanager/panelize.c if (old == NULL) NULL 271 src/filemanager/panelize.c if (label == NULL || *label == '\0') NULL 291 src/filemanager/panelize.c while (current != NULL && current->next != entry) NULL 294 src/filemanager/panelize.c if (current != NULL) NULL 311 src/filemanager/panelize.c GError *error = NULL; NULL 312 src/filemanager/panelize.c GString *remain_file_name = NULL; NULL 315 src/filemanager/panelize.c if (external == NULL) NULL 340 src/filemanager/panelize.c if (error != NULL) NULL 366 src/filemanager/panelize.c while (ok && (line = mc_pstream_get_string (&external->out)) != NULL) NULL 381 src/filemanager/panelize.c if (remain_file_name != NULL) NULL 386 src/filemanager/panelize.c remain_file_name = NULL; NULL 393 src/filemanager/panelize.c if (remain_file_name == NULL) NULL 426 src/filemanager/panelize.c if (remain_file_name != NULL) NULL 429 src/filemanager/panelize.c mc_pclose (external, NULL); NULL 434 src/filemanager/panelize.c try_to_select (current_panel, NULL); NULL 449 src/filemanager/panelize.c if (panelized_panel.root_vpath == NULL) NULL 472 src/filemanager/panelize.c panelized_panel.list.list[i].fname->str, (char *) NULL); NULL 488 src/filemanager/panelize.c try_to_select (panel, NULL); NULL 616 src/filemanager/panelize.c listbox_get_current (l_panelize, NULL, (void **) &entry); NULL 649 src/filemanager/panelize.c keys = mc_config_get_keys (mc_global.main_config, panelize_section, NULL); NULL 653 src/filemanager/panelize.c if (*keys == NULL) NULL 671 src/filemanager/panelize.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 704 src/filemanager/panelize.c for (current = panelize; current != NULL; current = current->next) NULL 717 src/filemanager/panelize.c for (current = panelize; current != NULL; current = next) NULL 75 src/filemanager/tree.c WTree *the_tree = NULL; NULL 121 src/filemanager/tree.c for (i = 0; ptr != NULL && ptr->prev != NULL && i < *count; ptr = ptr->prev, i++) NULL 135 src/filemanager/tree.c for (i = 0; ptr != NULL && ptr->next != NULL && i < *count; ptr = ptr->next, i++) NULL 151 src/filemanager/tree.c if (tree->selected_ptr->next != NULL) NULL 199 src/filemanager/tree.c tree->selected_ptr = NULL; NULL 287 src/filemanager/tree.c if (tree->store->tree_first != NULL) NULL 290 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 304 src/filemanager/tree.c while (current->prev != NULL && i < tree->topdiff) NULL 344 src/filemanager/tree.c if (current == NULL) NULL 386 src/filemanager/tree.c if (current->next == NULL || (current->next->submask & (1 << current->sublevel)) == 0) NULL 402 src/filemanager/tree.c for (; current != NULL; current = current->next) NULL 457 src/filemanager/tree.c while (j < i && current->prev != NULL NULL 487 src/filemanager/tree.c while (j < i && current->next != NULL NULL 512 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 518 src/filemanager/tree.c if (current != NULL && current->sublevel > tree->selected_ptr->sublevel) NULL 530 src/filemanager/tree.c if (current != NULL && current->sublevel > tree->selected_ptr->sublevel) NULL 547 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 553 src/filemanager/tree.c current != NULL && current->sublevel >= tree->selected_ptr->sublevel; NULL 557 src/filemanager/tree.c if (current == NULL) NULL 640 src/filemanager/tree.c if (current == NULL) NULL 681 src/filemanager/tree.c if (old_vpath == NULL) NULL 684 src/filemanager/tree.c if (tree->selected_ptr != NULL && mc_chdir (tree->selected_ptr->name) == 0) NULL 702 src/filemanager/tree.c if (tree->selected_ptr != NULL) NULL 714 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 723 src/filemanager/tree.c if (dest != NULL && *dest != '\0') NULL 733 src/filemanager/tree.c FALSE, NULL); NULL 751 src/filemanager/tree.c vfs_path_t *dest_vpath = NULL; NULL 753 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 762 src/filemanager/tree.c if (dest == NULL || *dest == '\0') NULL 800 src/filemanager/tree.c if (tree->selected_ptr == NULL || chdir (tree->selected_ptr->name) != 0) NULL 819 src/filemanager/tree.c if (tree->selected_ptr == NULL) NULL 1003 src/filemanager/tree.c ev_help_t event_data = { NULL, "[Directory Tree]" }; NULL 1255 src/filemanager/tree.c if (tree->tree_shown[y] != NULL) NULL 1295 src/filemanager/tree.c tree->selected_ptr = NULL; NULL 1299 src/filemanager/tree.c tree->tree_shown = NULL; NULL 1316 src/filemanager/tree.c if (current != NULL) NULL 216 src/filemanager/treestore.c g_return_val_if_fail (name != NULL, 0); NULL 223 src/filemanager/treestore.c if (file != NULL NULL 224 src/filemanager/treestore.c && (fgets (buffer, sizeof (buffer), file) == NULL NULL 228 src/filemanager/treestore.c file = NULL; NULL 231 src/filemanager/treestore.c if (file != NULL) NULL 260 src/filemanager/treestore.c if (s != NULL) NULL 266 src/filemanager/treestore.c different = strtok (NULL, ""); NULL 267 src/filemanager/treestore.c if (different != NULL) NULL 338 src/filemanager/treestore.c if (file == NULL) NULL 343 src/filemanager/treestore.c for (current = ts.tree_first; current != NULL; current = current->next) NULL 349 src/filemanager/treestore.c if (current->prev != NULL NULL 388 src/filemanager/treestore.c tree_entry *old = NULL; NULL 392 src/filemanager/treestore.c if (ts.tree_last != NULL && ts.tree_last->next != NULL) NULL 397 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) NULL 405 src/filemanager/treestore.c if (current == NULL) NULL 408 src/filemanager/treestore.c if (ts.tree_first == NULL) NULL 412 src/filemanager/treestore.c new->prev = NULL; NULL 416 src/filemanager/treestore.c if (old != NULL) NULL 420 src/filemanager/treestore.c new->next = NULL; NULL 427 src/filemanager/treestore.c if (old != NULL) NULL 451 src/filemanager/treestore.c if (new->subname == NULL) NULL 457 src/filemanager/treestore.c if (new->next != NULL) NULL 467 src/filemanager/treestore.c current != NULL && current->sublevel > new->sublevel; current = current->prev) NULL 481 src/filemanager/treestore.c for (p = remove_entry_hooks; p != NULL; p = p->next) NULL 496 src/filemanager/treestore.c tree_entry *ret = NULL; NULL 501 src/filemanager/treestore.c if (entry->next != NULL) NULL 504 src/filemanager/treestore.c for (; current != NULL && current->sublevel > entry->sublevel; current = current->prev) NULL 512 src/filemanager/treestore.c if (entry->prev != NULL) NULL 517 src/filemanager/treestore.c if (entry->next != NULL) NULL 538 src/filemanager/treestore.c if (cfg == NULL) NULL 541 src/filemanager/treestore.c start_buff = mc_config_get_string_list (cfg, "Special dirs", "list", NULL); NULL 542 src/filemanager/treestore.c if (start_buff != NULL) NULL 546 src/filemanager/treestore.c for (buffers = start_buff; *buffers != NULL; buffers++) NULL 549 src/filemanager/treestore.c *buffers = NULL; NULL 562 src/filemanager/treestore.c static GList *special_dirs = NULL; NULL 578 src/filemanager/treestore.c for (l = special_dirs; l != NULL; l = g_list_next (l)) NULL 608 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) NULL 611 src/filemanager/treestore.c return flag == 0 ? current : NULL; NULL 692 src/filemanager/treestore.c g_return_if_fail (name_vpath != NULL); NULL 707 src/filemanager/treestore.c if (base == NULL) NULL 712 src/filemanager/treestore.c while (current != NULL && vfs_path_equal_len (current->name, base->name, len)) NULL 745 src/filemanager/treestore.c if (ts.check_name == NULL) NULL 754 src/filemanager/treestore.c name = vfs_path_build_filename (PATH_SEP_STR, subname, (char *) NULL); NULL 756 src/filemanager/treestore.c name = vfs_path_append_new (ts.check_name, subname, (char *) NULL); NULL 760 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) NULL 774 src/filemanager/treestore.c if (base != NULL) NULL 781 src/filemanager/treestore.c current != NULL && vfs_path_equal_len (current->name, base->name, len); NULL 806 src/filemanager/treestore.c return NULL; NULL 808 src/filemanager/treestore.c g_return_val_if_fail (ts.check_name == NULL, NULL); NULL 809 src/filemanager/treestore.c ts.check_start = NULL; NULL 813 src/filemanager/treestore.c if (current == NULL) NULL 818 src/filemanager/treestore.c return NULL; NULL 835 src/filemanager/treestore.c current != NULL && vfs_path_equal_len (current->name, ts.check_name, len); NULL 865 src/filemanager/treestore.c g_return_if_fail (ts.check_name != NULL); NULL 871 src/filemanager/treestore.c while (current != NULL && vfs_path_equal_len (current->name, ts.check_name, len)) NULL 890 src/filemanager/treestore.c ts.add_queue_vpath = NULL; NULL 892 src/filemanager/treestore.c ts.check_name = NULL; NULL 914 src/filemanager/treestore.c if (entry == NULL) NULL 915 src/filemanager/treestore.c return NULL; NULL 918 src/filemanager/treestore.c if (dirp != NULL) NULL 922 src/filemanager/treestore.c for (dp = mc_readdir (dirp); dp != NULL; dp = mc_readdir (dirp)) NULL 927 src/filemanager/treestore.c tmp_vpath = vfs_path_append_new (vpath, dp->d_name, (char *) NULL); NULL 95 src/help.c static char *fdata = NULL; /* Pointer to the loaded data file */ NULL 99 src/help.c static const char *last_shown = NULL; /* Last byte shown in a screen */ NULL 113 src/help.c static GSList *link_area = NULL; NULL 127 src/help.c const char *result = NULL; NULL 171 src/help.c if (start != NULL) NULL 182 src/help.c return NULL; NULL 199 src/help.c return NULL; NULL 279 src/help.c selected_item = NULL; NULL 300 src/help.c if (lc_selected_item == NULL) NULL 316 src/help.c if (p != NULL) NULL 334 src/help.c if (current_link == NULL) NULL 335 src/help.c return NULL; NULL 338 src/help.c if (p == NULL) NULL 339 src/help.c return NULL; NULL 341 src/help.c if (p == NULL) NULL 342 src/help.c return NULL; NULL 351 src/help.c return current_link == NULL ? NULL : search_char_node (current_link - 1, CHAR_LINK_START, -1); NULL 469 src/help.c selected_item = NULL; NULL 484 src/help.c if (selected_item == NULL) NULL 585 src/help.c if ((link_area == NULL) || (link_area->data == NULL)) NULL 586 src/help.c selected_item = NULL; NULL 616 src/help.c if (p != NULL) NULL 619 src/help.c selected_item = NULL; NULL 633 src/help.c if (new_item == NULL) NULL 642 src/help.c selected_item = NULL; NULL 669 src/help.c if (new_item != NULL) NULL 677 src/help.c selected_item = NULL; NULL 683 src/help.c selected_item = NULL; NULL 695 src/help.c if ((selected_item == NULL) || (selected_item < currentpoint)) NULL 699 src/help.c else if ((link_area != NULL) && (link_area->data != NULL)) NULL 702 src/help.c selected_item = NULL; NULL 722 src/help.c selected_item = NULL; NULL 743 src/help.c selected_item = NULL; NULL 752 src/help.c if (selected_item == NULL) NULL 776 src/help.c selected_item = NULL; NULL 869 src/help.c frame_callback (w, NULL, MSG_DRAW, 0, NULL); NULL 890 src/help.c dlg_default_callback (w, NULL, MSG_RESIZE, 0, &r); NULL 970 src/help.c widget_default_callback (w, NULL, MSG_RESIZE, 0, data); NULL 1004 src/help.c for (current_area = link_area; current_area != NULL; current_area = g_slist_next (current_area)) NULL 1023 src/help.c if (current_area != NULL) NULL 1032 src/help.c selected_item = NULL; NULL 1082 src/help.c char *hlpfile = NULL; NULL 1091 src/help.c if (event_data->filename != NULL) NULL 1092 src/help.c g_file_get_contents (event_data->filename, &filedata, NULL, NULL); NULL 1094 src/help.c filedata = load_mc_home_file (mc_global.share_data_dir, MC_HELP, &hlpfile, NULL); NULL 1096 src/help.c if (filedata == NULL) NULL 1102 src/help.c if (filedata == NULL) NULL 1109 src/help.c if (fdata == NULL) NULL 1112 src/help.c if ((event_data->node == NULL) || (*event_data->node == '\0')) NULL 1117 src/help.c if (main_node == NULL) NULL 1123 src/help.c if (main_node == NULL) NULL 1134 src/help.c FALSE, help_colors, help_callback, NULL, "[Help]", _("Help")); NULL 1163 src/help.c buttonbar_set_label (help_bar, 1, Q_ ("ButtonBar|Help"), wh->keymap, NULL); NULL 1164 src/help.c buttonbar_set_label (help_bar, 2, Q_ ("ButtonBar|Index"), wh->keymap, NULL); NULL 1165 src/help.c buttonbar_set_label (help_bar, 3, Q_ ("ButtonBar|Prev"), wh->keymap, NULL); NULL 1166 src/help.c buttonbar_set_label (help_bar, 4, "", wh->keymap, NULL); NULL 1167 src/help.c buttonbar_set_label (help_bar, 5, "", wh->keymap, NULL); NULL 1168 src/help.c buttonbar_set_label (help_bar, 6, "", wh->keymap, NULL); NULL 1169 src/help.c buttonbar_set_label (help_bar, 7, "", wh->keymap, NULL); NULL 1170 src/help.c buttonbar_set_label (help_bar, 8, "", wh->keymap, NULL); NULL 1171 src/help.c buttonbar_set_label (help_bar, 9, "", wh->keymap, NULL); NULL 1172 src/help.c buttonbar_set_label (help_bar, 10, Q_ ("ButtonBar|Quit"), wh->keymap, NULL); NULL 44 src/keymap.c GArray *filemanager_keymap = NULL; NULL 45 src/keymap.c GArray *filemanager_x_keymap = NULL; NULL 46 src/keymap.c GArray *panel_keymap = NULL; NULL 47 src/keymap.c GArray *dialog_keymap = NULL; NULL 48 src/keymap.c GArray *menu_keymap = NULL; NULL 49 src/keymap.c GArray *input_keymap = NULL; NULL 50 src/keymap.c GArray *listbox_keymap = NULL; NULL 51 src/keymap.c GArray *radio_keymap = NULL; NULL 52 src/keymap.c GArray *tree_keymap = NULL; NULL 53 src/keymap.c GArray *help_keymap = NULL; NULL 55 src/keymap.c GArray *chattr_keymap = NULL; NULL 58 src/keymap.c GArray *editor_keymap = NULL; NULL 59 src/keymap.c GArray *editor_x_keymap = NULL; NULL 61 src/keymap.c GArray *viewer_keymap = NULL; NULL 62 src/keymap.c GArray *viewer_hex_keymap = NULL; NULL 64 src/keymap.c GArray *diff_keymap = NULL; NULL 67 src/keymap.c const global_keymap_t *filemanager_map = NULL; NULL 68 src/keymap.c const global_keymap_t *filemanager_x_map = NULL; NULL 69 src/keymap.c const global_keymap_t *panel_map = NULL; NULL 70 src/keymap.c const global_keymap_t *tree_map = NULL; NULL 71 src/keymap.c const global_keymap_t *help_map = NULL; NULL 73 src/keymap.c const global_keymap_t *chattr_map = NULL; NULL 76 src/keymap.c const global_keymap_t *editor_map = NULL; NULL 77 src/keymap.c const global_keymap_t *editor_x_map = NULL; NULL 79 src/keymap.c const global_keymap_t *viewer_map = NULL; NULL 80 src/keymap.c const global_keymap_t *viewer_hex_map = NULL; NULL 82 src/keymap.c const global_keymap_t *diff_map = NULL; NULL 150 src/keymap.c {NULL, NULL} NULL 183 src/keymap.c {NULL, NULL} NULL 224 src/keymap.c {NULL, NULL} NULL 243 src/keymap.c {NULL, NULL} NULL 257 src/keymap.c {NULL, NULL} NULL 292 src/keymap.c {NULL, NULL} NULL 308 src/keymap.c {NULL, NULL} NULL 318 src/keymap.c {NULL, NULL} NULL 343 src/keymap.c {NULL, NULL} NULL 365 src/keymap.c {NULL, NULL} NULL 379 src/keymap.c {NULL, NULL} NULL 485 src/keymap.c {NULL, NULL} NULL 490 src/keymap.c {NULL, NULL} NULL 534 src/keymap.c {NULL, NULL} NULL 570 src/keymap.c {NULL, NULL} NULL 617 src/keymap.c {NULL, NULL} NULL 637 src/keymap.c for (i = 0; k[i].key != NULL; i++) NULL 648 src/keymap.c keymap = mc_config_init (NULL, TRUE); NULL 684 src/keymap.c if (section_name == NULL) NULL 687 src/keymap.c keys = mc_config_get_keys (cfg, section_name, NULL); NULL 689 src/keymap.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 693 src/keymap.c values = mc_config_get_string_list (cfg, section_name, *profile_keys, NULL); NULL 694 src/keymap.c if (values != NULL) NULL 703 src/keymap.c for (curr_values = values; *curr_values != NULL; curr_values++) NULL 733 src/keymap.c if (config_file_name == NULL) NULL 734 src/keymap.c return NULL; NULL 740 src/keymap.c file_name = g_strconcat (config_file_name, ".keymap", (char *) NULL); NULL 750 src/keymap.c if (lc_basename == NULL) NULL 751 src/keymap.c return NULL; NULL 753 src/keymap.c if (subdir != NULL) NULL 754 src/keymap.c ret = g_build_filename (mc_config_get_path (), subdir, lc_basename, (char *) NULL); NULL 756 src/keymap.c ret = g_build_filename (mc_config_get_path (), lc_basename, (char *) NULL); NULL 766 src/keymap.c if (subdir != NULL) NULL 767 src/keymap.c ret = g_build_filename (mc_global.share_data_dir, subdir, lc_basename, (char *) NULL); NULL 769 src/keymap.c ret = g_build_filename (mc_global.share_data_dir, lc_basename, (char *) NULL); NULL 780 src/keymap.c return NULL; NULL 797 src/keymap.c if (*config != NULL) NULL 824 src/keymap.c share_keymap = g_build_filename (mc_global.share_data_dir, GLOBAL_KEYMAP_FILE, (char *) NULL); NULL 829 src/keymap.c g_build_filename (mc_global.sysconfig_dir, GLOBAL_KEYMAP_FILE, (char *) NULL); NULL 835 src/keymap.c fname = load_setup_get_full_config_name (NULL, mc_args__keymap_file); NULL 836 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) NULL 844 src/keymap.c fname = load_setup_get_full_config_name (NULL, g_getenv ("MC_KEYMAP")); NULL 845 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) NULL 854 src/keymap.c fname2 = mc_config_get_string (mc_global.main_config, CONFIG_APP_SECTION, "keymap", NULL); NULL 855 src/keymap.c if (fname2 != NULL && *fname2 != '\0') NULL 856 src/keymap.c fname = load_setup_get_full_config_name (NULL, fname2); NULL 858 src/keymap.c if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0) NULL 892 src/keymap.c if (mc_global_keymap != NULL) NULL 960 src/keymap.c if (km##_keymap != NULL) \ NULL 73 src/learn.c static learnkey_t *learnkeys = NULL; NULL 97 src/learn.c if (learnkeys[action - B_USER].sequence != NULL) NULL 101 src/learn.c if (seq != NULL) NULL 280 src/learn.c learn_callback, NULL, "[Learn keys]", learn_title); NULL 285 src/learn.c key->name != NULL && strcmp (key->name, "kpleft") != 0; key++, learn_total++) NULL 304 src/learn.c learnkeys[i].sequence = NULL; NULL 337 src/learn.c group_add_widget (g, button_new (dlg_height - 3, bx0, B_ENTER, DEFPUSH_BUTTON, b0, NULL)); NULL 338 src/learn.c group_add_widget (g, button_new (dlg_height - 3, bx1, B_CANCEL, NORMAL_BUTTON, b1, NULL)); NULL 359 src/learn.c section = g_strconcat ("terminal:", getenv ("TERM"), (char *) NULL); NULL 362 src/learn.c if (learnkeys[i].sequence != NULL) NULL 381 src/learn.c mc_config_save_file (mc_global.main_config, NULL); NULL 97 src/main.c const char *current_system_codepage = NULL; NULL 135 src/main.c if (datadir_env != NULL) NULL 203 src/main.c if (sigaction (SIGCHLD, &sigchld_action, NULL) == -1) NULL 229 src/main.c if (sid_str == NULL) NULL 232 src/main.c old_sid = (pid_t) strtol (sid_str, NULL, 0); NULL 251 src/main.c GError *mcerror = NULL; NULL 264 src/main.c str_init_strings (NULL); NULL 286 src/main.c mc_event_deinit (NULL); NULL 300 src/main.c if (mcerror != NULL) NULL 302 src/main.c mc_event_deinit (NULL); NULL 324 src/main.c mc_event_deinit (NULL); NULL 393 src/main.c mc_skin_init (NULL, &mcerror); NULL 399 src/main.c mc_error_message (&mcerror, NULL); NULL 488 src/main.c if (mc_global.mc_run_mode == MC_RUN_FULL && mc_args__last_wd_file != NULL NULL 489 src/main.c && last_wd_string != NULL && !print_last_revert) NULL 512 src/main.c if (macros_list != NULL) NULL 521 src/main.c if (macros != NULL && macros->macro != NULL) NULL 541 src/main.c if (mcerror != NULL) NULL 89 src/selcodepage.c LISTBOX_APPEND_TEXT (listbox, '-', _("- < No translation >"), NULL, FALSE); NULL 96 src/selcodepage.c LISTBOX_APPEND_TEXT (listbox, get_hotkey (i), buffer, NULL, FALSE); NULL 102 src/selcodepage.c LISTBOX_APPEND_TEXT (listbox, hotkey, buffer, NULL, FALSE); NULL 149 src/selcodepage.c ret = errmsg == NULL; NULL 187 src/setup.c char *autodetect_codeset = NULL; NULL 192 src/setup.c char *spell_language = NULL; NULL 196 src/setup.c char *saved_other_dir = NULL; NULL 199 src/setup.c char *last_wd_string = NULL; NULL 227 src/setup.c static char *profile_name = NULL; /* ${XDG_CONFIG_HOME}/mc/ini */ NULL 228 src/setup.c static char *panels_profile_name = NULL; /* ${XDG_CACHE_HOME}/mc/panels.ini */ NULL 240 src/setup.c { NULL, 0 } NULL 252 src/setup.c { NULL, view_listing } NULL 263 src/setup.c { NULL, NULL } NULL 280 src/setup.c { NULL, NULL } NULL 367 src/setup.c { NULL, NULL } NULL 397 src/setup.c { NULL, NULL } NULL 412 src/setup.c { NULL, NULL, NULL } NULL 437 src/setup.c { NULL, NULL } NULL 452 src/setup.c ? grp : NULL; NULL 467 src/setup.c if (tmp_cfg == NULL) NULL 470 src/setup.c groups = mc_config_get_groups (tmp_cfg, NULL); NULL 471 src/setup.c if (*groups == NULL) NULL 478 src/setup.c for (curr_grp = groups; *curr_grp != NULL; curr_grp++) NULL 479 src/setup.c if (setup__is_cfg_group_must_panel_config (*curr_grp) == NULL) NULL 482 src/setup.c mc_config_save_to_file (tmp_cfg, panels_profile_name, NULL); NULL 486 src/setup.c if (tmp_cfg == NULL) NULL 492 src/setup.c for (curr_grp = groups; *curr_grp != NULL; curr_grp++) NULL 497 src/setup.c if (need_grp != NULL) NULL 502 src/setup.c mc_config_save_file (tmp_cfg, NULL); NULL 515 src/setup.c for (i = 0; bool_options[i].opt_name != NULL; i++) NULL 521 src/setup.c for (i = 0; int_options[i].opt_name != NULL; i++) NULL 527 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++) NULL 545 src/setup.c if (kt != NULL && kt[0] != '\0') NULL 561 src/setup.c for (i = 0; panel_types[i].opt_name != NULL; i++) NULL 581 src/setup.c for (i = 0; layout_int_options[i].opt_name != NULL; i++) NULL 586 src/setup.c for (i = 0; layout_bool_options[i].opt_name != NULL; i++) NULL 612 src/setup.c if (terminal == NULL) NULL 615 src/setup.c section_name = g_strconcat ("terminal:", terminal, (char *) NULL); NULL 616 src/setup.c keys = mc_config_get_keys (cfg, section_name, NULL); NULL 618 src/setup.c for (profile_keys = keys; *profile_keys != NULL; profile_keys++) NULL 629 src/setup.c key_code = lookup_key (*profile_keys, NULL); NULL 634 src/setup.c values = mc_config_get_string_list (cfg, section_name, *profile_keys, NULL); NULL 635 src/setup.c if (values != NULL) NULL 639 src/setup.c for (curr_values = values; *curr_values != NULL; curr_values++) NULL 669 src/setup.c for (i = 0; panel_types[i].opt_name != NULL; i++) NULL 691 src/setup.c for (i = 0; panels_ini_options[i].opt_name != NULL; i++) NULL 722 src/setup.c for (i = 0; panels_ini_options[i].opt_name != NULL; i++) NULL 740 src/setup.c for (i = 0; bool_options[i].opt_name != NULL; i++) NULL 745 src/setup.c for (i = 0; int_options[i].opt_name != NULL; i++) NULL 750 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++) NULL 763 src/setup.c for (i = 0; layout_int_options[i].opt_name != NULL; i++) NULL 768 src/setup.c for (i = 0; layout_bool_options[i].opt_name != NULL; i++) NULL 801 src/setup.c if (current_panel != NULL) NULL 805 src/setup.c if (mc_global.panels_config->ini_path == NULL) NULL 811 src/setup.c mc_config_save_file (mc_global.panels_config, NULL); NULL 821 src/setup.c if (profile_name == NULL) NULL 830 src/setup.c inifile = mc_build_filename (mc_global.sysconfig_dir, "mc.ini", (char *) NULL); NULL 839 src/setup.c inifile = mc_build_filename (mc_global.share_data_dir, "mc.ini", (char *) NULL); NULL 874 src/setup.c g_build_filename (mc_global.sysconfig_dir, MC_GLOBAL_CONFIG_FILE, (char *) NULL); NULL 879 src/setup.c g_build_filename (mc_global.share_data_dir, MC_GLOBAL_CONFIG_FILE, (char *) NULL); NULL 955 src/setup.c if (cbuffer != NULL) NULL 1022 src/setup.c ret = mc_config_save_to_file (mc_global.main_config, tmp_profile, NULL); NULL 1052 src/setup.c for (i = 0; str_options[i].opt_name != NULL; i++) NULL 1075 src/setup.c if (mcerror != NULL && *mcerror != NULL) NULL 1079 src/setup.c *mcerror = NULL; NULL 1095 src/setup.c if (mc_global_config != NULL) NULL 1117 src/setup.c if ((buffer != NULL) && (buffer[0] != '\0')) NULL 1121 src/setup.c return NULL; NULL 1144 src/setup.c if (panel->sort_field == NULL) NULL 1150 src/setup.c buffer = mc_config_get_string (mc_global.panels_config, section, "list_format", NULL); NULL 1151 src/setup.c if (buffer == NULL) NULL 1157 src/setup.c for (i = 0; list_formats[i].key != NULL; i++) NULL 1184 src/setup.c mc_config_get_string (mc_global.panels_config, section, "filter_value", NULL); NULL 1206 src/setup.c for (i = 0; list_formats[i].key != NULL; i++) NULL 1229 src/setup.c if (panel->filter.handler != NULL) NULL 125 src/subshell/common.c GString *subshell_prompt = NULL; NULL 205 src/subshell/common.c static GString *subshell_prompt_temp_buffer = NULL; NULL 269 src/subshell/common.c char *init_file = NULL; NULL 368 src/subshell/common.c if (g_getenv ("ZDOTDIR") != NULL) NULL 419 src/subshell/common.c execl (mc_global.shell->path, "bash", "-rcfile", init_file, (char *) NULL); NULL 425 src/subshell/common.c execl (mc_global.shell->path, "zsh", "-Z", "-g", (char *) NULL); NULL 432 src/subshell/common.c execl (mc_global.shell->path, mc_global.shell->path, (char *) NULL); NULL 506 src/subshell/common.c sigprocmask (SIG_SETMASK, &old_mask, NULL); NULL 542 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0) NULL 568 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1) NULL 600 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1) NULL 694 src/subshell/common.c if (subshell_prompt_temp_buffer != NULL) NULL 709 src/subshell/common.c if (subshell_prompt == NULL) NULL 711 src/subshell/common.c if (subshell_prompt_temp_buffer == NULL) NULL 754 src/subshell/common.c wptr = fail_on_error ? &wtime : NULL; NULL 775 src/subshell/common.c if (select (maxfdp + 1, &read_set, NULL, NULL, wptr) == -1) NULL 1051 src/subshell/common.c if (group_info != NULL) NULL 1281 src/subshell/common.c if (select (maxfdp + 1, &read_set, NULL, NULL, &wtime) > 0 NULL 1331 src/subshell/common.c if (openpty (&mc_global.tty.subshell_pty, &subshell_pty_slave, NULL, NULL, NULL)) NULL 1450 src/subshell/common.c if (new_dir_vpath != NULL) NULL 1453 src/subshell/common.c if (command == NULL) /* The user has done "C-o" from MC */ NULL 1516 src/subshell/common.c if (new_dir_vpath != NULL && subshell_alive) NULL 1548 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) NULL 1593 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) NULL 1634 src/subshell/common.c if (subshell_prompt != NULL) NULL 1665 src/subshell/common.c if (subshell_prompt != NULL) NULL 1668 src/subshell/common.c subshell_prompt = NULL; NULL 1671 src/subshell/common.c if (subshell_prompt_temp_buffer != NULL) NULL 1674 src/subshell/common.c subshell_prompt_temp_buffer = NULL; NULL 1722 src/subshell/common.c if (vpath != NULL) NULL 1727 src/subshell/common.c if (translate != NULL) NULL 1768 src/subshell/common.c if (p_subshell_cwd == NULL) NULL 1770 src/subshell/common.c if (p_current_panel_cwd == NULL) NULL 79 src/textconf.c NULL NULL 127 src/textconf.c NULL NULL 170 src/textconf.c for (i = 0; features[i] != NULL; i++) NULL 175 src/textconf.c for (i = 0; vfs_supported[i] != NULL; i++) NULL 76 src/usermenu.c static char *menu = NULL; NULL 86 src/usermenu.c char *e = NULL; NULL 92 src/usermenu.c if (IS_PATH_SEP (*s) && e != NULL) NULL 93 src/usermenu.c e = NULL; /* '.' in *directory* name */ NULL 96 src/usermenu.c if (e != NULL) NULL 227 src/usermenu.c WPanel *panel = NULL; NULL 249 src/usermenu.c if (edit_widget != NULL) NULL 258 src/usermenu.c *condition = panel != NULL && NULL 264 src/usermenu.c if (edit_widget != NULL) NULL 269 src/usermenu.c if (syntax_type != NULL) NULL 279 src/usermenu.c *condition = panel != NULL NULL 285 src/usermenu.c *condition = panel != NULL && test_type (panel, arg); NULL 309 src/usermenu.c static char *msg = NULL; NULL 311 src/usermenu.c if (start == NULL && end == NULL) NULL 314 src/usermenu.c if (debug_flag && msg != NULL) NULL 346 src/usermenu.c if (end == NULL) NULL 411 src/usermenu.c debug_out (&operator, NULL, *result); NULL 415 src/usermenu.c debug_out (NULL, NULL, TRUE); NULL 431 src/usermenu.c char *parameter = NULL; NULL 441 src/usermenu.c if (commands == NULL) NULL 471 src/usermenu.c if (parameter != NULL) NULL 481 src/usermenu.c if (parameter == NULL || *parameter == '\0') NULL 550 src/usermenu.c cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (file_name_vpath), (char *) NULL); NULL 554 src/usermenu.c mcview_viewer (cmd, NULL, 0, 0, 0); NULL 698 src/usermenu.c *v = NULL; NULL 703 src/usermenu.c const char *dots = NULL; NULL 715 src/usermenu.c if (dots == NULL || dots == q + 5) NULL 729 src/usermenu.c if (value != NULL) NULL 744 src/usermenu.c WPanel *panel = NULL; NULL 746 src/usermenu.c const char *fname = NULL; NULL 761 src/usermenu.c if (edit_widget != NULL) NULL 816 src/usermenu.c if (panel != NULL) NULL 828 src/usermenu.c if (edit_widget != NULL) NULL 837 src/usermenu.c if (edit_widget != NULL) NULL 846 src/usermenu.c if (edit_widget != NULL) NULL 851 src/usermenu.c if (syntax_type != NULL) NULL 862 src/usermenu.c if (edit_widget != NULL) NULL 880 src/usermenu.c if (edit_widget != NULL) NULL 888 src/usermenu.c if (menu != NULL) NULL 895 src/usermenu.c if (panel == NULL || panel->marked == 0) NULL 909 src/usermenu.c if (panel == NULL) NULL 967 src/usermenu.c if (menu_file != NULL) NULL 970 src/usermenu.c menu = g_strdup (edit_widget != NULL ? EDIT_LOCAL_MENU : MC_LOCAL_MENU); NULL 973 src/usermenu.c if (menu_file != NULL) NULL 982 src/usermenu.c if (edit_widget != NULL) NULL 992 src/usermenu.c edit_widget != NULL ? EDIT_GLOBAL_MENU : MC_GLOBAL_MENU, NULL 993 src/usermenu.c (char *) NULL); NULL 999 src/usermenu.c edit_widget != NULL ? EDIT_GLOBAL_MENU : MC_GLOBAL_MENU, NULL 1000 src/usermenu.c (char *) NULL); NULL 1006 src/usermenu.c edit_widget != NULL ? EDIT_GLOBAL_MENU : MC_GLOBAL_MENU, NULL 1007 src/usermenu.c (char *) NULL); NULL 1013 src/usermenu.c if (!g_file_get_contents (menu, &data, NULL, NULL)) NULL 1023 src/usermenu.c entries = NULL; NULL 1036 src/usermenu.c if (new_entries == NULL) NULL 1042 src/usermenu.c *new_entries = NULL; NULL 1045 src/usermenu.c if (col == 0 && entries[menu_lines] == NULL) NULL 1103 src/usermenu.c if (entries[menu_lines] != NULL) NULL 254 src/vfs/cpio/cpio.c s = g_strconcat (super->name, decompress_extension (type), (char *) NULL); NULL 379 src/vfs/cpio/cpio.c struct vfs_s_inode *inode = NULL; NULL 381 src/vfs/cpio/cpio.c struct vfs_s_entry *entry = NULL; NULL 416 src/vfs/cpio/cpio.c defer_inode i = { st->st_ino, st->st_dev, NULL }; NULL 420 src/vfs/cpio/cpio.c if (l != NULL) NULL 428 src/vfs/cpio/cpio.c inode = NULL; NULL 440 src/vfs/cpio/cpio.c if (tn == NULL) NULL 457 src/vfs/cpio/cpio.c if (entry != NULL) NULL 493 src/vfs/cpio/cpio.c if (root != NULL) NULL 495 src/vfs/cpio/cpio.c if (inode == NULL) NULL 525 src/vfs/cpio/cpio.c if (inode != NULL) NULL 820 src/vfs/cpio/cpio.c return (stat_result == 0 ? &sb : NULL); NULL 837 src/vfs/cpio/cpio.c if (parc != NULL && CPIO_SUPER (parc)->st.st_mtime < archive_stat->st_mtime) NULL 896 src/vfs/cpio/cpio.c vfs_cpiofs_ops->setctl = NULL; NULL 100 src/vfs/extfs/extfs.c static GArray *extfs_plugins = NULL; NULL 133 src/vfs/extfs/extfs.c if (local_name_vpath != NULL) NULL 174 src/vfs/extfs/extfs.c g_strconcat (a->name != NULL ? a->name : "", PATH_SEP_STR, info->prefix, NULL 175 src/vfs/extfs/extfs.c VFS_PATH_URL_DELIMITER, (char *) NULL); NULL 188 src/vfs/extfs/extfs.c return (ar->name != NULL && strcmp (ar->name, archive_name) == 0) ? 0 : 1; NULL 211 src/vfs/extfs/extfs.c st.st_mtime = time (NULL); NULL 218 src/vfs/extfs/extfs.c if (parent != NULL) NULL 247 src/vfs/extfs/extfs.c while ((pent != NULL) && (c != '\0') && (*p != '\0')) NULL 250 src/vfs/extfs/extfs.c if (q == NULL) NULL 263 src/vfs/extfs/extfs.c if (pent == NULL) NULL 266 src/vfs/extfs/extfs.c return NULL; NULL 273 src/vfs/extfs/extfs.c return NULL; NULL 278 src/vfs/extfs/extfs.c pent = pl != NULL ? VFS_ENTRY (pl->data) : NULL; NULL 279 src/vfs/extfs/extfs.c if (pent != NULL && q + 1 > name_end) NULL 288 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKDIR) != 0) NULL 290 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKFILE) != 0) NULL 299 src/vfs/extfs/extfs.c if (pent == NULL) NULL 314 src/vfs/extfs/extfs.c res = extfs_find_entry_int (dir, name, NULL, flags); NULL 315 src/vfs/extfs/extfs.c if (res == NULL) NULL 341 src/vfs/extfs/extfs.c if (ino->localname != NULL) NULL 357 src/vfs/extfs/extfs.c if (archive->local_name != NULL) NULL 400 src/vfs/extfs/extfs.c char *current_file_name = NULL, *current_link_name = NULL; NULL 403 src/vfs/extfs/extfs.c if (vfs_parse_ls_lga (file_name, &hstat, ¤t_file_name, ¤t_link_name, NULL)) NULL 410 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; NULL 421 src/vfs/extfs/extfs.c if (p == NULL) NULL 435 src/vfs/extfs/extfs.c if (pent == NULL) NULL 442 src/vfs/extfs/extfs.c if (pent != NULL) NULL 455 src/vfs/extfs/extfs.c if (!S_ISLNK (hstat.st_mode) && (current_link_name != NULL)) NULL 458 src/vfs/extfs/extfs.c if (pent == NULL) NULL 486 src/vfs/extfs/extfs.c if (current_link_name == NULL && S_ISLNK (hstat.st_mode)) NULL 493 src/vfs/extfs/extfs.c if (current_link_name != NULL && S_ISLNK (hstat.st_mode)) NULL 496 src/vfs/extfs/extfs.c current_link_name = NULL; NULL 516 src/vfs/extfs/extfs.c mc_pipe_t *result = NULL; NULL 518 src/vfs/extfs/extfs.c char *cmd = NULL; NULL 522 src/vfs/extfs/extfs.c char *tmp = NULL; NULL 523 src/vfs/extfs/extfs.c vfs_path_t *local_name_vpath = NULL; NULL 524 src/vfs/extfs/extfs.c const char *local_last_path = NULL; NULL 540 src/vfs/extfs/extfs.c if (local_name_vpath == NULL) NULL 545 src/vfs/extfs/extfs.c if (local_last_path == NULL) NULL 549 src/vfs/extfs/extfs.c if (local_last_path != NULL) NULL 550 src/vfs/extfs/extfs.c cmd = g_strconcat (info->path, info->prefix, " list ", local_last_path, (char *) NULL); NULL 551 src/vfs/extfs/extfs.c else if (tmp != NULL) NULL 553 src/vfs/extfs/extfs.c cmd = g_strconcat (info->path, info->prefix, " list ", tmp, (char *) NULL); NULL 557 src/vfs/extfs/extfs.c if (cmd != NULL) NULL 563 src/vfs/extfs/extfs.c if (result == NULL) NULL 565 src/vfs/extfs/extfs.c if (local_name_vpath != NULL) NULL 586 src/vfs/extfs/extfs.c root_entry = extfs_generate_entry (current_archive, PATH_SEP_STR, NULL, mode); NULL 613 src/vfs/extfs/extfs.c GString *err_msg = NULL; NULL 614 src/vfs/extfs/extfs.c GString *remain_file_name = NULL; NULL 624 src/vfs/extfs/extfs.c if (*error != NULL) NULL 630 src/vfs/extfs/extfs.c if (err_msg == NULL) NULL 649 src/vfs/extfs/extfs.c while (ret != -1 && (buffer = mc_pstream_get_string (&pip->out)) != NULL) NULL 660 src/vfs/extfs/extfs.c if (remain_file_name != NULL) NULL 665 src/vfs/extfs/extfs.c remain_file_name = NULL; NULL 672 src/vfs/extfs/extfs.c if (remain_file_name == NULL) NULL 689 src/vfs/extfs/extfs.c if (remain_file_name != NULL) NULL 692 src/vfs/extfs/extfs.c if (err_msg != NULL) NULL 694 src/vfs/extfs/extfs.c if (*error == NULL) NULL 736 src/vfs/extfs/extfs.c GError *error = NULL; NULL 742 src/vfs/extfs/extfs.c if (pip == NULL) NULL 758 src/vfs/extfs/extfs.c if (error != NULL) NULL 764 src/vfs/extfs/extfs.c mc_pclose (pip, NULL); NULL 782 src/vfs/extfs/extfs.c struct extfs_super_t *a = NULL; NULL 788 src/vfs/extfs/extfs.c return NULL; NULL 794 src/vfs/extfs/extfs.c if (parc != NULL) NULL 810 src/vfs/extfs/extfs.c return NULL; NULL 829 src/vfs/extfs/extfs.c for (e = entry; e->dir != NULL; e = e->dir->ent) NULL 832 src/vfs/extfs/extfs.c if (e->dir->ent->dir != NULL) NULL 844 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; NULL 849 src/vfs/extfs/extfs.c if (g_slist_find (list, entry) != NULL) NULL 862 src/vfs/extfs/extfs.c if (pent == NULL) NULL 878 src/vfs/extfs/extfs.c res = extfs_resolve_symlinks_int (entry, NULL); NULL 879 src/vfs/extfs/extfs.c if (res == NULL) NULL 896 src/vfs/extfs/extfs.c if (archive->local_name != NULL) NULL 901 src/vfs/extfs/extfs.c if (archive_name == NULL || *archive_name == '\0') NULL 931 src/vfs/extfs/extfs.c GError *error = NULL; NULL 947 src/vfs/extfs/extfs.c quoted_archive_name, " ", file, " ", quoted_localname, (char *) NULL); NULL 956 src/vfs/extfs/extfs.c if (pip == NULL) NULL 964 src/vfs/extfs/extfs.c if (error != NULL) NULL 973 src/vfs/extfs/extfs.c mc_pclose (pip, NULL); NULL 983 src/vfs/extfs/extfs.c struct extfs_super_t *archive = NULL; NULL 990 src/vfs/extfs/extfs.c if (p == NULL) NULL 999 src/vfs/extfs/extfs.c g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL); NULL 1012 src/vfs/extfs/extfs.c struct extfs_super_t *archive = NULL; NULL 1019 src/vfs/extfs/extfs.c if (q == NULL) NULL 1020 src/vfs/extfs/extfs.c return NULL; NULL 1022 src/vfs/extfs/extfs.c if ((entry == NULL) && ((flags & O_CREAT) != 0)) NULL 1026 src/vfs/extfs/extfs.c created = (entry != NULL); NULL 1029 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1030 src/vfs/extfs/extfs.c return NULL; NULL 1032 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1033 src/vfs/extfs/extfs.c return NULL; NULL 1036 src/vfs/extfs/extfs.c ERRNOR (EISDIR, NULL); NULL 1038 src/vfs/extfs/extfs.c if (entry->ino->localname == NULL) NULL 1046 src/vfs/extfs/extfs.c return NULL; NULL 1056 src/vfs/extfs/extfs.c return NULL; NULL 1072 src/vfs/extfs/extfs.c ERRNOR (EIO, NULL); NULL 1120 src/vfs/extfs/extfs.c file->ino->st.st_mtime = time (NULL); NULL 1146 src/vfs/extfs/extfs.c struct extfs_super_t *archive = NULL; NULL 1152 src/vfs/extfs/extfs.c if (q == NULL) NULL 1153 src/vfs/extfs/extfs.c return NULL; NULL 1155 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1156 src/vfs/extfs/extfs.c return NULL; NULL 1158 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1159 src/vfs/extfs/extfs.c return NULL; NULL 1161 src/vfs/extfs/extfs.c ERRNOR (ENOTDIR, NULL); NULL 1177 src/vfs/extfs/extfs.c if (*info == NULL) NULL 1178 src/vfs/extfs/extfs.c return NULL; NULL 1180 src/vfs/extfs/extfs.c dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0); /* FIXME: inode */ NULL 1224 src/vfs/extfs/extfs.c if (q == NULL) NULL 1227 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1232 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1280 src/vfs/extfs/extfs.c if (q == NULL) NULL 1283 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1346 src/vfs/extfs/extfs.c if (q == NULL) NULL 1349 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1352 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1388 src/vfs/extfs/extfs.c if (q == NULL) NULL 1391 src/vfs/extfs/extfs.c if (entry != NULL) NULL 1397 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1400 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1430 src/vfs/extfs/extfs.c if (q == NULL) NULL 1433 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1436 src/vfs/extfs/extfs.c if (entry == NULL) NULL 1467 src/vfs/extfs/extfs.c if (data == NULL) NULL 1489 src/vfs/extfs/extfs.c struct extfs_super_t *archive = NULL; NULL 1493 src/vfs/extfs/extfs.c return (p == NULL ? NULL : (vfsid) archive); NULL 1505 src/vfs/extfs/extfs.c if (fh == NULL) NULL 1506 src/vfs/extfs/extfs.c return NULL; NULL 1507 src/vfs/extfs/extfs.c if (fh->ino->localname == NULL) NULL 1510 src/vfs/extfs/extfs.c return NULL; NULL 1526 src/vfs/extfs/extfs.c if (fh == NULL) NULL 1554 src/vfs/extfs/extfs.c dirname = g_build_path (PATH_SEP_STR, where, MC_EXTFS_DIR, (char *) NULL); NULL 1555 src/vfs/extfs/extfs.c dir = g_dir_open (dirname, 0, NULL); NULL 1560 src/vfs/extfs/extfs.c if (dir == NULL) NULL 1568 src/vfs/extfs/extfs.c if (extfs_plugins == NULL) NULL 1571 src/vfs/extfs/extfs.c while ((filename = g_dir_read_name (dir)) != NULL) NULL 1598 src/vfs/extfs/extfs.c info.path = g_strconcat (dirname, PATH_SEP_STR, (char *) NULL); NULL 1667 src/vfs/extfs/extfs.c while (VFS_SUBCLASS (me)->supers != NULL) NULL 1670 src/vfs/extfs/extfs.c if (extfs_plugins == NULL) NULL 1707 src/vfs/extfs/extfs.c vfs_init_subclass (&extfs_subclass, "extfs", VFSF_UNKNOWN, NULL); NULL 197 src/vfs/fish/fish.c char *scr_filename = NULL; NULL 203 src/vfs/fish/fish.c script_name, (char *) NULL); NULL 205 src/vfs/fish/fish.c g_file_get_contents (scr_filename, &scr_content, &scr_len, NULL); NULL 208 src/vfs/fish/fish.c if (scr_content == NULL) NULL 211 src/vfs/fish/fish.c g_build_path (PATH_SEP_STR, LIBEXECDIR, FISH_PREFIX, script_name, (char *) NULL); NULL 212 src/vfs/fish/fish.c g_file_get_contents (scr_filename, &scr_content, &scr_len, NULL); NULL 216 src/vfs/fish/fish.c if (scr_content != NULL) NULL 253 src/vfs/fish/fish.c if (string_buf != NULL) NULL 262 src/vfs/fish/fish.c if (string_buf != NULL) NULL 279 src/vfs/fish/fish.c if (logfile != NULL) NULL 298 src/vfs/fish/fish.c NULL, sizeof (reply_str) - 1); NULL 533 src/vfs/fish/fish.c if (super->path_element->user != NULL) NULL 546 src/vfs/fish/fish.c argv[i++] = NULL; NULL 564 src/vfs/fish/fish.c if (strstr (answer, "assword") != NULL) NULL 573 src/vfs/fish/fish.c if (super->path_element->password == NULL) NULL 580 src/vfs/fish/fish.c if (op == NULL) NULL 651 src/vfs/fish/fish.c PATH_SEP_STR, (char *) NULL); NULL 735 src/vfs/fish/fish.c if (path_element->user == NULL) NULL 754 src/vfs/fish/fish.c struct vfs_s_entry *ent = NULL; NULL 762 src/vfs/fish/fish.c if (me->logfile == NULL) NULL 775 src/vfs/fish/fish.c ent = vfs_s_generate_entry (me, NULL, dir, 0); NULL 789 src/vfs/fish/fish.c if (me->logfile != NULL) NULL 799 src/vfs/fish/fish.c if (ent->name != NULL) NULL 802 src/vfs/fish/fish.c ent = vfs_s_generate_entry (me, NULL, dir, 0); NULL 838 src/vfs/fish/fish.c if (linkname == NULL) NULL 885 src/vfs/fish/fish.c ST.st_size = (off_t) g_ascii_strtoll (buffer + 1, NULL, 10); NULL 1065 src/vfs/fish/fish.c if (fish_get_reply (me, fish_super->sockr, NULL, 0) != COMPLETE) NULL 1071 src/vfs/fish/fish.c fish_get_reply (me, fish_super->sockr, NULL, 0); NULL 1086 src/vfs/fish/fish.c if (name == NULL) NULL 1111 src/vfs/fish/fish.c fish->total = (off_t) strtol (reply_str, NULL, 10); NULL 1113 src/vfs/fish/fish.c fish->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10); NULL 1145 src/vfs/fish/fish.c if (fish_get_reply (me, FISH_SUPER (super)->sockr, NULL, 0) != COMPLETE) NULL 1174 src/vfs/fish/fish.c else if (fish_get_reply (me, FISH_SUPER (super)->sockr, NULL, 0) != COMPLETE) NULL 1238 src/vfs/fish/fish.c if (crpath1 == NULL) NULL 1242 src/vfs/fish/fish.c if (crpath2 == NULL) NULL 1272 src/vfs/fish/fish.c if (crpath1 == NULL) NULL 1276 src/vfs/fish/fish.c if (crpath2 == NULL) NULL 1307 src/vfs/fish/fish.c if (crpath == NULL) NULL 1373 src/vfs/fish/fish.c if (crpath == NULL) NULL 1403 src/vfs/fish/fish.c if (pw == NULL) NULL 1407 src/vfs/fish/fish.c if (gr == NULL) NULL 1416 src/vfs/fish/fish.c if (crpath == NULL) NULL 1479 src/vfs/fish/fish.c if (crpath == NULL) NULL 1527 src/vfs/fish/fish.c if (crpath == NULL) NULL 1555 src/vfs/fish/fish.c if (crpath == NULL) NULL 1585 src/vfs/fish/fish.c if (crpath == NULL) NULL 1620 src/vfs/fish/fish.c if (crpath == NULL) NULL 1663 src/vfs/fish/fish.c if (fh->ino->localname == NULL) NULL 1665 src/vfs/fish/fish.c vfs_path_t *vpath = NULL; NULL 1678 src/vfs/fish/fish.c if (fh->ino->localname == NULL && vfs_s_retrieve_file (me, fh->ino) == -1) NULL 1681 src/vfs/fish/fish.c if (fh->ino->localname == NULL) NULL 1693 src/vfs/fish/fish.c for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter)) NULL 1721 src/vfs/fish/fish.c PATH_SEP_STR, super->path_element->path, (char *) NULL); NULL 139 src/vfs/ftpfs/ftpfs.c char *ftpfs_anonymous_passwd = NULL; NULL 143 src/vfs/ftpfs/ftpfs.c char *ftpfs_proxy_host = NULL; NULL 243 src/vfs/ftpfs/ftpfs.c static GSList *no_proxy = NULL; NULL 246 src/vfs/ftpfs/ftpfs.c static char *netrc = NULL; NULL 309 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) NULL 327 src/vfs/ftpfs/ftpfs.c if (p != NULL && IS_PATH_SEP (p[1])) NULL 332 src/vfs/ftpfs/ftpfs.c if ((p != NULL) && (*(p + 1) == '.') && (*(p + 2) == '\0')) NULL 358 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL) NULL 364 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL) NULL 368 src/vfs/ftpfs/ftpfs.c if (ftpfs_use_netrc && path_element->password == NULL) NULL 370 src/vfs/ftpfs/ftpfs.c char *new_user = NULL; NULL 371 src/vfs/ftpfs/ftpfs.c char *new_passwd = NULL; NULL 376 src/vfs/ftpfs/ftpfs.c if (new_user != NULL && strcmp (path_element->user, new_user) != 0) NULL 398 src/vfs/ftpfs/ftpfs.c if (string_buf != NULL) NULL 408 src/vfs/ftpfs/ftpfs.c if (string_buf != NULL) NULL 421 src/vfs/ftpfs/ftpfs.c if (string_buf != NULL) NULL 431 src/vfs/ftpfs/ftpfs.c if (string_buf != NULL) NULL 455 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = NULL; NULL 459 src/vfs/ftpfs/ftpfs.c if (cwdir == NULL) NULL 493 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) NULL 542 src/vfs/ftpfs/ftpfs.c (wait_reply & WANT_STRING) != 0 ? reply_str : NULL, NULL 625 src/vfs/ftpfs/ftpfs.c if (super->path_element->password != NULL) /* explicit password */ NULL 627 src/vfs/ftpfs/ftpfs.c else if (netrcpass != NULL) /* password from netrc */ NULL 632 src/vfs/ftpfs/ftpfs.c if (ftpfs_anonymous_passwd == NULL) /* default anonymous password */ NULL 644 src/vfs/ftpfs/ftpfs.c if (op == NULL) NULL 649 src/vfs/ftpfs/ftpfs.c if (!anon || me->logfile != NULL) NULL 653 src/vfs/ftpfs/ftpfs.c pass = g_strconcat ("-", op, (char *) NULL); NULL 658 src/vfs/ftpfs/ftpfs.c if (ftp_super->proxy != NULL) NULL 663 src/vfs/ftpfs/ftpfs.c (char *) NULL); NULL 672 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL; NULL 673 src/vfs/ftpfs/ftpfs.c if (strstr (reply_up, " SPFTP/1.0.0000 SERVER ") != NULL) /* handles `LIST -la` in a weird way */ NULL 677 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) NULL 700 src/vfs/ftpfs/ftpfs.c if (op == NULL) NULL 720 src/vfs/ftpfs/ftpfs.c super->path_element->password = NULL; NULL 742 src/vfs/ftpfs/ftpfs.c mc_file = g_build_filename (mc_global.sysconfig_dir, "mc.no_proxy", (char *) NULL); NULL 748 src/vfs/ftpfs/ftpfs.c if (npf != NULL) NULL 752 src/vfs/ftpfs/ftpfs.c while (fgets (s, sizeof (s), npf) != NULL) NULL 757 src/vfs/ftpfs/ftpfs.c if (p == NULL) /* skip bogus entries */ NULL 785 src/vfs/ftpfs/ftpfs.c if (ftpfs_proxy_host == NULL || *ftpfs_proxy_host == '\0' || host == NULL || *host == '\0') NULL 794 src/vfs/ftpfs/ftpfs.c if (strchr (host, '.') == NULL) NULL 797 src/vfs/ftpfs/ftpfs.c if (no_proxy == NULL) NULL 803 src/vfs/ftpfs/ftpfs.c for (npe = no_proxy; npe != NULL; npe = g_slist_next (npe)) NULL 840 src/vfs/ftpfs/ftpfs.c path_element->host = NULL; NULL 852 src/vfs/ftpfs/ftpfs.c char *host = NULL; NULL 859 src/vfs/ftpfs/ftpfs.c if (super->path_element->host == NULL || *super->path_element->host == '\0') NULL 868 src/vfs/ftpfs/ftpfs.c if (FTP_SUPER (super)->proxy != NULL) NULL 913 src/vfs/ftpfs/ftpfs.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) NULL 919 src/vfs/ftpfs/ftpfs.c if (curr_res->ai_next != NULL) NULL 941 src/vfs/ftpfs/ftpfs.c else if (res->ai_next == NULL) NULL 966 src/vfs/ftpfs/ftpfs.c if (ftp_super->proxy != NULL) NULL 977 src/vfs/ftpfs/ftpfs.c if (ftpfs_login_server (me, super, NULL)) NULL 1012 src/vfs/ftpfs/ftpfs.c if (ftp_super->current_dir == NULL) NULL 1068 src/vfs/ftpfs/ftpfs.c char *bufp = NULL; NULL 1074 src/vfs/ftpfs/ftpfs.c if (bufp == NULL) NULL 1094 src/vfs/ftpfs/ftpfs.c return g_strconcat (PATH_SEP_STR, bufp, (char *) NULL); NULL 1103 src/vfs/ftpfs/ftpfs.c return NULL; NULL 1159 src/vfs/ftpfs/ftpfs.c if (c == NULL) NULL 1237 src/vfs/ftpfs/ftpfs.c if (addr == NULL) NULL 1241 src/vfs/ftpfs/ftpfs.c getnameinfo ((struct sockaddr *) &data_addr, data_addrlen, addr, NI_MAXHOST, NULL, 0, NULL 1440 src/vfs/ftpfs/ftpfs.c NULL ? ftpfs_use_passive_connections_over_proxy : ftpfs_use_passive_connections; NULL 1479 src/vfs/ftpfs/ftpfs.c if (remote == NULL) NULL 1556 src/vfs/ftpfs/ftpfs.c if (select (dsock + 1, &mask, NULL, NULL, NULL) > 0) NULL 1582 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) == TRANSIENT) && (code == 426)) NULL 1583 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); NULL 1602 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fel->s.st_mode) && fel->linkname != NULL) NULL 1626 src/vfs/ftpfs/ftpfs.c if (fe != NULL) NULL 1682 src/vfs/ftpfs/ftpfs.c if (strchr (dir->remote_path, ' ') == NULL) NULL 1702 src/vfs/ftpfs/ftpfs.c if (fp == NULL) NULL 1725 src/vfs/ftpfs/ftpfs.c if (fgets (buffer, sizeof (buffer), fp) == NULL) NULL 1728 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) NULL 1736 src/vfs/ftpfs/ftpfs.c if (vfs_parse_ls_lga (buffer, &s, &filename, NULL)) NULL 1752 src/vfs/ftpfs/ftpfs.c if (fe->l_stat == NULL) NULL 1767 src/vfs/ftpfs/ftpfs.c while (fgets (buffer, sizeof (buffer), fp) != NULL) NULL 1771 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0); NULL 1799 src/vfs/ftpfs/ftpfs.c GSList *dirlist = NULL; NULL 1805 src/vfs/ftpfs/ftpfs.c || (strchr (remote_path, ' ') != NULL); NULL 1833 src/vfs/ftpfs/ftpfs.c path = g_strconcat (remote_path, PATH_SEP_STR ".", (char *) NULL); NULL 1864 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); NULL 1870 src/vfs/ftpfs/ftpfs.c if (me->logfile != NULL) NULL 1883 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)) NULL 1889 src/vfs/ftpfs/ftpfs.c if (dirlist == NULL && !cd_first) NULL 1910 src/vfs/ftpfs/ftpfs.c for (iter = entlist; iter != NULL; iter = g_slist_next (iter)) NULL 2016 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE) NULL 2026 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); NULL 2038 src/vfs/ftpfs/ftpfs.c if (name == NULL) NULL 2075 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE)) NULL 2134 src/vfs/ftpfs/ftpfs.c if (rpath == NULL) NULL 2240 src/vfs/ftpfs/ftpfs.c return (FTP_SUPER (super)->current_dir != NULL NULL 2337 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL) NULL 2353 src/vfs/ftpfs/ftpfs.c if (name == NULL) NULL 2371 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname != NULL) NULL 2379 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL && vfs_s_retrieve_file (me, fh->ino) == -1) NULL 2382 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL) NULL 2392 src/vfs/ftpfs/ftpfs.c if (fh->handle != -1 && fh->ino->localname == NULL) NULL 2403 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp->sock, NULL, 0) != COMPLETE) NULL 2431 src/vfs/ftpfs/ftpfs.c for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter)) NULL 2451 src/vfs/ftpfs/ftpfs.c "login", "password", "passwd", "account", "macdef", NULL NULL 2488 src/vfs/ftpfs/ftpfs.c for (i = NETRC_DEFAULT; keywords[i - 1] != NULL; i++) NULL 2529 src/vfs/ftpfs/ftpfs.c if (host == NULL) NULL 2531 src/vfs/ftpfs/ftpfs.c if (domain == NULL) NULL 2568 src/vfs/ftpfs/ftpfs.c if (host_domain == NULL) NULL 2596 src/vfs/ftpfs/ftpfs.c char *tmp_pass = NULL; NULL 2605 src/vfs/ftpfs/ftpfs.c } *rup_cache = NULL, *rupp; NULL 2612 src/vfs/ftpfs/ftpfs.c for (rupp = rup_cache; rupp != NULL; rupp = rupp->next) NULL 2621 src/vfs/ftpfs/ftpfs.c netrcname = g_build_filename (mc_config_get_home_dir (), ".netrc", (char *) NULL); NULL 2622 src/vfs/ftpfs/ftpfs.c if (!g_file_get_contents (netrcname, &netrc, NULL, NULL)) NULL 2635 src/vfs/ftpfs/ftpfs.c if (domain == NULL) NULL 2659 src/vfs/ftpfs/ftpfs.c if (*login != NULL) NULL 2678 src/vfs/ftpfs/ftpfs.c if (*login != NULL && NULL 2687 src/vfs/ftpfs/ftpfs.c if (tmp_pass == NULL) NULL 2739 src/vfs/ftpfs/ftpfs.c if (ftpfs_anonymous_passwd == NULL) NULL 63 src/vfs/ftpfs/ftpfs_parse_ls.c #define NEXT_TOKEN strtok (NULL, " \t") NULL 65 src/vfs/ftpfs/ftpfs_parse_ls.c #define NEXT_TOKEN_R strtok_r (NULL, " \t", &next) NULL 278 src/vfs/ftpfs/ftpfs_parse_ls.c char *next = NULL; NULL 289 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 292 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) NULL 295 src/vfs/ftpfs/ftpfs_parse_ls.c if (vfs_parse_fileperms (t + 1, NULL, &mode)) NULL 302 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 308 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 318 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 331 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 357 src/vfs/ftpfs/ftpfs_parse_ls.c if (day_of_month == NULL) NULL 363 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 387 src/vfs/ftpfs/ftpfs_parse_ls.c name = strtok_r (NULL, "", &next); NULL 388 src/vfs/ftpfs/ftpfs_parse_ls.c if (name == NULL) NULL 396 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 401 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) NULL 428 src/vfs/ftpfs/ftpfs_parse_ls.c if (strchr ("bcpsD", line[0]) != NULL) /* block, char, pipe, socket, Door. */ NULL 460 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 470 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 477 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 510 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); NULL 511 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 519 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 547 src/vfs/ftpfs/ftpfs_parse_ls.c const char *name = NULL; NULL 568 src/vfs/ftpfs/ftpfs_parse_ls.c while (scan != NULL && scan_len > 0) NULL 577 src/vfs/ftpfs/ftpfs_parse_ls.c scan = NULL; NULL 605 src/vfs/ftpfs/ftpfs_parse_ls.c name = NULL; NULL 606 src/vfs/ftpfs/ftpfs_parse_ls.c scan = NULL; NULL 609 src/vfs/ftpfs/ftpfs_parse_ls.c if (scan == NULL || scan_len == 0) NULL 613 src/vfs/ftpfs/ftpfs_parse_ls.c if (comma == NULL) NULL 620 src/vfs/ftpfs/ftpfs_parse_ls.c if (name == NULL || !type_known) NULL 624 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 657 src/vfs/ftpfs/ftpfs_parse_ls.c const char *name = NULL; NULL 660 src/vfs/ftpfs/ftpfs_parse_ls.c const char *owner = NULL; NULL 661 src/vfs/ftpfs/ftpfs_parse_ls.c const char *group = NULL; NULL 668 src/vfs/ftpfs/ftpfs_parse_ls.c if (space != NULL) NULL 677 src/vfs/ftpfs/ftpfs_parse_ls.c if (space == NULL) NULL 683 src/vfs/ftpfs/ftpfs_parse_ls.c for (tok = strtok (line, ";"); tok != NULL; tok = strtok (NULL, ";")) NULL 760 src/vfs/ftpfs/ftpfs_parse_ls.c if (owner == NULL) NULL 766 src/vfs/ftpfs/ftpfs_parse_ls.c if (group == NULL) NULL 771 src/vfs/ftpfs/ftpfs_parse_ls.c if (name == NULL || name[0] == '\0' || type == UNKNOWN) NULL 775 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 801 src/vfs/ftpfs/ftpfs_parse_ls.c if (owner != NULL) NULL 803 src/vfs/ftpfs/ftpfs_parse_ls.c if (group != NULL) NULL 832 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 837 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 843 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 853 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 859 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 872 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 879 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); NULL 880 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 887 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 890 src/vfs/ftpfs/ftpfs_parse_ls.c if (slash != NULL) NULL 932 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 940 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 948 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 960 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 976 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); NULL 977 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 984 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 1002 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1005 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) NULL 1010 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_fileperms (t + 1, NULL, &mode)) NULL 1016 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1025 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1029 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1041 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1047 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1056 src/vfs/ftpfs/ftpfs_parse_ls.c if (day_of_month == NULL) NULL 1063 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) NULL 1079 src/vfs/ftpfs/ftpfs_parse_ls.c name = strtok (NULL, ""); NULL 1080 src/vfs/ftpfs/ftpfs_parse_ls.c if (name == NULL) NULL 1085 src/vfs/ftpfs/ftpfs_parse_ls.c *linkname = NULL; NULL 1090 src/vfs/ftpfs/ftpfs_parse_ls.c for (arrow = name; (arrow = strstr (arrow, " -> ")) != NULL; arrow++) NULL 1115 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_line_parser guessed_parser = NULL; NULL 1116 src/vfs/ftpfs/ftpfs_parse_ls.c GSList **the_set = NULL; NULL 1117 src/vfs/ftpfs/ftpfs_parse_ls.c int *the_err = NULL; NULL 1123 src/vfs/ftpfs/ftpfs_parse_ls.c if (err_ret != NULL) NULL 1129 src/vfs/ftpfs/ftpfs_parse_ls.c for (bufp = buf; bufp != NULL; bufp = g_slist_next (bufp)) NULL 1145 src/vfs/ftpfs/ftpfs_parse_ls.c if (guessed_parser == NULL) NULL 1157 src/vfs/ftpfs/ftpfs_parse_ls.c info = vfs_s_generate_entry (me, NULL, dir, 0); NULL 1161 src/vfs/ftpfs/ftpfs_parse_ls.c if (ok && strchr (info->name, '/') == NULL) NULL 1198 src/vfs/ftpfs/ftpfs_parse_ls.c info = vfs_s_generate_entry (me, NULL, dir, 0); NULL 1202 src/vfs/ftpfs/ftpfs_parse_ls.c if (ok && strchr (info->name, '/') == NULL) NULL 1214 src/vfs/ftpfs/ftpfs_parse_ls.c if (the_set == NULL) NULL 1225 src/vfs/ftpfs/ftpfs_parse_ls.c for (bufp = set[i]; bufp != NULL; bufp = g_slist_next (bufp)) NULL 1231 src/vfs/ftpfs/ftpfs_parse_ls.c if (err_ret != NULL && the_err != NULL) NULL 1234 src/vfs/ftpfs/ftpfs_parse_ls.c return the_set != NULL ? g_slist_reverse (*the_set) : NULL; NULL 90 src/vfs/local/local.c DIR *dir = NULL; NULL 100 src/vfs/local/local.c while (dir == NULL) NULL 103 src/vfs/local/local.c if (dir == NULL) NULL 104 src/vfs/local/local.c return NULL; NULL 106 src/vfs/local/local.c if (readdir (dir) == NULL && errno == EINTR) NULL 109 src/vfs/local/local.c dir = NULL; NULL 130 src/vfs/local/local.c return (d != NULL ? vfs_dirent_init (NULL, d->d_name, d->d_ino) : NULL); NULL 252 src/vfs/local/local.c if (data == NULL) NULL 382 src/vfs/local/local.c if (data == NULL) NULL 410 src/vfs/local/local.c if (data == NULL) NULL 465 src/vfs/local/local.c vfs_init_class (vfs_local_ops, "localfs", VFSF_LOCAL, NULL); NULL 107 src/vfs/sfs/sfs.c static GSList *head = NULL; NULL 144 src/vfs/sfs/sfs.c GError *error = NULL; NULL 169 src/vfs/sfs/sfs.c if (s == NULL) NULL 185 src/vfs/sfs/sfs.c const char *ptr = NULL; NULL 207 src/vfs/sfs/sfs.c if (ptr != NULL) NULL 224 src/vfs/sfs/sfs.c if (pip == NULL) NULL 232 src/vfs/sfs/sfs.c if (error != NULL) NULL 236 src/vfs/sfs/sfs.c mc_pclose (pip, NULL); NULL 243 src/vfs/sfs/sfs.c mc_pclose (pip, NULL); NULL 261 src/vfs/sfs/sfs.c if (cur != NULL) NULL 302 src/vfs/sfs/sfs.c return NULL; NULL 375 src/vfs/sfs/sfs.c return (vfsid) (cur != NULL ? cur->data : NULL); NULL 388 src/vfs/sfs/sfs.c if (cur == NULL) NULL 409 src/vfs/sfs/sfs.c for (cur = head; cur != NULL; cur = g_slist_next (cur)) NULL 454 src/vfs/sfs/sfs.c mc_sfsini = g_build_filename (mc_global.sysconfig_dir, "sfs.ini", (char *) NULL); NULL 457 src/vfs/sfs/sfs.c if (cfg == NULL) NULL 466 src/vfs/sfs/sfs.c while (sfs_no < MAXFS && fgets (key, sizeof (key), cfg) != NULL) NULL 468 src/vfs/sfs/sfs.c char *c, *semi = NULL; NULL 486 src/vfs/sfs/sfs.c if (semi == NULL) NULL 515 src/vfs/sfs/sfs.c if (semi != NULL) NULL 576 src/vfs/sfs/sfs.c vfs_init_class (vfs_sfs_ops, "sfs", VFSF_UNKNOWN, NULL); NULL 82 src/vfs/sftpfs/config_parser.c {"^\\s*User\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, user)}, NULL 83 src/vfs/sftpfs/config_parser.c {"^\\s*HostName\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, real_host)}, NULL 84 src/vfs/sftpfs/config_parser.c {"^\\s*IdentitiesOnly\\s+(.*)$", NULL, BOOLEAN, offsetof (sftpfs_ssh_config_entity_t, identities_only)}, NULL 85 src/vfs/sftpfs/config_parser.c {"^\\s*IdentityFile\\s+(.*)$", NULL, FILENAME, offsetof (sftpfs_ssh_config_entity_t, identity_file)}, NULL 86 src/vfs/sftpfs/config_parser.c {"^\\s*Port\\s+(.*)$", NULL, INTEGER, offsetof (sftpfs_ssh_config_entity_t, port)}, NULL 87 src/vfs/sftpfs/config_parser.c {"^\\s*PasswordAuthentication\\s+(.*)$", NULL, BOOLEAN, offsetof (sftpfs_ssh_config_entity_t, password_auth)}, NULL 88 src/vfs/sftpfs/config_parser.c {"^\\s*PubkeyAuthentication\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, pubkey_auth)}, NULL 89 src/vfs/sftpfs/config_parser.c {NULL, NULL, 0, 0} NULL 148 src/vfs/sftpfs/config_parser.c for (i = 0; config_variables[i].pattern != NULL; i++) NULL 150 src/vfs/sftpfs/config_parser.c if (mc_search_run (config_variables[i].pattern_regexp, buffer, 0, strlen (buffer), NULL)) NULL 223 src/vfs/sftpfs/config_parser.c if (fgets (buffer, sizeof (buffer), ssh_config_handler) == NULL) NULL 242 src/vfs/sftpfs/config_parser.c if (cr != NULL) NULL 245 src/vfs/sftpfs/config_parser.c if (mc_search_run (host_regexp, buffer, 0, strlen (buffer), NULL)) NULL 271 src/vfs/sftpfs/config_parser.c strlen (vpath_element->host), NULL); NULL 314 src/vfs/sftpfs/config_parser.c if (ssh_config_handler != NULL) NULL 325 src/vfs/sftpfs/config_parser.c return NULL; NULL 329 src/vfs/sftpfs/config_parser.c if (config_entity->user == NULL) NULL 332 src/vfs/sftpfs/config_parser.c if (config_entity->user == NULL) NULL 335 src/vfs/sftpfs/config_parser.c config_entity = NULL; NULL 361 src/vfs/sftpfs/config_parser.c if (config_entity == NULL) NULL 371 src/vfs/sftpfs/config_parser.c if (super->path_element->user == NULL) NULL 374 src/vfs/sftpfs/config_parser.c if (config_entity->real_host != NULL) NULL 380 src/vfs/sftpfs/config_parser.c if (config_entity->identity_file != NULL) NULL 399 src/vfs/sftpfs/config_parser.c for (i = 0; config_variables[i].pattern != NULL; i++) NULL 418 src/vfs/sftpfs/config_parser.c for (i = 0; config_variables[i].pattern != NULL; i++) NULL 421 src/vfs/sftpfs/config_parser.c config_variables[i].pattern_regexp = NULL; NULL 85 src/vfs/sftpfs/connection.c static const char *kbi_passwd = NULL; NULL 86 src/vfs/sftpfs/connection.c static const struct vfs_s_super *kbi_super = NULL; NULL 103 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res; NULL 112 src/vfs/sftpfs/connection.c if (super->path_element->host == NULL || *super->path_element->host == '\0') NULL 151 src/vfs/sftpfs/connection.c for (curr_res = res; curr_res != NULL; curr_res = curr_res->ai_next) NULL 168 src/vfs/sftpfs/connection.c sftpfs_super->ip_address = NULL; NULL 171 src/vfs/sftpfs/connection.c if (sftpfs_super->ip_address == NULL) NULL 183 src/vfs/sftpfs/connection.c if (curr_res->ai_next != NULL) NULL 202 src/vfs/sftpfs/connection.c else if (res->ai_next == NULL) NULL 213 src/vfs/sftpfs/connection.c if (res != NULL) NULL 234 src/vfs/sftpfs/connection.c struct libssh2_knownhost *store = NULL; NULL 239 src/vfs/sftpfs/connection.c if (sftpfs_super->known_hosts == NULL) NULL 243 src/vfs/sftpfs/connection.c mc_build_filename (mc_config_get_home_dir (), ".ssh", "known_hosts", (char *) NULL); NULL 248 src/vfs/sftpfs/connection.c const char *kh_name_end = NULL; NULL 254 src/vfs/sftpfs/connection.c if (store == NULL) NULL 257 src/vfs/sftpfs/connection.c if (store->name == NULL) NULL 266 src/vfs/sftpfs/connection.c if (kh_name_end == NULL) NULL 270 src/vfs/sftpfs/connection.c port = (int) g_ascii_strtoll (kh_name_end + 2, NULL, 10); NULL 285 src/vfs/sftpfs/connection.c const char *hostkey_method = NULL; NULL 366 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_addc (sftpfs_super->known_hosts, super->path_element->host, NULL, NULL 367 src/vfs/sftpfs/connection.c remote_key, remote_key_len, NULL, 0, type_mask, NULL); NULL 401 src/vfs/sftpfs/connection.c if (fingerprint == NULL) NULL 402 src/vfs/sftpfs/connection.c return NULL; NULL 434 src/vfs/sftpfs/connection.c struct libssh2_knownhost *host = NULL; NULL 436 src/vfs/sftpfs/connection.c char *msg = NULL; NULL 440 src/vfs/sftpfs/connection.c if (remote_key == NULL || remote_key_len == 0 NULL 488 src/vfs/sftpfs/connection.c if (fingerprint_hash == NULL) NULL 589 src/vfs/sftpfs/connection.c if (userauthlist == NULL) NULL 592 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL NULL 593 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL) NULL 597 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL NULL 620 src/vfs/sftpfs/connection.c struct libssh2_agent_publickey *identity, *prev_identity = NULL; NULL 625 src/vfs/sftpfs/connection.c sftpfs_super->agent = NULL; NULL 632 src/vfs/sftpfs/connection.c if (sftpfs_super->agent == NULL) NULL 680 src/vfs/sftpfs/connection.c if (sftpfs_super->privkey == NULL) NULL 692 src/vfs/sftpfs/connection.c if (passwd == NULL) NULL 734 src/vfs/sftpfs/connection.c if (kbi_super == NULL || kbi_passwd == NULL) NULL 773 src/vfs/sftpfs/connection.c if (super->path_element->password != NULL) NULL 791 src/vfs/sftpfs/connection.c kbi_super = NULL; NULL 792 src/vfs/sftpfs/connection.c kbi_passwd = NULL; NULL 802 src/vfs/sftpfs/connection.c if (passwd == NULL) NULL 822 src/vfs/sftpfs/connection.c kbi_super = NULL; NULL 823 src/vfs/sftpfs/connection.c kbi_passwd = NULL; NULL 868 src/vfs/sftpfs/connection.c if (sftpfs_super->session == NULL) NULL 907 src/vfs/sftpfs/connection.c if (sftpfs_super->sftp_session == NULL) NULL 933 src/vfs/sftpfs/connection.c if (sftpfs_super->sftp_session != NULL) NULL 936 src/vfs/sftpfs/connection.c sftpfs_super->sftp_session = NULL; NULL 939 src/vfs/sftpfs/connection.c if (sftpfs_super->agent != NULL) NULL 943 src/vfs/sftpfs/connection.c sftpfs_super->agent = NULL; NULL 946 src/vfs/sftpfs/connection.c if (sftpfs_super->known_hosts != NULL) NULL 949 src/vfs/sftpfs/connection.c sftpfs_super->known_hosts = NULL; NULL 954 src/vfs/sftpfs/connection.c if (sftpfs_super->session != NULL) NULL 958 src/vfs/sftpfs/connection.c sftpfs_super->session = NULL; NULL 75 src/vfs/sftpfs/dir.c mc_return_val_if_error (mcerror, NULL); NULL 79 src/vfs/sftpfs/dir.c if (vfs_s_get_path (vpath, &super, 0) == NULL) NULL 80 src/vfs/sftpfs/dir.c return NULL; NULL 93 src/vfs/sftpfs/dir.c if (handle != NULL) NULL 98 src/vfs/sftpfs/dir.c return NULL; NULL 125 src/vfs/sftpfs/dir.c mc_return_val_if_error (mcerror, NULL); NULL 134 src/vfs/sftpfs/dir.c return NULL; NULL 138 src/vfs/sftpfs/dir.c return (rc != 0 ? vfs_dirent_init (NULL, mem, 0) : NULL); /* FIXME: inode */ NULL 186 src/vfs/sftpfs/dir.c if (vfs_s_get_path (vpath, &super, 0) == NULL) NULL 189 src/vfs/sftpfs/dir.c if (super == NULL) NULL 193 src/vfs/sftpfs/dir.c if (sftpfs_super->sftp_session == NULL) NULL 235 src/vfs/sftpfs/dir.c if (vfs_s_get_path (vpath, &super, 0) == NULL) NULL 238 src/vfs/sftpfs/dir.c if (super == NULL) NULL 242 src/vfs/sftpfs/dir.c if (sftpfs_super->sftp_session == NULL) NULL 73 src/vfs/sftpfs/file.c g_return_if_fail (mcerror == NULL || *mcerror == NULL); NULL 140 src/vfs/sftpfs/file.c if (name == NULL) NULL 169 src/vfs/sftpfs/file.c if (file->handle != NULL) NULL 231 src/vfs/sftpfs/file.c if (sftpfs_fh->handle == NULL) NULL 274 src/vfs/sftpfs/file.c if (fh == NULL) NULL 45 src/vfs/sftpfs/internal.c GString *sftpfs_filename_buffer = NULL; NULL 82 src/vfs/sftpfs/internal.c fd_set *writefd = NULL; NULL 83 src/vfs/sftpfs/internal.c fd_set *readfd = NULL; NULL 100 src/vfs/sftpfs/internal.c ret = select (super->socket_handle + 1, readfd, writefd, NULL, &timeout); NULL 118 src/vfs/sftpfs/internal.c struct vfs_s_super *lc_super = NULL; NULL 122 src/vfs/sftpfs/internal.c if (vfs_s_get_path (vpath, &lc_super, 0) == NULL) NULL 125 src/vfs/sftpfs/internal.c if (lc_super == NULL) NULL 130 src/vfs/sftpfs/internal.c if ((*super)->sftp_session == NULL) NULL 189 src/vfs/sftpfs/internal.c return (mcerror == NULL || *mcerror == NULL); NULL 213 src/vfs/sftpfs/internal.c char *err = NULL; NULL 219 src/vfs/sftpfs/internal.c if (libssh_errno == LIBSSH2_ERROR_SFTP_PROTOCOL && super->sftp_session != NULL) NULL 288 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 289 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 316 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 317 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 346 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 347 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 385 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 387 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element2 = NULL; NULL 440 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 441 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 494 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 495 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 546 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 547 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL; NULL 583 src/vfs/sftpfs/internal.c sftpfs_super_t *super = NULL; NULL 585 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element2 = NULL; NULL 112 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 118 src/vfs/sftpfs/sftpfs.c if (path_super == NULL) NULL 119 src/vfs/sftpfs/sftpfs.c return NULL; NULL 122 src/vfs/sftpfs/sftpfs.c if (path_inode != NULL && ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) NULL 125 src/vfs/sftpfs/sftpfs.c return NULL; NULL 128 src/vfs/sftpfs/sftpfs.c if (path_inode == NULL) NULL 137 src/vfs/sftpfs/sftpfs.c if (dir == NULL) NULL 141 src/vfs/sftpfs/sftpfs.c return NULL; NULL 154 src/vfs/sftpfs/sftpfs.c return NULL; NULL 161 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 163 src/vfs/sftpfs/sftpfs.c return NULL; NULL 183 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 190 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 205 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 211 src/vfs/sftpfs/sftpfs.c return NULL; NULL 215 src/vfs/sftpfs/sftpfs.c if (!mc_error_message (&mcerror, NULL)) NULL 217 src/vfs/sftpfs/sftpfs.c if (sftpfs_dirent != NULL) NULL 238 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 241 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 258 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 261 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 278 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 281 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 298 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 301 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 319 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 322 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 339 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 350 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 367 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 370 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 446 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 456 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 474 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 478 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 494 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 503 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 526 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 529 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 546 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 549 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 565 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 568 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 587 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 590 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 606 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 609 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 626 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 629 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 665 src/vfs/sftpfs/sftpfs.c for (iter = sftpfs_subclass.supers; iter != NULL; iter = g_list_next (iter)) NULL 738 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 744 src/vfs/sftpfs/sftpfs.c if (vpath_element->host == NULL || *vpath_element->host == '\0') NULL 766 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 781 src/vfs/sftpfs/sftpfs.c GError *mcerror = NULL; NULL 789 src/vfs/sftpfs/sftpfs.c mc_error_message (&mcerror, NULL); NULL 368 src/vfs/tar/tar.c s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL); NULL 414 src/vfs/tar/tar.c return NULL; /* An error has occurred */ NULL 628 src/vfs/tar/tar.c static char *next_long_name = NULL, *next_long_link = NULL; NULL 633 src/vfs/tar/tar.c if (header == NULL) NULL 675 src/vfs/tar/tar.c if (data == NULL) NULL 705 src/vfs/tar/tar.c struct vfs_s_inode *inode = NULL, *parent; NULL 712 src/vfs/tar/tar.c next_long_link != NULL ? next_long_link : g_strndup (header->header.linkname, NULL 718 src/vfs/tar/tar.c current_file_name = NULL; NULL 740 src/vfs/tar/tar.c temp_name, (char *) NULL); NULL 746 src/vfs/tar/tar.c if (next_long_name != NULL) NULL 753 src/vfs/tar/tar.c if (current_file_name == NULL) NULL 755 src/vfs/tar/tar.c if (next_long_name != NULL) NULL 767 src/vfs/tar/tar.c if (p == NULL) NULL 779 src/vfs/tar/tar.c if (parent == NULL) NULL 788 src/vfs/tar/tar.c if (inode == NULL) NULL 805 src/vfs/tar/tar.c if (entry != NULL) NULL 822 src/vfs/tar/tar.c next_long_link = next_long_name = NULL; NULL 829 src/vfs/tar/tar.c if (inode != NULL) NULL 924 src/vfs/tar/tar.c return (stat_result != 0) ? NULL : &stat_buf; NULL 941 src/vfs/tar/tar.c if (parc != NULL && TAR_SUPER (parc)->st.st_mtime < archive_stat->st_mtime) NULL 1000 src/vfs/tar/tar.c vfs_tarfs_ops->setctl = NULL; NULL 118 src/vfs/undelfs/undelfs.c static ext2_filsys fs = NULL; NULL 139 src/vfs/undelfs/undelfs.c fs = NULL; NULL 162 src/vfs/undelfs/undelfs.c *fsname = NULL; NULL 190 src/vfs/undelfs/undelfs.c *fsname = g_strconcat ("/dev/", tmp, (char *) NULL); NULL 197 src/vfs/undelfs/undelfs.c *fsname = g_strconcat ("/dev/", dirname, (char *) NULL); NULL 337 src/vfs/undelfs/undelfs.c char *file, *f = NULL; NULL 342 src/vfs/undelfs/undelfs.c if (file == NULL) NULL 389 src/vfs/undelfs/undelfs.c fs = NULL; NULL 403 src/vfs/undelfs/undelfs.c return NULL; NULL 406 src/vfs/undelfs/undelfs.c return NULL; NULL 408 src/vfs/undelfs/undelfs.c dirent = vfs_dirent_init (NULL, readdir_ptr == -2 ? "." : "..", 0); /* FIXME: inode */ NULL 415 src/vfs/undelfs/undelfs.c dirent = vfs_dirent_init (NULL, dirent_dest, 0); /* FIXME: inode */ NULL 437 src/vfs/undelfs/undelfs.c char *file, *f = NULL; NULL 439 src/vfs/undelfs/undelfs.c undelfs_file *p = NULL; NULL 445 src/vfs/undelfs/undelfs.c if (file == NULL) NULL 596 src/vfs/undelfs/undelfs.c retval = ext2fs_block_iterate (fs, p->inode, 0, NULL, undelfs_dump_read, p); NULL 651 src/vfs/undelfs/undelfs.c char *file, *f = NULL; NULL 654 src/vfs/undelfs/undelfs.c if (file == NULL) NULL 705 src/vfs/undelfs/undelfs.c char *file, *f = NULL; NULL 709 src/vfs/undelfs/undelfs.c if (file == NULL) NULL 750 src/vfs/undelfs/undelfs.c char *fname = NULL, *fsname; NULL 754 src/vfs/undelfs/undelfs.c ok = fsname != NULL; NULL 759 src/vfs/undelfs/undelfs.c return ok ? (vfsid) fs : NULL; NULL 794 src/vfs/undelfs/undelfs.c #define undelfs_init NULL NULL 89 src/viewer/actions_cmd.c if (view->ext_script != NULL) NULL 93 src/viewer/actions_cmd.c view->ext_script = NULL; NULL 136 src/viewer/actions_cmd.c if (view->last_search_string != NULL) NULL 144 src/viewer/actions_cmd.c if (history != NULL) NULL 148 src/viewer/actions_cmd.c history->data = NULL; NULL 209 src/viewer/actions_cmd.c while ((node != NULL) && (node->offset != view->hex_cursor)) NULL 226 src/viewer/actions_cmd.c if (node != NULL) NULL 245 src/viewer/actions_cmd.c if ((view->filename_vpath != NULL) NULL 247 src/viewer/actions_cmd.c && (view->change_list == NULL)) NULL 250 src/viewer/actions_cmd.c if (node == NULL) NULL 277 src/viewer/actions_cmd.c else if (view->dir == NULL) NULL 291 src/viewer/actions_cmd.c (view->dir, view->workdir_vpath, (GCompareFunc) sort_name, &sort_op, NULL)) NULL 348 src/viewer/actions_cmd.c vfs_path_t *ext_script = NULL; NULL 356 src/viewer/actions_cmd.c view->dir = NULL; NULL 357 src/viewer/actions_cmd.c view->dir_idx = NULL; NULL 359 src/viewer/actions_cmd.c vfs_path_append_new (view->workdir_vpath, dir->list[*dir_idx].fname->str, (char *) NULL); NULL 364 src/viewer/actions_cmd.c mcview_load (view, NULL, vfs_path_as_str (vfile), 0, 0, 0); NULL 384 src/viewer/actions_cmd.c if (filename != NULL && (action == CK_View || action == CK_Enter)) NULL 389 src/viewer/actions_cmd.c mcview_load (view, NULL, filename, 0, 0, 0); NULL 409 src/viewer/actions_cmd.c ev_help_t event_data = { NULL, "[Internal File Viewer]" }; NULL 635 src/viewer/actions_cmd.c if (view->change_list == NULL) NULL 715 src/viewer/actions_cmd.c widget_default_callback (w, NULL, MSG_RESIZE, 0, data); NULL 772 src/viewer/actions_cmd.c return mcview_execute_cmd (NULL, parm); NULL 396 src/viewer/ascii.c if (color != NULL) NULL 423 src/viewer/ascii.c if (color != NULL) NULL 431 src/viewer/ascii.c if (color != NULL) NULL 439 src/viewer/ascii.c if (color != NULL) NULL 488 src/viewer/ascii.c if (mcview_get_next_maybe_nroff_char (view, &state_after_crlf, &cnext, NULL) NULL 528 src/viewer/ascii.c if (!mcview_get_next_maybe_nroff_char (view, &state_after_combining, &cs[i], NULL)) NULL 583 src/viewer/ascii.c if (paragraph_ended != NULL) NULL 586 src/viewer/ascii.c if (!view->mode_flags.wrap && (row < 0 || row >= r->lines) && linewidth == NULL) NULL 611 src/viewer/ascii.c if (linewidth != NULL) NULL 623 src/viewer/ascii.c if (linewidth != NULL) NULL 659 src/viewer/ascii.c if (paragraph_ended != NULL) NULL 661 src/viewer/ascii.c if (linewidth != NULL) NULL 725 src/viewer/ascii.c && linewidth == NULL) NULL 773 src/viewer/ascii.c lines += mcview_display_line (view, state, row, ¶graph_ended, NULL); NULL 818 src/viewer/ascii.c if (mcview_display_line (view, &view->dpy_state_top, -1, ¶graph_ended, NULL) == 0) NULL 894 src/viewer/ascii.c if (mcview_show_eof != NULL && mcview_show_eof[0] != '\0') NULL 926 src/viewer/ascii.c if (mcview_display_line (view, &view->dpy_state_bottom, -1, ¶graph_ended, NULL) == 0) NULL 939 src/viewer/ascii.c mcview_display_line (view, &view->dpy_state_top, -1, ¶graph_ended, NULL); NULL 1009 src/viewer/ascii.c mcview_display_line (view, &view->dpy_state_top, -1, NULL, NULL); NULL 1034 src/viewer/ascii.c mcview_display_line (view, &state, -1, NULL, &linewidth); NULL 175 src/viewer/coord_cache.c g_assert (cache != NULL); NULL 180 src/viewer/coord_cache.c if (f == NULL) NULL 183 src/viewer/coord_cache.c (void) setvbuf (f, NULL, _IONBF, 0); NULL 258 src/viewer/coord_cache.c if (view->coord_cache == NULL) NULL 142 src/viewer/datasource.c return NULL; NULL 152 src/viewer/datasource.c gchar *str = NULL; NULL 175 src/viewer/datasource.c if (str == NULL) NULL 208 src/viewer/datasource.c gchar *next_ch = NULL; NULL 228 src/viewer/datasource.c return NULL; NULL 238 src/viewer/datasource.c if (retval != NULL) NULL 242 src/viewer/datasource.c if (p == NULL) NULL 245 src/viewer/datasource.c if (retval != NULL) NULL 260 src/viewer/datasource.c if (retval != NULL) NULL 338 src/viewer/datasource.c if (view->ds_stdio_pipe != NULL) NULL 384 src/viewer/datasource.c GError *error = NULL; NULL 389 src/viewer/datasource.c if (p == NULL) NULL 399 src/viewer/datasource.c if (!mcview_get_byte (view, 0, NULL)) NULL 71 src/viewer/dialogs.c char *exp = NULL; NULL 83 src/viewer/dialogs.c NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), NULL 87 src/viewer/dialogs.c (int *) &mcview_search_options.type, NULL), NULL 89 src/viewer/dialogs.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &mcview_search_options.case_sens, NULL), NULL 90 src/viewer/dialogs.c QUICK_CHECKBOX (N_("&Backwards"), &mcview_search_options.backwards, NULL), NULL 91 src/viewer/dialogs.c QUICK_CHECKBOX (N_("&Whole words"), &mcview_search_options.whole_words, NULL), NULL 93 src/viewer/dialogs.c QUICK_CHECKBOX (N_("&All charsets"), &mcview_search_options.all_codepages, NULL), NULL 105 src/viewer/dialogs.c quick_widgets, NULL, NULL NULL 113 src/viewer/dialogs.c if ((qd_result == B_CANCEL) || (exp == NULL) || (exp[0] == '\0')) NULL 158 src/viewer/dialogs.c char *exp = NULL; NULL 176 src/viewer/dialogs.c QUICK_INPUT (INPUT_LAST_TEXT, MC_HISTORY_VIEW_GOTO, &exp, NULL, NULL 179 src/viewer/dialogs.c NULL), NULL 189 src/viewer/dialogs.c quick_widgets, NULL, NULL NULL 199 src/viewer/dialogs.c res = (qd_result != B_CANCEL && exp != NULL && exp[0] != '\0'); NULL 161 src/viewer/display.c view->filename_vpath != NULL ? NULL 162 src/viewer/display.c vfs_path_get_last_path_str (view->filename_vpath) : view->command != NULL ? NULL 82 src/viewer/growbuf.c mc_pclose (view->ds_stdio_pipe, NULL); NULL 83 src/viewer/growbuf.c view->ds_stdio_pipe = NULL; NULL 99 src/viewer/growbuf.c g_ptr_array_foreach (view->growbuf_blockptr, (GFunc) g_free, NULL); NULL 103 src/viewer/growbuf.c view->growbuf_blockptr = NULL; NULL 146 src/viewer/growbuf.c if (newblock == NULL) NULL 161 src/viewer/growbuf.c GError *error = NULL; NULL 171 src/viewer/growbuf.c if (error != NULL) NULL 248 src/viewer/growbuf.c if (retval != NULL) NULL 255 src/viewer/growbuf.c if (p == NULL) NULL 258 src/viewer/growbuf.c if (retval != NULL) NULL 274 src/viewer/growbuf.c return NULL; NULL 281 src/viewer/growbuf.c return NULL; NULL 287 src/viewer/growbuf.c return NULL; NULL 88 src/viewer/hex.c : ((curr != NULL && from == curr->offset) || force_changed) ? MARK_CHANGED NULL 150 src/viewer/hex.c for (; mcview_get_byte (view, from, NULL) && row < r->lines; row++) NULL 206 src/viewer/hex.c if (curr != NULL && from + j == curr->offset) NULL 212 src/viewer/hex.c if (curr != NULL && from + j >= curr->offset) NULL 243 src/viewer/hex.c if (curr != NULL && from == curr->offset) NULL 263 src/viewer/hex.c if (curr != NULL && from == curr->offset) NULL 382 src/viewer/hex.c if (view->change_list == NULL) NULL 391 src/viewer/hex.c g_assert (view->filename_vpath != NULL); NULL 396 src/viewer/hex.c for (curr = view->change_list; curr != NULL; curr = next) NULL 411 src/viewer/hex.c view->change_list = NULL; NULL 453 src/viewer/hex.c for (curr = view->change_list; curr != NULL; curr = next) NULL 458 src/viewer/hex.c view->change_list = NULL; NULL 476 src/viewer/hex.c while (*chnode != NULL && (*chnode)->offset < node->offset) NULL 86 src/viewer/lib.c view->dir = NULL; NULL 87 src/viewer/lib.c view->dir_idx = NULL; NULL 156 src/viewer/lib.c view->filename_vpath = NULL; NULL 157 src/viewer/lib.c view->workdir_vpath = NULL; NULL 158 src/viewer/lib.c view->command = NULL; NULL 159 src/viewer/lib.c view->search_nroff_seq = NULL; NULL 168 src/viewer/lib.c view->coord_cache = NULL; NULL 180 src/viewer/lib.c view->change_list = NULL; NULL 198 src/viewer/lib.c view->saved_bookmarks = NULL; NULL 207 src/viewer/lib.c if (mcview_remember_file_position && view->filename_vpath != NULL) NULL 212 src/viewer/lib.c view->saved_bookmarks = NULL; NULL 221 src/viewer/lib.c view->filename_vpath = NULL; NULL 223 src/viewer/lib.c view->workdir_vpath = NULL; NULL 229 src/viewer/lib.c if (view->coord_cache != NULL) NULL 242 src/viewer/lib.c view->search = NULL; NULL 243 src/viewer/lib.c view->last_search_string = NULL; NULL 246 src/viewer/lib.c if (mc_global.mc_run_mode == MC_RUN_VIEWER && view->dir != NULL) NULL 254 src/viewer/lib.c view->dir = NULL; NULL 263 src/viewer/lib.c const char *cp_id = NULL; NULL 269 src/viewer/lib.c if (cp_id != NULL) NULL 384 src/viewer/lib.c modified = view->hexedit_mode && (view->change_list != NULL) ? "(*) " : " "; NULL 389 src/viewer/lib.c file_label = view_filename != NULL ? view_filename : view->command != NULL ? view->command : ""; NULL 392 src/viewer/lib.c ret_str = g_strconcat (_("View: "), modified, file_label, (char *) NULL); NULL 76 src/viewer/mcviewer.c char *mcview_show_eof = NULL; NULL 246 src/viewer/mcviewer.c view_dlg = dlg_create (FALSE, 0, 0, 1, 1, WPOS_FULLSCREEN, FALSE, NULL, mcview_dialog_callback, NULL 247 src/viewer/mcviewer.c NULL, "[Internal File Viewer]", NULL); NULL 254 src/viewer/mcviewer.c group_add_widget_autopos (g, lc_mcview, WPOS_KEEP_ALL, NULL); NULL 257 src/viewer/mcviewer.c group_add_widget_autopos (g, b, b->pos_flags, NULL); NULL 285 src/viewer/mcviewer.c vfs_path_t *vpath = NULL; NULL 292 src/viewer/mcviewer.c if (file != NULL && file[0] != '\0') NULL 301 src/viewer/mcviewer.c view->workdir_vpath = vfs_path_append_new (p, file, (char *) NULL); NULL 324 src/viewer/mcviewer.c if (command != NULL && (view->mode_flags.magic || file == NULL || file[0] == '\0')) NULL 326 src/viewer/mcviewer.c else if (file != NULL && file[0] != '\0') NULL 342 src/viewer/mcviewer.c view->filename_vpath = NULL; NULL 344 src/viewer/mcviewer.c view->workdir_vpath = NULL; NULL 357 src/viewer/mcviewer.c view->filename_vpath = NULL; NULL 359 src/viewer/mcviewer.c view->workdir_vpath = NULL; NULL 369 src/viewer/mcviewer.c view->filename_vpath = NULL; NULL 371 src/viewer/mcviewer.c view->workdir_vpath = NULL; NULL 394 src/viewer/mcviewer.c tmp_filename = g_strconcat (file, decompress_extension (type), (char *) NULL); NULL 433 src/viewer/mcviewer.c if (mcview_remember_file_position && view->filename_vpath != NULL && start_line == 0) NULL 462 src/viewer/mcviewer.c view->change_list = NULL; NULL 297 src/viewer/move.c if (mcview_get_byte_indexed (view, bol, view->bytes_per_line - 1, NULL) == TRUE) NULL 104 src/viewer/nroff.c if (nroff == NULL) NULL 135 src/viewer/nroff.c if (nroff != NULL) NULL 158 src/viewer/nroff.c if (nroff == NULL || *nroff == NULL) NULL 170 src/viewer/nroff.c if (nroff == NULL) NULL 210 src/viewer/nroff.c if (nroff == NULL) NULL 241 src/viewer/nroff.c if (nroff == NULL) NULL 221 src/viewer/search.c view->search = mc_search_new (view->last_search_string, NULL); NULL 226 src/viewer/search.c if (view->search == NULL) NULL 403 src/viewer/search.c mcview_search_status_update_cb, NULL); NULL 463 src/viewer/search.c mcview_search_status_update_cb, NULL); NULL 483 src/viewer/search.c else if (view->search->error_str != NULL) NULL 59 tests/lib/mc_build_filename.c return mc_build_filename ("test", "path", (char *) NULL); NULL 61 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "path/", (char *) NULL); NULL 63 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "pa/th", (char *) NULL); NULL 65 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "#vfsprefix:", "path ", (char *) NULL); NULL 67 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "vfsprefix://", "path ", (char *) NULL); NULL 69 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "vfs/../prefix:///", "p\\///ath", (char *) NULL); NULL 71 tests/lib/mc_build_filename.c return mc_build_filename ("/test", "path", "..", "/test", "path/", (char *) NULL); NULL 73 tests/lib/mc_build_filename.c return mc_build_filename ("", "path", (char *) NULL); NULL 75 tests/lib/mc_build_filename.c return mc_build_filename ("", "/path", (char *) NULL); NULL 77 tests/lib/mc_build_filename.c return mc_build_filename ("path", "", (char *) NULL); NULL 79 tests/lib/mc_build_filename.c return mc_build_filename ("/path", "", (char *) NULL); NULL 81 tests/lib/mc_build_filename.c return mc_build_filename ("pa", "", "th", (char *) NULL); NULL 83 tests/lib/mc_build_filename.c return mc_build_filename ("/pa", "", "/th", (char *) NULL); NULL 85 tests/lib/mc_build_filename.c return NULL; NULL 46 tests/lib/mc_realpath.c str_init_strings (NULL); NULL 95 tests/lib/mc_realpath.c if (mc_realpath (data->input_string, resolved_path) == NULL) NULL 44 tests/lib/mcconfig/config_string.c ini_filename = g_build_filename (WORKDIR, "config_string.ini", (char *) NULL); NULL 55 tests/lib/mcconfig/config_string.c GError *error = NULL; NULL 117 tests/lib/mcconfig/config_string.c NULL, NULL 118 tests/lib/mcconfig/config_string.c NULL, NULL 119 tests/lib/mcconfig/config_string.c NULL NULL 195 tests/lib/mcconfig/user_configs_path.c (char *) NULL); NULL 74 tests/lib/search/glob_prepare_replace_str.c s = mc_search_new (data->glob_str, NULL); NULL 79 tests/lib/search/glob_prepare_replace_str.c mc_search_run (s, data->input_value, 0, strlen (data->input_value), NULL); NULL 73 tests/lib/search/hex_translate_to_regex.c NULL, NULL 79 tests/lib/search/hex_translate_to_regex.c NULL, NULL 85 tests/lib/search/hex_translate_to_regex.c NULL, NULL 126 tests/lib/search/hex_translate_to_regex.c NULL, NULL 131 tests/lib/search/hex_translate_to_regex.c NULL, NULL 160 tests/lib/search/hex_translate_to_regex.c dest_str = mc_search__hex_translate_to_regex (tmp, &error, NULL); NULL 165 tests/lib/search/hex_translate_to_regex.c if (dest_str != NULL) NULL 33 tests/lib/serialize.c static GError *error = NULL; NULL 47 tests/lib/serialize.c str_init_strings (NULL); NULL 48 tests/lib/serialize.c error = NULL; NULL 100 tests/lib/serialize.c if (error != NULL) NULL 121 tests/lib/serialize.c NULL, NULL 229 tests/lib/serialize.c test_data = mc_config_init (NULL, FALSE); NULL 324 tests/lib/strutil/filevercmp.c NULL, NULL 328 tests/lib/strutil/filevercmp.c NULL, NULL 332 tests/lib/strutil/filevercmp.c NULL, NULL 336 tests/lib/strutil/filevercmp.c NULL, NULL 340 tests/lib/strutil/filevercmp.c NULL, NULL 343 tests/lib/strutil/filevercmp.c NULL, NULL 346 tests/lib/strutil/filevercmp.c NULL NULL 359 tests/lib/strutil/filevercmp.c for (; filevercmp_test_ds5[ii] != NULL; ii++) NULL 364 tests/lib/strutil/filevercmp.c for (jj = ii; filevercmp_test_ds5[jj] != NULL; jj++) NULL 38 tests/lib/strutil/replace__str_replace_all.c str_init_strings (NULL); NULL 223 tests/lib/utilunix__mc_pstream_get_string.c if (ret == NULL) NULL 283 tests/lib/utilunix__mc_pstream_get_string.c GString *result_long_file_list = NULL; NULL 285 tests/lib/utilunix__mc_pstream_get_string.c GString *remain_file_name = NULL; NULL 320 tests/lib/utilunix__mc_pstream_get_string.c while ((line = mc_pstream_get_string (&pip->out)) != NULL) NULL 331 tests/lib/utilunix__mc_pstream_get_string.c if (remain_file_name != NULL) NULL 336 tests/lib/utilunix__mc_pstream_get_string.c remain_file_name = NULL; NULL 342 tests/lib/utilunix__mc_pstream_get_string.c if (remain_file_name == NULL) NULL 350 tests/lib/utilunix__mc_pstream_get_string.c line = NULL; NULL 354 tests/lib/utilunix__mc_pstream_get_string.c if (line == NULL) NULL 357 tests/lib/utilunix__mc_pstream_get_string.c if (result_long_file_list == NULL) NULL 54 tests/lib/utilunix__my_system-common.c static GPtrArray *sigaction_signum__captured = NULL; NULL 56 tests/lib/utilunix__my_system-common.c static GPtrArray *sigaction_act__captured = NULL; NULL 58 tests/lib/utilunix__my_system-common.c static GPtrArray *sigaction_oldact__captured = NULL; NULL 72 tests/lib/utilunix__my_system-common.c if (sigaction_signum__captured != NULL) NULL 76 tests/lib/utilunix__my_system-common.c if (act != NULL) NULL 82 tests/lib/utilunix__my_system-common.c tmp_act = NULL; NULL 83 tests/lib/utilunix__my_system-common.c if (sigaction_act__captured != NULL) NULL 87 tests/lib/utilunix__my_system-common.c if (oldact != NULL) NULL 93 tests/lib/utilunix__my_system-common.c tmp_act = NULL; NULL 94 tests/lib/utilunix__my_system-common.c if (sigaction_oldact__captured != NULL) NULL 111 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (sigaction_signum__captured, (GFunc) g_free, NULL); NULL 113 tests/lib/utilunix__my_system-common.c sigaction_signum__captured = NULL; NULL 115 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (sigaction_act__captured, (GFunc) g_free, NULL); NULL 117 tests/lib/utilunix__my_system-common.c sigaction_act__captured = NULL; NULL 119 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (sigaction_oldact__captured, (GFunc) g_free, NULL); NULL 121 tests/lib/utilunix__my_system-common.c sigaction_oldact__captured = NULL; NULL 131 tests/lib/utilunix__my_system-common.c static sighandler_t signal__return_value = NULL; NULL 168 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (signal_signum__captured, (GFunc) g_free, NULL); NULL 170 tests/lib/utilunix__my_system-common.c signal_signum__captured = NULL; NULL 172 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (signal_handler__captured, (GFunc) g_free, NULL); NULL 174 tests/lib/utilunix__my_system-common.c signal_handler__captured = NULL; NULL 203 tests/lib/utilunix__my_system-common.c static char *execvp__file__captured = NULL; NULL 216 tests/lib/utilunix__my_system-common.c for (one_arg = (char **) argv; *one_arg != NULL; one_arg++) NULL 231 tests/lib/utilunix__my_system-common.c g_ptr_array_foreach (execvp__args__captured, (GFunc) g_free, NULL); NULL 233 tests/lib/utilunix__my_system-common.c execvp__args__captured = NULL; NULL 275 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index(sigaction_oldact__captured, 3) == NULL, \ NULL 277 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index(sigaction_oldact__captured, 4) == NULL, \ NULL 279 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index(sigaction_oldact__captured, 5) == NULL, \ NULL 310 tests/lib/utilunix__my_system-common.c signal__return_value = NULL; NULL 50 tests/lib/utilunix__my_system-fork_fail.c actual_value = my_system (0, NULL, NULL); NULL 48 tests/lib/vfs/canonicalize_pathname.c str_init_strings (NULL); NULL 58 tests/lib/vfs/current_dir.c str_init_strings (NULL); NULL 45 tests/lib/vfs/path_cmp.c str_init_strings (NULL); NULL 83 tests/lib/vfs/path_cmp.c NULL, NULL 84 tests/lib/vfs/path_cmp.c NULL, NULL 88 tests/lib/vfs/path_cmp.c NULL, NULL 94 tests/lib/vfs/path_cmp.c NULL, NULL 160 tests/lib/vfs/path_cmp.c NULL, NULL 161 tests/lib/vfs/path_cmp.c NULL, NULL 166 tests/lib/vfs/path_cmp.c NULL, NULL 167 tests/lib/vfs/path_cmp.c NULL, NULL 172 tests/lib/vfs/path_cmp.c NULL, NULL 179 tests/lib/vfs/path_cmp.c NULL, NULL 45 tests/lib/vfs/path_len.c str_init_strings (NULL); NULL 81 tests/lib/vfs/path_len.c NULL, NULL 63 tests/lib/vfs/path_manipulations.c str_init_strings (NULL); NULL 188 tests/lib/vfs/path_manipulations.c NULL NULL 194 tests/lib/vfs/path_manipulations.c NULL NULL 343 tests/lib/vfs/path_manipulations.c vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL); NULL 153 tests/lib/vfs/path_recode.c mctest_assert_ptr_ne (vpath, NULL); NULL 48 tests/lib/vfs/path_serialize.c str_init_strings (NULL); NULL 141 tests/lib/vfs/path_serialize.c GError *error = NULL; NULL 149 tests/lib/vfs/path_serialize.c if (error != NULL) NULL 153 tests/lib/vfs/path_serialize.c mctest_assert_ptr_ne (serialized_vpath, NULL); NULL 168 tests/lib/vfs/path_serialize.c GError *error = NULL; NULL 174 tests/lib/vfs/path_serialize.c mctest_assert_ptr_ne (vpath, NULL); NULL 61 tests/lib/vfs/relative_cd.c test_chdir__vpath__captured = NULL; NULL 76 tests/lib/vfs/relative_cd.c str_init_strings (NULL); NULL 48 tests/lib/vfs/tempdir.c str_init_strings (NULL); NULL 97 tests/lib/vfs/tempdir.c vfs_path_t *pname_vpath = NULL; NULL 102 tests/lib/vfs/tempdir.c fd = mc_mkstemps (&pname_vpath, "mctest-", NULL); NULL 103 tests/lib/vfs/tempdir.c begin_pname = g_build_filename (mc_tmpdir (), "mctest-", (char *) NULL); NULL 60 tests/lib/vfs/vfs_get_encoding.c NULL NULL 64 tests/lib/vfs/vfs_get_encoding.c NULL NULL 68 tests/lib/vfs/vfs_get_encoding.c NULL NULL 72 tests/lib/vfs/vfs_get_encoding.c NULL NULL 76 tests/lib/vfs/vfs_get_encoding.c NULL NULL 112 tests/lib/vfs/vfs_get_encoding.c NULL NULL 58 tests/lib/vfs/vfs_parse_ls_lga.c str_init_strings (NULL); NULL 222 tests/lib/vfs/vfs_parse_ls_lga.c NULL, NULL 236 tests/lib/vfs/vfs_parse_ls_lga.c NULL, NULL 243 tests/lib/vfs/vfs_parse_ls_lga.c NULL, NULL 259 tests/lib/vfs/vfs_parse_ls_lga.c char *filename = NULL; NULL 260 tests/lib/vfs/vfs_parse_ls_lga.c char *linkname = NULL; NULL 329 tests/lib/vfs/vfs_parse_ls_lga.c ent1 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); NULL 338 tests/lib/vfs/vfs_parse_ls_lga.c ent2 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); NULL 345 tests/lib/vfs/vfs_parse_ls_lga.c ent3 = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0); NULL 364 tests/lib/vfs/vfs_parse_ls_lga.c ent[ent_index] = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0);\ NULL 49 tests/lib/vfs/vfs_path_from_str_flags.c str_init_strings (NULL); NULL 51 tests/lib/vfs/vfs_path_string_convert.c str_init_strings (NULL); NULL 58 tests/lib/vfs/vfs_prefix_to_class.c str_init_strings (NULL); NULL 121 tests/lib/vfs/vfs_prefix_to_class.c NULL NULL 125 tests/lib/vfs/vfs_prefix_to_class.c NULL NULL 129 tests/lib/vfs/vfs_prefix_to_class.c NULL NULL 56 tests/lib/vfs/vfs_s_get_path.c root = vfs_s_new_inode (vpath_element->class, super, NULL); NULL 85 tests/lib/vfs/vfs_s_get_path.c str_init_strings (NULL); NULL 94 tests/lib/vfs/vfs_s_get_path.c test_subclass1.archive_check = NULL; NULL 79 tests/lib/vfs/vfs_setup_cwd.c str_init_strings (NULL); NULL 123 tests/lib/vfs/vfs_setup_cwd.c vfs_set_raw_current_dir (NULL); NULL 44 tests/lib/vfs/vfs_split.c str_init_strings (NULL); NULL 107 tests/lib/vfs/vfs_split.c NULL, NULL 108 tests/lib/vfs/vfs_split.c NULL, NULL 109 tests/lib/vfs/vfs_split.c NULL NULL 135 tests/lib/vfs/vfs_split.c NULL, NULL 136 tests/lib/vfs/vfs_split.c NULL, NULL 137 tests/lib/vfs/vfs_split.c NULL NULL 169 tests/lib/vfs/vfs_split.c const char *local = NULL, *op = NULL; NULL 67 tests/lib/widget/complete_engine.c try_complete__text__captured = NULL; NULL 85 tests/lib/widget/complete_engine.c str_init_strings (NULL); NULL 201 tests/lib/widget/complete_engine.c w_input = input_new (1, 1, NULL, 100, data->input_buffer, NULL, data->input_completion_flags); NULL 49 tests/lib/widget/group_init_destroy.c return widget_default_callback (w, NULL, MSG_INIT, 0, NULL); NULL 53 tests/lib/widget/group_init_destroy.c return widget_default_callback (w, NULL, MSG_DESTROY, 0, NULL); NULL 69 tests/lib/widget/group_init_destroy.c return group_default_callback (w, NULL, MSG_INIT, 0, NULL); NULL 73 tests/lib/widget/group_init_destroy.c return group_default_callback (w, NULL, MSG_DESTROY, 0, NULL); NULL 92 tests/lib/widget/group_init_destroy.c group_init (g, &r, group_callback, NULL); NULL 96 tests/lib/widget/group_init_destroy.c group_init (g0, &r, group_callback, NULL); NULL 101 tests/lib/widget/group_init_destroy.c widget_init (w0, &r, widget_callback, NULL); NULL 106 tests/lib/widget/group_init_destroy.c widget_init (w0, &r, widget_callback, NULL); NULL 111 tests/lib/widget/group_init_destroy.c group_init (g0, &r, group_callback, NULL); NULL 116 tests/lib/widget/group_init_destroy.c widget_init (w0, &r, widget_callback, NULL); NULL 121 tests/lib/widget/group_init_destroy.c widget_init (w0, &r, widget_callback, NULL); NULL 126 tests/lib/widget/group_init_destroy.c widget_init (w0, &r, widget_callback, NULL); NULL 131 tests/lib/widget/group_init_destroy.c send_message (g, NULL, MSG_INIT, 0, NULL); NULL 63 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL }, NULL 64 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL }, NULL 81 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = C ("efg") }, NULL 82 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = C ("efg") }, NULL 87 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, NULL 88 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, NULL 112 tests/lib/widget/hotkey_equal.c { .start = C ("adc"), .hotkey = NULL, .end = C ("efg") }, NULL 118 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, NULL 124 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL }, NULL 48 tests/lib/widget/widget_find_by_id.c group_init (g, &r, NULL, NULL); /* ID = 0 */ NULL 52 tests/lib/widget/widget_find_by_id.c group_init (g0, &r, NULL, NULL); /* ID = 1 */ NULL 57 tests/lib/widget/widget_find_by_id.c widget_init (w0, &r, widget_default_callback, NULL); /* ID = 2 */ NULL 62 tests/lib/widget/widget_find_by_id.c widget_init (w0, &r, widget_default_callback, NULL); /* ID = 3 */ NULL 67 tests/lib/widget/widget_find_by_id.c group_init (g0, &r, NULL, NULL); /* ID = 4 */ NULL 72 tests/lib/widget/widget_find_by_id.c widget_init (w0, &r, widget_default_callback, NULL); /* ID = 5 */ NULL 77 tests/lib/widget/widget_find_by_id.c widget_init (w0, &r, widget_default_callback, NULL); /* ID = 6 */ NULL 82 tests/lib/widget/widget_find_by_id.c widget_init (w0, &r, widget_default_callback, NULL); /* ID = 7 */ NULL 87 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 0) != NULL, "Not found ID=0"); NULL 88 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 1) != NULL, "Not found ID=1"); NULL 89 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 2) != NULL, "Not found ID=2"); NULL 90 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 3) != NULL, "Not found ID=3"); NULL 91 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 4) != NULL, "Not found ID=4"); NULL 92 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 5) != NULL, "Not found ID=5"); NULL 93 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 6) != NULL, "Not found ID=6"); NULL 94 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 7) != NULL, "Not found ID=7"); NULL 95 tests/lib/widget/widget_find_by_id.c ck_assert_msg (widget_find_by_id (w0, 8) == NULL, "Found ID=8"); NULL 97 tests/lib/widget/widget_find_by_id.c send_message (g, NULL, MSG_INIT, 0, NULL); NULL 49 tests/lib/widget/widget_make_global_local.c group_init (g0, &r, NULL, NULL); NULL 54 tests/lib/widget/widget_make_global_local.c widget_init (w0, &r, widget_default_callback, NULL); NULL 60 tests/lib/widget/widget_make_global_local.c group_init (g1, &r, NULL, NULL); NULL 65 tests/lib/widget/widget_make_global_local.c widget_init (w1, &r, widget_default_callback, NULL); NULL 71 tests/lib/widget/widget_make_global_local.c group_init (g2, &r, NULL, NULL); NULL 77 tests/lib/widget/widget_make_global_local.c widget_init (w2, &r, widget_default_callback, NULL); NULL 36 tests/mctest.h (void *) actual_pointer == NULL, \ NULL 43 tests/mctest.h (void *) actual_pointer != NULL, \ NULL 114 tests/src/editor/edit_complete_word_cmd.c for (i = g_queue_peek_tail_link (compl); i != NULL; i = g_list_previous (i)) NULL 128 tests/src/editor/edit_complete_word_cmd.c edit_completion_dialog_show__edit = NULL; NULL 130 tests/src/editor/edit_complete_word_cmd.c edit_completion_dialog_show__compl = NULL; NULL 131 tests/src/editor/edit_complete_word_cmd.c edit_completion_dialog_show__return_value = NULL; NULL 143 tests/src/editor/edit_complete_word_cmd.c if (edit_completion_dialog_show__compl != NULL) NULL 156 tests/src/editor/edit_complete_word_cmd.c str_init_strings (NULL); NULL 174 tests/src/editor/edit_complete_word_cmd.c test_edit = edit_init (NULL, &r, vfs_path_from_str ("test-data.txt"), 1); NULL 66 tests/src/execute__common.c g_ptr_array_foreach (vfs_file_is_local__vpath__captured, vpath_captured_free, NULL); NULL 93 tests/src/execute__common.c do_execute__command__captured = NULL; NULL 94 tests/src/execute__common.c do_execute__lc_shell__captured = NULL; NULL 122 tests/src/execute__common.c mc_getlocalcopy__pathname_vpath__captured = NULL; NULL 123 tests/src/execute__common.c mc_getlocalcopy__return_value = NULL; NULL 164 tests/src/execute__common.c message_title__captured = NULL; NULL 165 tests/src/execute__common.c message_text__captured = NULL; NULL 178 tests/src/execute__common.c static GPtrArray *mc_stat__vpath__captured = NULL; NULL 187 tests/src/execute__common.c if (mc_stat__vpath__captured != NULL) NULL 202 tests/src/execute__common.c g_ptr_array_foreach (mc_stat__vpath__captured, vpath_captured_free, NULL); NULL 204 tests/src/execute__common.c mc_stat__vpath__captured = NULL; NULL 231 tests/src/execute__common.c mc_ungetlocalcopy__pathname_vpath__captured = NULL; NULL 232 tests/src/execute__common.c mc_ungetlocalcopy__local_vpath__captured = NULL; NULL 248 tests/src/execute__common.c str_init_strings (NULL); NULL 63 tests/src/execute__execute_external_editor_or_viewer.c execute_external_cmd_opts__command__captured = NULL; NULL 64 tests/src/execute__execute_external_editor_or_viewer.c execute_external_cmd_opts__filename_vpath__captured = NULL; NULL 92 tests/src/execute__execute_external_editor_or_viewer.c for (; argv != NULL && *argv != NULL; argv++) NULL 99 tests/src/execute__execute_external_editor_or_viewer.c do_executev__lc_shell__captured = NULL; NULL 108 tests/src/execute__execute_external_editor_or_viewer.c g_ptr_array_foreach (do_executev__argv__captured, (GFunc) g_free, NULL); NULL 80 tests/src/execute__execute_get_external_cmd_opts_from_config.c g_ptr_array_foreach (mc_config_get_string__group__captured, (GFunc) g_free, NULL); NULL 83 tests/src/execute__execute_get_external_cmd_opts_from_config.c g_ptr_array_foreach (mc_config_get_string__param__captured, (GFunc) g_free, NULL); NULL 86 tests/src/execute__execute_get_external_cmd_opts_from_config.c g_ptr_array_foreach (mc_config_get_string__default_value__captured, (GFunc) g_free, NULL); NULL 89 tests/src/execute__execute_get_external_cmd_opts_from_config.c g_ptr_array_foreach (mc_config_get_string__return_value, (GFunc) g_free, NULL); NULL 99 tests/src/execute__execute_get_external_cmd_opts_from_config.c str_init_strings (NULL); NULL 177 tests/src/execute__execute_get_external_cmd_opts_from_config.c NULL); NULL 42 tests/src/execute__execute_with_vfs_arg.c NULL, NULL 72 tests/src/execute__execute_with_vfs_arg.c tmp_vpath = (data->input_path == NULL) ? vfs_get_raw_current_dir () : filename_vpath; NULL 77 tests/src/execute__execute_with_vfs_arg.c ck_assert_msg (mc_getlocalcopy__pathname_vpath__captured == NULL, NULL 95 tests/src/execute__execute_with_vfs_arg.c filename_vpath = NULL; NULL 103 tests/src/execute__execute_with_vfs_arg.c mctest_assert_str_eq (do_execute__lc_shell__captured, NULL); NULL 104 tests/src/execute__execute_with_vfs_arg.c mctest_assert_str_eq (do_execute__command__captured, NULL); NULL 111 tests/src/execute__execute_with_vfs_arg.c ck_assert_msg (g_ptr_array_index (vfs_file_is_local__vpath__captured, 1) == NULL, NULL 113 tests/src/execute__execute_with_vfs_arg.c ck_assert_msg (mc_getlocalcopy__pathname_vpath__captured == NULL, NULL 135 tests/src/execute__execute_with_vfs_arg.c mc_getlocalcopy__return_value = NULL; NULL 141 tests/src/execute__execute_with_vfs_arg.c mctest_assert_str_eq (do_execute__lc_shell__captured, NULL); NULL 142 tests/src/execute__execute_with_vfs_arg.c mctest_assert_str_eq (do_execute__command__captured, NULL); NULL 86 tests/src/filemanager/cd_to.c str_init_strings (NULL); NULL 91 tests/src/filemanager/cd_to.c do_cd__new_dir_vpath__captured = NULL; NULL 37 tests/src/filemanager/examine_cd.c WPanel *current_panel = NULL; NULL 45 tests/src/filemanager/exec_get_export_variables_ext.c str_init_strings (NULL); NULL 41 tests/src/filemanager/filegui_is_wildcarded.c str_init_strings (NULL); NULL 65 tests/src/filemanager/get_random_hint.c str_init_strings (NULL); NULL 93 tests/src/filemanager/get_random_hint.c mctest_assert_ptr_ne (first_hint_for_ignore, NULL); NULL 78 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c NULL}, NULL 80 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c NULL}, NULL 83 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c NULL}, NULL 121 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c GError *error = NULL; NULL 127 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_option_context_add_main_entries (context, entries, NULL); NULL 277 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (filename != NULL) NULL 279 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (linkname != NULL) NULL 319 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (filename != NULL) NULL 321 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (linkname != NULL) NULL 345 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c filename = NULL; NULL 346 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c linkname = NULL; NULL 348 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c success = vfs_parse_ls_lga (line, &st, &filename, &linkname, NULL); NULL 369 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c while (fgets (line, sizeof line, input) != NULL) NULL 391 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (input == NULL) NULL 70 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c GSList *ret = NULL; NULL 73 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c if (f == NULL) NULL 74 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c return NULL; NULL 76 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c while (fgets (buf, sizeof (buf), f) != NULL) NULL 128 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c parsed_iter != NULL && output_iter != NULL; NULL 135 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c for (parsed_iter = parsed, output_iter = output; parsed_iter != NULL;