Lines Matching defs:scripts_path
3515 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
3519 is_directory(scripts_path, lang_dirent))) && \
3669 char *buf, *scripts_path, *script_path, *lang_path, *first_half;
3679 scripts_path = buf;
3684 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3686 scripts_dir = opendir(scripts_path);
3691 scripts_path);
3696 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3697 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3758 char scripts_path[MAXPATHLEN];
3764 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3766 scripts_dir = opendir(scripts_path);
3770 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3771 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,