Searched refs:save_file (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/games/rogue/ |
| H A D | init.c | 298 env_get_value(&save_file, eptr, 0); in do_opts() 324 init_str(&save_file, "rogue.save"); in do_opts()
|
| H A D | save.c | 73 char *save_file = NULL; variable 80 if (!get_input_line("file name?", save_file, fname, sizeof(fname), in save_game()
|
| H A D | CHANGES | 12 The -r option not implemented, use "rogue save_file" instead.
|
| H A D | rogue.h | 677 extern char *save_file;
|
| H A D | room.c | 95 0, &save_file, NULL
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | history.c | 221 static void save_file (char *dir, char *name, char *module); 491 save_file (NULL, optarg, NULL); in history() 500 save_file (optarg, NULL, NULL); in history() 581 save_file (NULL, argv[i], NULL); in history() 980 save_file (char *dir, char *name, char *module) in save_file() function
|
| H A D | ChangeLog | 1009 * history.c (save_file): Bug fix from last change. 1058 * history.c (save_user, save_file, save_module, read_hrecs): Ditto. 1065 * history.c (history, history_write, save_file): Ditto. 1099 * history.c (history, save_file): Cleanup the API to match the
|
| /netbsd-src/lib/libc/db/hash/ |
| H A D | hash.c | 193 hashp->save_file = file && (hashp->flags & O_RDWR); in __hash_open() 413 if (__buf_free(hashp, 1, hashp->save_file)) in hdestroy() 461 if (!hashp->save_file) in hash_sync() 484 if (!hashp->save_file) in flush_meta()
|
| H A D | hash.h | 111 int save_file; /* Indicates whether we need to flush member
|
| /netbsd-src/external/bsd/ipf/lib/ |
| H A D | Makefile | 131 save_file.c \
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 892 char *save_file; in sendfile() local 894 save_file = file; in sendfile() 929 (long long)stb.st_size, save_file); in sendfile()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | gp-display-text.cc | 803 FILE *ck_file, *save_file; in proc_cmd() local 1371 save_file = inp_file; in proc_cmd() 1374 inp_file = save_file; in proc_cmd()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | gp-display-text.cc | 808 FILE *ck_file, *save_file; in proc_cmd() local 1376 save_file = inp_file; in proc_cmd() 1379 inp_file = save_file; in proc_cmd()
|