Searched refs:rec_script_path (Results 1 – 1 of 1) sorted by relevance
3763 char *rec_script_path = NULL; in cmd_script() local3985 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()3986 if (!rec_script_path) in cmd_script()4014 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()4019 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()4022 if (!rec_script_path && !rep_script_path) { in cmd_script()4083 __argv[j++] = rec_script_path; in cmd_script()4122 if (rec_script_path) in cmd_script()4123 script_path = rec_script_path; in cmd_script()4130 if (!rec_script_path) in cmd_script()