OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fut_geno
(Results
1 - 8
of
8
) sorted by relevancy
/src/games/hack/
hack.Decl.c
103
char
fut_geno
[60];
variable
hack.makemon.c
94
if (strchr(
fut_geno
, ptr->mlet))
97
ct = CMNUM - strlen(
fut_geno
);
98
if (strchr(
fut_geno
, 'm'))
100
if (strchr(
fut_geno
, '@'))
111
if (strchr(
fut_geno
, ptr->mlet))
hack.save.c
129
bwrite(fd,
fut_geno
, sizeof
fut_geno
);
192
mread(fd,
fut_geno
, sizeof
fut_geno
);
hack.h
199
extern char
fut_geno
[60]; /* idem */
hack.read.c
268
if (!strchr(
fut_geno
, *buf))
269
charcat(
fut_geno
, *buf);
hack.main.c
306
(void) strcpy(
fut_geno
, genocided);
hack.mon.c
817
!strchr(
fut_geno
, mdat->mlet))
818
charcat(
fut_geno
, mdat->mlet);
hack.mklev.c
786
if (strchr(
fut_geno
, 'M'))
Completed in 26 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026