action_value     1071 src/filemanager/ext.c         gchar *action_value;
action_value     1073 src/filemanager/ext.c         action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);
action_value     1074 src/filemanager/ext.c         if (action_value == NULL)
action_value     1077 src/filemanager/ext.c             action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL);
action_value     1078 src/filemanager/ext.c             found = (action_value != NULL && *action_value != '\0');
action_value     1083 src/filemanager/ext.c             found = (*action_value != '\0');
action_value     1090 src/filemanager/ext.c             sv = exec_extension (current_panel, target, filename_vpath, action_value,
action_value     1100 src/filemanager/ext.c         g_free (action_value);