HomeSort by: relevance | last modified time | path
    Searched refs:save_file (Results 1 - 7 of 7) sorted by relevancy

  /src/games/rogue/
init.c 298 env_get_value(&save_file, eptr, 0);
324 init_str(&save_file, "rogue.save");
save.c 73 char *save_file = NULL; variable in typeref:typename:char *
80 if (!get_input_line("file name?", save_file, fname, sizeof(fname),
rogue.h 679 extern char *save_file;
room.c 95 0, &save_file, NULL
  /src/lib/libc/db/hash/
hash.h 111 int save_file; /* Indicates whether we need to flush member in struct:htab
hash.c 193 hashp->save_file = file && (hashp->flags & O_RDWR);
413 if (__buf_free(hashp, 1, hashp->save_file))
461 if (!hashp->save_file)
484 if (!hashp->save_file)
  /src/usr.sbin/lpr/lpd/
printjob.c 892 char *save_file; local in function:sendfile
894 save_file = file;
929 (long long)stb.st_size, save_file);

Completed in 17 milliseconds