Home
last modified time | relevance | path

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

/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dui_sdlgl.c46 static int pgn_slot; variable
114 pgn_slot = slot; in set_pgn_slot()
373 *pgn = pgn_slot; in do_menu()
374 if (pgn_slot >= 0) in do_menu()
375 config = *get_config_save(pgn_slot); in do_menu()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Ddreamchess.c486 int pgn_slot; local
489 if (!(config = ui->config(&pgn_slot)))
539 if (pgn_slot >= 0)
540 if (game_load(pgn_slot)) {
541 DBG_ERROR("Failed to load savegame in slot %i", pgn_slot);
H A Dui.h33 config_t *(*config)(int *pgn_slot);