Lines Matching refs:scripts_dir
3177 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3178 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3332 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3348 scripts_dir = opendir(scripts_path); in list_available_scripts()
3349 if (!scripts_dir) { in list_available_scripts()
3358 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3422 DIR *scripts_dir, *lang_dir; in get_script_path() local
3428 scripts_dir = opendir(scripts_path); in get_script_path()
3429 if (!scripts_dir) in get_script_path()
3432 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3443 closedir(scripts_dir); in get_script_path()
3453 closedir(scripts_dir); in get_script_path()