Home
last modified time | relevance | path

Searched refs:DB_Store (Results 1 – 13 of 13) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dw32_config.c58 DB_Store (dbGui); in GUI_LoadConfig()
70 DB_Store (dbGui); in GUI_SaveConfig()
H A Dcfg_xblast.c80 DB_Store (db); in LoadXBlastConfig()
92 DB_Store (db); in SaveXBlastConfig()
H A Dsdl_config.c161 DB_Store (dbGui); in GUI_LoadConfig()
172 DB_Store (dbGui); in GUI_SaveConfig()
H A Dx11_config.c177 DB_Store (dbGui); in GUI_LoadConfig()
189 DB_Store (dbGui); in GUI_SaveConfig()
H A Dcfg_demo.c77 DB_Store (dbList); in SaveDemoConfig()
179 DB_Store (dbDemo); in SaveCurrentDemo()
H A Dcfg_player.c540 DB_Store (dbLocal); in LoadPlayerConfig()
552 DB_Store (dbLocal); in SavePlayerConfig()
558 DB_Store (dbRemote); in SavePlayerConfig()
613 DB_Store (dbCentral); in LoadPlayerCentral()
624 DB_Store (dbCentral); in SavePlayerCentral()
H A Dcfg_control.c279 DB_Store (dbControl); in LoadControlConfig()
291 DB_Store (dbControl); in SaveControlConfig()
H A Dcfg_stat.c196 DB_Store (dbLevel); in SaveStatConfig()
201 DB_Store (dbPlayer); in SaveStatConfig()
H A Dini_file.h133 extern XBBool DB_Store (DBRoot * db);
H A Dcfg_game.c721 DB_Store (dbLocal); in LoadGameConfig()
733 DB_Store (dbLocal); in SaveGameConfig()
739 DB_Store (dbRemote); in SaveGameConfig()
H A Dcfg_level.c561 DB_Store (dbLevel); in GetNextLevelFromTable2()
672 DB_Store (dbLevel); in SaveLevelConfig()
H A Dmenu_edit.c167 if (!DB_Store (level)) in SaveLevel()
1780 DB_Store (level); in CreateLevel()
H A Dini_file.c1348 DB_Store (DBRoot * db) in DB_Store() function