Lines Matching refs:scripts_dir
3140 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3141 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3295 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3311 scripts_dir = opendir(scripts_path); in list_available_scripts()
3312 if (!scripts_dir) { in list_available_scripts()
3321 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3385 DIR *scripts_dir, *lang_dir; in get_script_path() local
3391 scripts_dir = opendir(scripts_path); in get_script_path()
3392 if (!scripts_dir) in get_script_path()
3395 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3406 closedir(scripts_dir); in get_script_path()
3416 closedir(scripts_dir); in get_script_path()