str_from_config 235 src/execute.c char *str_from_config; str_from_config 237 src/execute.c str_from_config = str_from_config 241 src/execute.c if (str_from_config == NULL) str_from_config 249 src/execute.c str_from_config = str_from_config 255 src/execute.c return str_from_config; str_from_config 266 src/execute.c char *str_from_config, *return_str; str_from_config 277 src/execute.c str_from_config = execute_get_opts_from_cfg (command, "%filename"); str_from_config 279 src/execute.c return_str = str_replace_all (str_from_config, "%filename", parameter); str_from_config 281 src/execute.c g_free (str_from_config); str_from_config 282 src/execute.c str_from_config = return_str; str_from_config 285 src/execute.c return_str = str_replace_all (str_from_config, "%lineno", parameter); str_from_config 287 src/execute.c g_free (str_from_config);