Home
last modified time | relevance | path

Searched refs:ANGBAND_DIR_USER (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-files.c684 string_free(ANGBAND_DIR_USER); in init_file_paths()
706 ANGBAND_DIR_USER = string_make(""); in init_file_paths()
726 ANGBAND_DIR_USER = string_make(path); in init_file_paths()
1351 path_build(buf, 1024, ANGBAND_DIR_USER, name); in file_character()
1567 path_build(buf, 1024, ANGBAND_DIR_USER, buf2); in xhtml_screenshot()
1593 dp = opendir(ANGBAND_DIR_USER); in xhtml_screenshot()
1617 path_build(buf, 1024, ANGBAND_DIR_USER, file_name); in xhtml_screenshot()
1778 path_build(buf, 1024, ANGBAND_DIR_USER, file_name); in save_auto_inscriptions()
1825 path_build(buf, 1024, ANGBAND_DIR_USER, file_name); in load_auto_inscriptions()
2008 path_build(buf, 1024, ANGBAND_DIR_USER, file_name); in save_birth_file()
[all …]
H A Dmain-emx.c722 int emx_options(char **ANGBAND_DIR_USER,
987 if (!emx_options((char**)&ANGBAND_DIR_USER, in angbandThread()
H A Dvariable.c178 cptr ANGBAND_DIR_USER; variable
/dports/games/zangband/zangband/src/
H A Dinit2.c117 string_free(ANGBAND_DIR_USER); in init_file_paths()
146 ANGBAND_DIR_USER = string_make(""); in init_file_paths()
185 ANGBAND_DIR_USER = string_make(buf); in init_file_paths()
191 ANGBAND_DIR_USER = string_make(path); in init_file_paths()
198 path_make(buf, ANGBAND_DIR_USER, "scores"); in init_file_paths()
202 path_make(buf, ANGBAND_DIR_USER, "bone"); in init_file_paths()
206 path_make(buf, ANGBAND_DIR_USER, "data"); in init_file_paths()
210 path_make(buf, ANGBAND_DIR_USER, "save"); in init_file_paths()
1665 string_free(ANGBAND_DIR_USER); in cleanup_angband()
H A Dmain.c320 string_free(ANGBAND_DIR_USER); in change_path()
321 ANGBAND_DIR_USER = string_make(s + 1); in change_path()
H A Dcmd4.c1124 path_make(buf, ANGBAND_DIR_USER, "pref-opt.prf"); in do_cmd_options_dump()
1244 path_make(buf, ANGBAND_DIR_USER, fname); in macro_dump()
1409 path_make(buf, ANGBAND_DIR_USER, fname); in keymap_dump()
2015 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_monster()
2089 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_object()
2164 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_feature()
2239 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_field()
2673 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_colour()
2758 path_make(buf, ANGBAND_DIR_USER, tmp); in do_cmd_dump_message()
3103 path_make(buf, ANGBAND_DIR_USER, "dump.txt"); in do_cmd_load_screen()
[all …]
H A Dnotes.c31 path_make(buf, ANGBAND_DIR_USER, fname); in notes_file()
H A Dwizard1.c234 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_obj_desc()
1257 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_artifact()
1347 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_mon_desc()
1598 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_mon_info()
2490 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_mutation()
2587 path_make(buf, ANGBAND_DIR_USER, fname); in spoil_rac_pow()
H A Dvariable.c696 cptr ANGBAND_DIR_USER; variable
H A Dmain-emx.c948 int emx_options(char **ANGBAND_DIR_USER,
1191 if (!emx_options((char**)&ANGBAND_DIR_USER, in angbandThread()
/dports/games/angband/Angband-4.2.2/src/stats/
H A Ddb.c39 size_t size = strlen(ANGBAND_DIR_USER) + strlen(PATH_SEP) + 6; in stats_make_output_dir()
41 path_build(ANGBAND_DIR_STATS, size, ANGBAND_DIR_USER, "stats"); in stats_make_output_dir()
/dports/games/angband/Angband-4.2.2/src/
H A Dwiz-spoil.c212 path_build(buf, sizeof(buf), ANGBAND_DIR_USER, fname); in spoil_obj_desc()
381 path_build(buf, sizeof(buf), ANGBAND_DIR_USER, fname); in spoil_artifact()
503 path_build(buf, sizeof(buf), ANGBAND_DIR_USER, fname); in spoil_mon_desc()
630 path_build(buf, sizeof(buf), ANGBAND_DIR_USER, fname); in spoil_mon_info()
H A Doption.c140 path_build(path, sizeof(path), ANGBAND_DIR_USER, in options_save_custom_birth()
191 path_build(path, sizeof(path), ANGBAND_DIR_USER, in options_restore_custom_birth()
H A Ddatafile.c88 path_build(path, sizeof(path), ANGBAND_DIR_USER, format("%s.txt", in parse_file()
517 path_build(old, sizeof(old), ANGBAND_DIR_USER, format("%s.txt", fname)); in file_archive()
534 path_build(new, sizeof(new), ANGBAND_DIR_USER, "randart.txt"); in activate_randart_file()
H A Dsave-charoutput.c28 path_build(path, sizeof(path), ANGBAND_DIR_USER, "CharOutput.txt"); in save_charoutput()
H A Dinit.h148 extern char *ANGBAND_DIR_USER;
H A Dmain.c167 { "user", &ANGBAND_DIR_USER, true },
H A Dinit.c95 char *ANGBAND_DIR_USER; variable
321 string_free(ANGBAND_DIR_USER); in init_file_paths()
351 ANGBAND_DIR_USER = string_make(buf); in init_file_paths()
364 ANGBAND_DIR_USER = string_make(buf); in init_file_paths()
367 ANGBAND_DIR_USER = string_make(datapath); in init_file_paths()
370 BUILD_DIRECTORY_PATH(ANGBAND_DIR_USER, datapath, "user"); in init_file_paths()
376 BUILD_DIRECTORY_PATH(ANGBAND_DIR_INFO, ANGBAND_DIR_USER, "info"); in init_file_paths()
379 userpath = ANGBAND_DIR_USER; in init_file_paths()
405 path_build(dirpath, sizeof(dirpath), ANGBAND_DIR_USER, ""); in create_needed_dirs()
3913 string_free(ANGBAND_DIR_USER); in cleanup_angband()
H A Dui-command.c488 path_build(file_name, sizeof(file_name), ANGBAND_DIR_USER, "dump.prf"); in do_cmd_save_screen_html()
/dports/games/tomenet/tomenet-4.6.0/src/console/
H A Dvariable.c27 cptr ANGBAND_DIR_USER; variable
H A Dexterns.h36 extern cptr ANGBAND_DIR_USER;
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-files.c483 string_ifree(ANGBAND_DIR_USER); in free_file_paths()
523 ANGBAND_DIR_USER = string_make(""); in init_file_paths()
572 ANGBAND_DIR_USER = string_make(path); in init_file_paths()
1162 path_build(buf, 1024, ANGBAND_DIR_USER, "window.prf"); in Save_windows()
1216 path_build(buf, 1024, ANGBAND_DIR_USER, "options.prf"); in Save_options()
1636 path_build(buf, sizeof(buf), ANGBAND_DIR_USER, name); in process_pref_file()
2771 ang_dir *src_dir = my_dopen(ANGBAND_DIR_USER); in import_user_pref_files()
2774 plog_fmt("Could not open directory '%s' for reading.", ANGBAND_DIR_USER); in import_user_pref_files()
2784 path_build(tmp_src_path, PATH_MAX, ANGBAND_DIR_USER, tmp_fname); in import_user_pref_files()
2794 string_free(ANGBAND_DIR_USER); in import_user_pref_files()
[all …]
H A Dc-init.c148 string_free(ANGBAND_DIR_USER); in init_stuff()
149 ANGBAND_DIR_USER = string_make(path + offset); in init_stuff()
172 ANGBAND_DIR_USER = string_make(path + offset); in init_stuff()
H A Dc-variable.c254 cptr ANGBAND_DIR_USER; variable
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dmain.c303 ANGBAND_DIR_USER = &argv[0][2];

123