Searched refs:rec_script_path (Results 1 – 1 of 1) sorted by relevance
4013 char *rec_script_path = NULL; in cmd_script() local4210 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()4211 if (!rec_script_path) in cmd_script()4239 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()4244 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()4247 if (!rec_script_path && !rep_script_path) { in cmd_script()4308 __argv[j++] = rec_script_path; in cmd_script()4347 if (rec_script_path) in cmd_script()4348 script_path = rec_script_path; in cmd_script()4355 if (!rec_script_path) in cmd_script()