Lines Matching refs:script_path
3359 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3370 script_path = buf + MAXPATHLEN; in list_available_scripts()
3397 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3399 read_script_info(desc, script_path); in list_available_scripts()
3449 char script_path[MAXPATHLEN]; in get_script_path() local
3472 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
3475 return strdup(script_path); in get_script_path()
3486 static bool is_top_script(const char *script_path) in is_top_script() argument
3488 return ends_with(script_path, "top") != NULL; in is_top_script()
3491 static int has_required_arg(char *script_path) in has_required_arg() argument
3499 if (read_script_info(desc, script_path)) in has_required_arg()
3737 char *script_path = NULL; in cmd_script() local
4062 script_path = rec_script_path; in cmd_script()
4064 script_path = rep_script_path; in cmd_script()
4066 if (script_path) { in cmd_script()
4086 __argv[j++] = script_path; in cmd_script()