Home
last modified time | relevance | path

Searched refs:hs_open (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dhiscore.h4 void hs_open( const char *name );
H A Dhiscore.c252 void hs_open (const char *name) in hs_open() function
H A Dcpuintrf.c681 hs_open(Machine->gamedrv->name); in cpu_run()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhiscore.h4 void hs_open( const char *name );
H A Dhiscore.c219 void hs_open (const char *name) in hs_open() function
H A Dcpuexec.c281 hs_open(Machine->gamedrv->name); in cpu_pre_run()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhiscore.h4 void hs_open( const char *name );
H A Dhiscore.c219 void hs_open (const char *name) in hs_open() function
H A Dcpuexec.c281 hs_open(Machine->gamedrv->name); in cpu_pre_run()
/dports/databases/beansdb/beansdb-0.7.1.4/src/
H A Dhstore.h25 HStore* hs_open(char *path, int height, time_t before, int scan_threads);
H A Dhstore.c150 HStore *hs_open(char *path, int height, time_t before, int scan_threads) in hs_open() function
190 HStore *s = hs_open(path, height - 1, 0, 0); in hs_open()
H A Dbeansdb.c2324 store = hs_open(dbhome, height, before_time, settings.num_threads); in main()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dhiscores.cc60 static FILE *hs_open(const char *mode);
91 scores = hs_open("r"); in hiscores_new_entry()
134 scores = hs_open("w"); in hiscores_new_entry()
161 scores = hs_open("r"); in hiscores_print_list()
1159 FILE *hs_open( const char *mode ) in hs_open() function
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c1380 void hs_open(widget_ptr w, void *data) in hs_open() function
1663 widget_put_handler((widget_ptr) it, hs_open, signal_activate); in main()