Searched refs:rep_script_path (Results 1 – 1 of 1) sorted by relevance
1705 char *rep_script_path = NULL; in cmd_script() local1825 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX); in cmd_script()1826 if (!rep_script_path) { in cmd_script()1841 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()1847 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX); in cmd_script()1849 if (!rec_script_path && !rep_script_path) { in cmd_script()1860 rep_args = has_required_arg(rep_script_path); in cmd_script()1931 __argv[j++] = rep_script_path; in cmd_script()1945 if (rep_script_path) in cmd_script()1946 script_path = rep_script_path; in cmd_script()