| /src/games/mille/ |
| mille.c | 57 bool restore; local 67 restore = FALSE; 71 restore = TRUE; 103 if (!restore || (Player[PLAYER].total >= 5000 113 if (!restore) 115 if (!restore || On_exit) { 120 if (restore) 130 restore = On_exit = FALSE;
|
| /src/games/battlestar/ |
| save.c | 44 restore(const char *filename) function
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| scoped_restore-selftests.c | 47 scoped_restore restore = make_scoped_restore (&integer); local 58 scoped_restore restore = make_scoped_restore (&integer, 1); local 68 scoped_restore restore = make_scoped_restore (&integer, 1); local 70 restore.release (); 82 scoped_restore restore = make_scoped_restore (&base, &derived); local 89 /* Test calling a function that returns a scoped restore. Makes 95 scoped_restore restore = make_scoped_restore_global (1); local
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| scoped_restore-selftests.c | 47 scoped_restore restore = make_scoped_restore (&integer); local 58 scoped_restore restore = make_scoped_restore (&integer, 1); local 68 scoped_restore restore = make_scoped_restore (&integer, 1); local 70 restore.release (); 82 scoped_restore restore = make_scoped_restore (&base, &derived); local 89 /* Test calling a function that returns a scoped restore. Makes 95 scoped_restore restore = make_scoped_restore_global (1); local
|
| /src/sys/external/bsd/drm2/include/drm/ |
| drm_client.h | 51 int (*restore)(struct drm_client_dev *); member in struct:drm_client_funcs
|
| drm_encoder_slave.h | 54 void (*restore)(struct drm_encoder *); member in struct:drm_encoder_slave_funcs
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_crtc.h | 71 void (*restore)(struct drm_crtc *crtc); member in struct:nouveau_crtc
|
| nouveau_encoder.h | 61 struct nv04_output_reg restore; member in struct:nouveau_encoder
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_encoder_slave.h | 57 void (*restore)(struct drm_encoder *encoder); member in struct:drm_encoder_slave_funcs
|
| /src/sys/external/bsd/drm2/include/linux/ |
| pm.h | 61 int (*restore)(struct device *); member in struct:dev_pm_ops
|
| /src/games/rogue/ |
| save.c | 174 restore(const char *fname) function
|
| /src/sbin/gpt/ |
| restore.c | 36 __RCSID("$NetBSD: restore.c,v 1.22 2025/12/17 15:56:06 nia Exp $"); 65 "restore", 175 restore(gpt_t gpt, const char *infile, int force) function 413 return restore(gpt, infile, force);
|
| /src/usr.sbin/memswitch/ |
| memswitch.c | 146 restore(argv[0]); 440 restore(const char *name) function 478 fprintf(stderr, "Skipping restore...\n");
|
| /src/games/monop/ |
| execute.c | 334 restore(void) function 339 printf("Which file do you wish to restore from? "); 433 * State of the restore parser 445 * Reset the restore parser
|
| /src/usr.bin/resize/ |
| resize.c | 153 static const char *const restore[EMULATIONS] = variable 511 if (restore[emu]) 512 IGNORE_RC(write(tty, restore[emu], strlen(restore[emu])));
|
| /src/usr.sbin/pf/pfs/ |
| pfs.c | 459 int restore = 0; local 486 restore = 1; 500 restore = 1; 525 if (set == 0 && dump == 0 && restore == 0 && test == 0) 528 if (dump == 1 && restore == 1) 542 if (set != 0 && dump == 0 && restore == 0) 558 if (restore) {
|
| /src/external/bsd/blocklist/bin/ |
| blocklistd.c | 412 (*lfun)(LOG_ERR, "Can't open `%s' to restore state (%m)", 429 int c, tout, flags, flush, restore, ret; local 439 restore = 0; 466 restore++; 518 if (!restore) 548 if (restore) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-cond-parse.c | 639 scoped_restore_current_pspace_and_thread restore; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| break-cond-parse.c | 635 scoped_restore_current_pspace_and_thread restore; local
|
| /src/games/adventure/ |
| save.c | 573 // save + restore 754 restore(const char *infile) function
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| EHScopeStack.h | 60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } function in struct:clang::CodeGen::InvariantValue 202 T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) { function in class:clang::CodeGen::EHScopeStack::final 205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...}; 209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssanames.cc | 607 /* Restore the version number. */ 954 /* Save and restore of flow sensitive information. */ 984 /* Restore the flow sensitive info from NAME. */ 987 flow_sensitive_info_storage::restore (tree name) function in class:flow_sensitive_info_storage 999 just return, there is nothing to restore to. */
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_internal.h | 193 isc_result_t (*restore)(dst_key_t *key, const char *keystr); member in struct:dst_func
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_internal.h | 220 isc_result_t (*restore)(dst_key_t *key, const char *keystr); member in struct:dst_func
|
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| RAIIObjectsForParser.h | 279 /// restore - This can be used to restore the state early, before the dtor 281 void restore() { function in class:clang::ColonProtectionRAIIObject 286 restore(); 302 /// This can be used to restore the state early, before the dtor 304 void restore() { P.OpenMPDirectiveParsing = OldVal; } function in class:clang::ParsingOpenMPDirectiveRAII 306 ~ParsingOpenMPDirectiveRAII() { restore(); }
|