action_value     1053 src/filemanager/ext.c         gchar *action_value;
action_value     1055 src/filemanager/ext.c         action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);
action_value     1056 src/filemanager/ext.c         if (action_value == NULL)
action_value     1059 src/filemanager/ext.c             action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL);
action_value     1060 src/filemanager/ext.c             found = (action_value != NULL && *action_value != '\0');
action_value     1065 src/filemanager/ext.c             found = (*action_value != '\0');
action_value     1072 src/filemanager/ext.c             sv = exec_extension (current_panel, target, filename_vpath, action_value,
action_value     1082 src/filemanager/ext.c         g_free (action_value);