Home
last modified time | relevance | path

Searched refs:ANGBAND_DIR_INFO (Results 1 – 18 of 18) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dmain.c269 string_free(ANGBAND_DIR_INFO); in change_path()
270 ANGBAND_DIR_INFO = string_make(s + 1); in change_path()
H A Dinit2.c114 string_free(ANGBAND_DIR_INFO); in init_file_paths()
143 ANGBAND_DIR_INFO = string_make(""); in init_file_paths()
173 ANGBAND_DIR_INFO = string_make(path); in init_file_paths()
1662 string_free(ANGBAND_DIR_INFO); in cleanup_angband()
H A Dvariable.c678 cptr ANGBAND_DIR_INFO; variable
H A Dmain-emx.c950 char **ANGBAND_DIR_INFO,
1193 (char**)&ANGBAND_DIR_INFO, in angbandThread()
H A Dexterns.h250 extern cptr ANGBAND_DIR_INFO;
H A Dfiles.c3240 path_make(path, ANGBAND_DIR_INFO, name); in show_file()
H A Dmain-win.c4874 validate_dir(ANGBAND_DIR_INFO); in init_stuff()
/dports/games/angband/Angband-4.2.2/src/
H A Dinit.h151 extern char *ANGBAND_DIR_INFO;
H A Dui-help.c150 path_build(path, sizeof(path), ANGBAND_DIR_INFO, name); in show_file()
H A Dmain.c161 { "info", &ANGBAND_DIR_INFO, true },
H A Dinit.c98 char *ANGBAND_DIR_INFO; variable
324 string_free(ANGBAND_DIR_INFO); in init_file_paths()
376 BUILD_DIRECTORY_PATH(ANGBAND_DIR_INFO, ANGBAND_DIR_USER, "info"); in init_file_paths()
414 path_build(dirpath, sizeof(dirpath), ANGBAND_DIR_INFO, ""); in create_needed_dirs()
3916 string_free(ANGBAND_DIR_INFO); in cleanup_angband()
H A Dmain-win.c4981 validate_dir(ANGBAND_DIR_INFO); in init_stuff()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-emx.c724 char **ANGBAND_DIR_INFO,
989 (char**)&ANGBAND_DIR_INFO, in angbandThread()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-variable.c252 cptr ANGBAND_DIR_INFO; variable
H A Dc-files.c480 string_ifree(ANGBAND_DIR_INFO); in free_file_paths()
520 ANGBAND_DIR_INFO = string_make(""); in init_file_paths()
560 ANGBAND_DIR_INFO = string_make(path); in init_file_paths()
H A Dc-externs.h274 extern cptr ANGBAND_DIR_INFO;
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dinit2.c165 ANGBAND_DIR_INFO = string_make(path); in init_file_paths()
H A Dexterns.h357 extern cptr ANGBAND_DIR_INFO;