str_from_config   235 src/execute.c      char *str_from_config;
str_from_config   237 src/execute.c      str_from_config = mc_config_get_string_raw (mc_global.main_config,
str_from_config   240 src/execute.c      if (str_from_config == NULL)
str_from_config   248 src/execute.c          str_from_config =
str_from_config   254 src/execute.c      return str_from_config;
str_from_config   265 src/execute.c      char *str_from_config, *return_str;
str_from_config   276 src/execute.c      str_from_config = execute_get_opts_from_cfg (command, "%filename");
str_from_config   278 src/execute.c      return_str = str_replace_all (str_from_config, "%filename", parameter);
str_from_config   280 src/execute.c      g_free (str_from_config);
str_from_config   281 src/execute.c      str_from_config = return_str;
str_from_config   284 src/execute.c      return_str = str_replace_all (str_from_config, "%lineno", parameter);
str_from_config   286 src/execute.c      g_free (str_from_config);