Home
last modified time | relevance | path

Searched refs:books_file (Results 1 – 7 of 7) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dtest.c69 if (books_file) { in Test()
70 fclose(books_file); in Test()
71 books_file = 0; in Test()
263 if (books_file) { in TestEPD()
264 fclose(books_file); in TestEPD()
265 books_file = 0; in TestEPD()
H A Dbench.c102 old_books = books_file; in Bench()
103 books_file = 0; in Bench()
216 books_file = old_books; in Bench()
H A Dbook.c90 if (books_file) { in Book()
91 fseek(books_file, test * sizeof(int), SEEK_SET); in Book()
92 v = fread(buf32, 4, 1, books_file); in Book()
97 fseek(books_file, key, SEEK_SET); in Book()
98 v = fread(buf32, 4, 1, books_file); in Book()
103 BookClusterIn(books_file, scluster, book_buffer); in Book()
970 if (books_file) in Bookup()
975 books_file = 0; in Bookup()
985 books_file = fopen(fname, "rb+"); in Bookup()
H A Ddata.h27 extern FILE *books_file;
H A Dinit.c60 books_file = normal_bs_file; in Initialize()
79 fclose(books_file); in Initialize()
81 books_file = 0; in Initialize()
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()
1811 books_file = fopen(SP_opening_filename[i], "rb"); in Option()
1812 if (!books_file) { in Option()
1815 books_file = normal_bs_file; in Option()
H A Ddata.c6 FILE *books_file; variable