Home
last modified time | relevance | path

Searched refs:SP_opening_filename (Results 1 – 3 of 3) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Doption.c1386 SP_opening_filename[lastent] = malloc(strlen(filename) + 1); in Option()
1387 strcpy(SP_opening_filename[lastent], filename); in Option()
1419 if (SP_opening_filename[i]) in Option()
1420 Print(32, " book=%s", SP_opening_filename[i]); in Option()
1810 if (SP_opening_filename[i]) { in Option()
1811 books_file = fopen(SP_opening_filename[i], "rb"); in Option()
1814 SP_opening_filename[i], SP_list[i]); in Option()
H A Ddata.h23 extern char *SP_opening_filename[128];
H A Ddata.c476 char *SP_opening_filename[128]; variable