action_value 1052 src/filemanager/ext.c gchar *action_value; action_value 1054 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL); action_value 1055 src/filemanager/ext.c if (action_value == NULL) action_value 1058 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL); action_value 1059 src/filemanager/ext.c found = (action_value != NULL && *action_value != '\0'); action_value 1064 src/filemanager/ext.c found = (*action_value != '\0'); action_value 1071 src/filemanager/ext.c sv = exec_extension (current_panel, target, filename_vpath, action_value, action_value 1081 src/filemanager/ext.c g_free (action_value);