Home
last modified time | relevance | path

Searched refs:fut_geno (Results 1 – 8 of 8) sorted by relevance

/netbsd/games/hack/
H A Dhack.makemon.c94 if (strchr(fut_geno, ptr->mlet)) in makemon()
97 ct = CMNUM - strlen(fut_geno); in makemon()
98 if (strchr(fut_geno, 'm')) in makemon()
100 if (strchr(fut_geno, '@')) in makemon()
111 if (strchr(fut_geno, ptr->mlet)) in makemon()
H A Dhack.save.c129 bwrite(fd, fut_geno, sizeof fut_geno); in dosave0()
192 mread(fd, fut_geno, sizeof fut_geno); in dorecover()
H A Dhack.Decl.c103 char fut_geno[60]; variable
H A Dhack.read.c268 if (!strchr(fut_geno, *buf)) in doread()
269 charcat(fut_geno, *buf); in doread()
H A Dhack.h199 extern char fut_geno[60]; /* idem */
H A Dhack.main.c306 (void) strcpy(fut_geno, genocided); in main()
H A Dhack.mon.c817 !strchr(fut_geno, mdat->mlet)) in killed()
818 charcat(fut_geno, mdat->mlet); in killed()
H A Dhack.mklev.c786 if (strchr(fut_geno, 'M')) in mktrap()