Home
last modified time | relevance | path

Searched refs:loadstate (Results 26 – 50 of 77) sorted by relevance

1234

/dports/net-mgmt/check_logfiles/check_logfiles-3.13/plugins-scripts/Nagios/CheckLogfiles/Search/
H A DPsloglist.pm55 sub loadstate { subroutine
57 $self->SUPER::loadstate();
H A DDumpel.pm119 sub loadstate { subroutine
121 $self->SUPER::loadstate();
216 $self->loadstate();
H A DEventlog.pm111 sub loadstate { subroutine
113 $self->SUPER::loadstate();
205 $self->loadstate();
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/addons/
H A Dslot1comp_rom.h38 void loadstate(EMUFILE* is);
H A Dslot1comp_protocol.h73 void loadstate(EMUFILE* is);
H A Dslot1comp_rom.cpp119 void Slot1Comp_Rom::loadstate(EMUFILE* is) in loadstate() function in Slot1Comp_Rom
H A Dslot2_expMemory.cpp182 virtual void loadstate(EMUFILE* is) in loadstate() function in Slot2_ExpansionPak
H A Dslot1comp_protocol.cpp249 void Slot1Comp_Protocol::loadstate(EMUFILE* is) in loadstate() function in Slot1Comp_Protocol
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Daggregate.pm103 loadstate();
158 loadstate();
207 loadstate();
304 sub loadstate () { subroutine
417 loadstate();
/dports/emulators/hercules/hercules-3.13/
H A Dipl.c185 regs->loadstate = 1; in ARCH_DEP()
353 regs->loadstate = 0; in ARCH_DEP()
372 regs->loadstate = 0; in ARCH_DEP()
/dports/games/widelands/widelands-build21/src/logic/map_objects/
H A Dbob.cc1032 LoadState& loadstate = states[i]; in load() local
1038 loadstate.objvar1 = fr.unsigned_32(); in load()
1066 state.route->load(loadstate.route, fr); in load()
1087 LoadState& loadstate = states[i]; in load_pointers() local
1089 if (loadstate.objvar1) in load_pointers()
1090 state.objvar1 = &mol().get<MapObject>(loadstate.objvar1); in load_pointers()
1093 state.route->load_pointers(loadstate.route, mol()); in load_pointers()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dplugin_data_storage.mdwn22 * Plugins can register savestate and loadstate hooks. The hook id is the
24 * loadstate hooks are called and passed a list of all values for a page
51 * All feeds will need to be marked as removable in loadstate, and only
H A Dmissingparents.pm.mdwn102 + loadstate();
127 +sub loadstate() {
/dports/games/cube/cube_source/src/
H A Dsavegamedemo.cpp76 void loadstate(char *fn) in loadstate() function
101 loadstate(fn); in loadgame()
202 loadstate(fn); in demo()
/dports/games/libretro-o2em/libretro-o2em-f874a75/src/
H A Dvmachine.h70 int loadstate(char* filename);
H A Dkeyboard.c224 if ((stateError=loadstate(app_data.statefile))==0) in rloadstate()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dslot1.h93 virtual void loadstate(EMUFILE* is) {} in loadstate() function
H A DMMU.h130 bool loadstate(EMUFILE *f);
149 bool loadstate(EMUFILE* is, int version);
163 bool loadstate(EMUFILE* is, int version);
198 bool loadstate(EMUFILE *f);
H A DMMU_timing.h119 bool loadstate(EMUFILE* is, int version) in loadstate() function
243 bool loadstate(EMUFILE* is, int version) in loadstate() function
H A Dslot1.cpp208 slot1_device->loadstate(is); in slot1_Loadstate()
H A Dslot2.h83 virtual void loadstate(EMUFILE* is) {} in loadstate() function
H A Dslot2.cpp254 slot2_device->loadstate(is); in slot2_Loadstate()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_main.cpp702 machine.loadstate(); in mainHeadless()
715 if (options.system_midiout) machine.loadstate(); in mainHeadless()
810 if (options.system_midiout) machine.loadstate(); in mainGtk()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webidl/
H A DLoadURIOptions.webidl75 * the next loadinfo through the loadstate as long as it's a same-origin
/dports/games/mahjong/mj-1.16-src/
H A Dcontroller.c154 static int loadstate = 0; /* if we have to load state */ variable
312 loadstate = 1; in main()
395 if ( loadstate ) { in main()
398 loadstate = 0; in main()
654 loadstate = 1; in handle_pmsg()
793 if ( loadstate && !refusal ) { in handle_pmsg()
974 if ( ! loadstate ) { in handle_pmsg()
1206 loadstate = 1; in handle_pmsg()
3603 id,exit_on_disconnect ? "quitting" : loadstate ? "; game suspended" : ""); in handle_cnx_error()

1234