Searched refs:wc_tile_file (Results 1 - 6 of 6) sorted by last modified time

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c1019 if (iflags.wc_tile_file) free(iflags.wc_tile_file);
H A Doptions.c1994 if (iflags.wc_tile_file) free(iflags.wc_tile_file);
1995 iflags.wc_tile_file = (char *)alloc(strlen(op) + 1);
1996 Strcpy(iflags.wc_tile_file, op);
3091 Sprintf(buf, "%s", iflags.wc_tile_file ? iflags.wc_tile_file : defopt);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c1019 if (iflags.wc_tile_file) free(iflags.wc_tile_file);
H A Doptions.c1994 if (iflags.wc_tile_file) free(iflags.wc_tile_file);
1995 iflags.wc_tile_file = (char *)alloc(strlen(op) + 1);
1996 Strcpy(iflags.wc_tile_file, op);
3091 Sprintf(buf, "%s", iflags.wc_tile_file ? iflags.wc_tile_file : defopt);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h229 char *wc_tile_file; /* name of tile file;overrides default */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h229 char *wc_tile_file; /* name of tile file;overrides default */ member in struct:instance_flags

Completed in 67 milliseconds