Home
last modified time | relevance | path

Searched refs:normal_bs_file (Results 1 – 5 of 5) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h28 extern FILE *normal_bs_file;
H A Dinit.c59 normal_bs_file = fopen(log_filename, "rb"); in Initialize()
60 books_file = normal_bs_file; in Initialize()
61 if (!normal_bs_file) in Initialize()
H A Ddata.c7 FILE *normal_bs_file; variable
H A Dbook.c971 fclose(normal_bs_file); in Bookup()
977 normal_bs_file = 0; in Bookup()
H A Doption.c373 books_file = (computer_bs_file) ? computer_bs_file : normal_bs_file; in Option()
1807 FILE *normal_bs_file = books_file; in Option() local
1815 books_file = normal_bs_file; in Option()