Home
last modified time | relevance | path

Searched refs:ANGBAND_DIR_EDIT (Results 1 – 16 of 16) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dinit2.c110 string_free(ANGBAND_DIR_EDIT); in init_file_paths()
139 ANGBAND_DIR_EDIT = string_make(""); in init_file_paths()
157 ANGBAND_DIR_EDIT = string_make(path); in init_file_paths()
288 path_make(buf, ANGBAND_DIR_EDIT, template_file); in check_modification_date()
541 path_make(buf, ANGBAND_DIR_EDIT, format("%s.txt", filename)); in init_info()
876 path_make(buf, ANGBAND_DIR_EDIT, "w_info.txt"); in init_w_info()
933 path_make(buf, ANGBAND_DIR_EDIT, "t_info.txt"); in init_t_info()
1658 string_free(ANGBAND_DIR_EDIT); in cleanup_angband()
H A Dmain.c297 string_free(ANGBAND_DIR_EDIT); in change_path()
298 ANGBAND_DIR_EDIT = string_make(s + 1); in change_path()
H A Dvariable.c654 cptr ANGBAND_DIR_EDIT; variable
H A Dexterns.h246 extern cptr ANGBAND_DIR_EDIT;
H A Dmain-win.c4868 validate_dir(ANGBAND_DIR_EDIT); in init_stuff()
H A Dmain-crb.c1049 path_build(buf, sizeof(buf), ANGBAND_DIR_EDIT, template_file); in check_modification_date()
H A Dmain-ros.c7984 path_make(txt_buf, ANGBAND_DIR_EDIT, template_file); in check_modification_date()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dinit2.c71 string_ifree(ANGBAND_DIR_EDIT); in free_file_paths()
125 ANGBAND_DIR_EDIT = string_make(path); in init_file_paths()
600 path_build(buf, sizeof(buf), ANGBAND_DIR_EDIT, format("%s.txt", filename)); in init_info()
2061 ANGBAND_DIR_EDIT = string_make(value); in set_server_option()
2277 string_ifree(ANGBAND_DIR_EDIT); in unload_server_cfg()
2404 path_build(path, sizeof(path), ANGBAND_DIR_EDIT, format("%s.txt", filename)); in parse_file()
H A Dmain.c300 ANGBAND_DIR_EDIT = string_make(&argv[0][2]); in main()
H A Dvariable.c705 cptr ANGBAND_DIR_EDIT; variable
H A Dfiles.c3181 path_build(buf, 1024, ANGBAND_DIR_EDIT, file_name); in get_rnd_line()
H A Dexterns.h354 extern cptr ANGBAND_DIR_EDIT;
H A Dxtra2.c5488 path_build(buf, 1024, ANGBAND_DIR_EDIT, "socials.txt"); in boot_socials()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-variable.c249 cptr ANGBAND_DIR_EDIT; variable
H A Dc-files.c477 string_ifree(ANGBAND_DIR_EDIT); in free_file_paths()
517 ANGBAND_DIR_EDIT = string_make(""); in init_file_paths()
548 ANGBAND_DIR_EDIT = string_make(path); in init_file_paths()
H A Dc-externs.h271 extern cptr ANGBAND_DIR_EDIT;