Lines Matching defs:config
2349 // Will update flush shot config parameter if already present
2588 snprintf(area1[j++], MAX_SYMBOLS, "n. Flush shot config queue: %s", shotConfigFlush ? "On" : "Off");
4061 const char *config = cmd_args->script_file_name;
4066 // remove just the '.txt' part of the config
4067 while ((config[count] != '.') && ((count + 1) < sizeof(dir_name))) {
4071 strncpy(dir_name, config, count);