action_value 1061 src/filemanager/ext.c gchar *action_value; action_value 1063 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL); action_value 1064 src/filemanager/ext.c if (action_value == NULL) action_value 1067 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL); action_value 1068 src/filemanager/ext.c found = (action_value != NULL && *action_value != '\0'); action_value 1073 src/filemanager/ext.c found = (*action_value != '\0'); action_value 1080 src/filemanager/ext.c sv = exec_extension (current_panel, target, filename_vpath, action_value, action_value 1090 src/filemanager/ext.c g_free (action_value);