Lines Matching defs:rep_script_path
3437 char *rep_script_path = NULL;
3637 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
3638 if (!rep_script_path) {
3660 if (argc && !script_name && !rec_script_path && !rep_script_path) {
3666 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);
3668 if (!rec_script_path && !rep_script_path) {
3679 rep_args = has_required_arg(rep_script_path);
3750 __argv[j++] = rep_script_path;
3764 if (rep_script_path)
3765 script_path = rep_script_path;