Home
last modified time | relevance | path

Searched refs:cfg_dir_dotschism (Results 1 – 6 of 6) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dconfig.c40 cfg_dir_dotschism[PATH_MAX + 1], cfg_font[NAME_MAX + 1]; variable
62 strcpy(cfg_dir_dotschism, "PROGDIR:"); in cfg_init_dir()
68 strncpy(cfg_dir_dotschism, ptr, PATH_MAX); in cfg_init_dir()
69 cfg_dir_dotschism[PATH_MAX] = 0; in cfg_init_dir()
73 if (!is_directory(cfg_dir_dotschism)) { in cfg_init_dir()
74 printf("Creating directory %s\n", cfg_dir_dotschism); in cfg_init_dir()
76 if (mkdir(cfg_dir_dotschism, 0777) != 0) { in cfg_init_dir()
130 tmp = dmoz_path_concat(cfg_dir_dotschism, "config"); in cfg_load()
254 ptr = dmoz_path_concat(cfg_dir_dotschism, "config"); in cfg_midipage_save()
269 ptr = dmoz_path_concat(cfg_dir_dotschism, "config"); in cfg_save()
[all …]
H A Dmain.c169 run_hook(cfg_dir_dotschism, "startup-hook", NULL); in run_startup_hook()
173 run_hook(cfg_dir_dotschism, "diskwriter-hook", NULL); in run_disko_complete_hook()
178 run_hook(cfg_dir_dotschism, "exit-hook", NULL); in run_exit_hook()
H A Ddraw-char.c256 font_dir = dmoz_path_concat(cfg_dir_dotschism, "fonts"); in font_load()
332 font_dir = dmoz_path_concat(cfg_dir_dotschism, "fonts"); in font_save()
H A Ditf.c177 font_dir = dmoz_path_concat_len(cfg_dir_dotschism, "fonts", strlen(cfg_dir_dotschism), 5); in load_fontlist()
H A Dmidi-core.c146 ptr = dmoz_path_concat(cfg_dir_dotschism, "config"); in _cfg_load_midi_part_locked()
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dit.h252 extern char cfg_dir_dotschism[]; /* the full path to ~/.schism */