Lines Matching refs:scripts_dir
2997 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
2998 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3152 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3161 scripts_dir = opendir(scripts_path); in list_available_scripts()
3162 if (!scripts_dir) { in list_available_scripts()
3170 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3301 DIR *scripts_dir, *lang_dir; in find_scripts() local
3316 scripts_dir = opendir(scripts_path); in find_scripts()
3317 if (!scripts_dir) { in find_scripts()
3322 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3361 closedir(scripts_dir); in find_scripts()
3371 DIR *scripts_dir, *lang_dir; in get_script_path() local
3377 scripts_dir = opendir(scripts_path); in get_script_path()
3378 if (!scripts_dir) in get_script_path()
3381 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3392 closedir(scripts_dir); in get_script_path()
3402 closedir(scripts_dir); in get_script_path()