Lines Matching defs:rep_script_path
3817 char *rep_script_path = NULL;
4046 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
4047 if (!rep_script_path) {
4069 if (argc && !script_name && !rec_script_path && !rep_script_path) {
4075 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);
4077 if (!rec_script_path && !rep_script_path) {
4094 rep_args = has_required_arg(rep_script_path);
4165 __argv[j++] = rep_script_path;
4179 if (rep_script_path)
4180 script_path = rep_script_path;