action_value     1069 src/filemanager/ext.c         gchar *action_value;
action_value     1071 src/filemanager/ext.c         action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);
action_value     1072 src/filemanager/ext.c         if (action_value == NULL)
action_value     1075 src/filemanager/ext.c             action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL);
action_value     1076 src/filemanager/ext.c             found = (action_value != NULL && *action_value != '\0');
action_value     1081 src/filemanager/ext.c             found = (*action_value != '\0');
action_value     1088 src/filemanager/ext.c             sv = exec_extension (current_panel, target, filename_vpath, action_value,
action_value     1098 src/filemanager/ext.c         g_free (action_value);