Symbol: restore
bin/ksh/trap.c
430
setexecsig(p, restore)
bin/ksh/trap.c
432
int restore;
bin/ksh/trap.c
441
switch (restore & SS_RESTORE_MASK) {
games/adventure/extern.h
67
int restore(const char *);
games/adventure/main.c
77
i = restore(argv[1]); /* See what we've got */
games/battlestar/extern.h
370
void restore(const char *);
games/battlestar/init.c
72
restore(savefile);
games/mille/mille.c
103
if (!restore || (Player[PLAYER].total >= 5000
games/mille/mille.c
113
if (!restore)
games/mille/mille.c
115
if (!restore || On_exit) {
games/mille/mille.c
120
if (restore)
games/mille/mille.c
130
restore = On_exit = FALSE;
games/mille/mille.c
57
bool restore;
games/mille/mille.c
67
restore = FALSE;
games/mille/mille.c
71
restore = TRUE;
games/monop/monop.c
118
restore, /* restore game |* 14 *| */
games/monop/monop.c
237
restore();
games/monop/monop.h
161
void restore(void);
games/rogue/init.c
134
restore(rest_file);
games/rogue/rogue.h
592
void restore(const char *);
lib/libc/gen/getpass.c
146
goto restore;
lib/libc/gen/getpass.c
162
goto restore;
lib/libc/gen/getpass.c
168
goto restore;
lib/libc/gen/getpass.c
257
goto restore;
lib/libc/gen/getpass.c
290
restore:
sbin/gpt/restore.c
413
return restore(gpt, infile, force);
sys/arch/m68k/060sp/dist/isp.s
588
# if exception occurred in user mode, then we have to restore a7 in case it
sys/arch/m68k/fpsp/fpsp.h
99
* the handler exit code restore the value.
sys/arch/m68k/m68k/compat_16_machdep.c
286
goto restore;
sys/arch/m68k/m68k/compat_16_machdep.c
303
goto restore;
sys/arch/m68k/m68k/compat_16_machdep.c
348
restore:
sys/arch/mvmeppc/isa/mkclock_isa.c
121
goto restore;
sys/arch/mvmeppc/isa/mkclock_isa.c
126
goto restore;
sys/arch/mvmeppc/isa/mkclock_isa.c
134
goto restore;
sys/arch/mvmeppc/isa/mkclock_isa.c
140
restore:
sys/arch/sparc/include/asm.h
125
or %o0,%lo(1b),%o0; restore
sys/arch/sparc/include/asm.h
130
or %o0,%lo(1b),%o0; restore
sys/arch/sparc/include/asm.h
137
or %o0,%lo(1b),%o0; restore
sys/arch/sparc/include/asm.h
142
or %o0,%lo(1b),%o0; restore
sys/arch/sparc64/include/locore.h
162
restore
usr.bin/resize/resize.c
153
static const char *const restore[EMULATIONS] =
usr.bin/resize/resize.c
511
if (restore[emu])
usr.bin/resize/resize.c
512
IGNORE_RC(write(tty, restore[emu], strlen(restore[emu])));
usr.sbin/memswitch/memswitch.c
146
restore(argv[0]);
usr.sbin/memswitch/memswitch.h
90
int restore(const char*);
usr.sbin/pf/pfs/pfs.c
459
int restore = 0;
usr.sbin/pf/pfs/pfs.c
486
restore = 1;
usr.sbin/pf/pfs/pfs.c
500
restore = 1;
usr.sbin/pf/pfs/pfs.c
525
if (set == 0 && dump == 0 && restore == 0 && test == 0)
usr.sbin/pf/pfs/pfs.c
528
if (dump == 1 && restore == 1)
usr.sbin/pf/pfs/pfs.c
542
if (set != 0 && dump == 0 && restore == 0)
usr.sbin/pf/pfs/pfs.c
558
if (restore) {