Home
last modified time | relevance | path

Searched refs:hinted (Results 1 – 6 of 6) sorted by relevance

/original-bsd/games/adventure/
H A Dsave.c82 hinted, sizeof(hinted),
H A Ddone.c53 if (hinted[i]) scor -= hints[i][2]; in score()
H A Dhdr.h103 int hinted[20],hintlc[20]; member
H A Dinit.c185 hinted[3]=yes(65,1,0); in startup()
189 if (hinted[3]) limit=1000; /* better batteries if instrucs */ in startup()
H A Dmain.c499 if (obj==oyster&&hinted[2]&&toting(oyster)) spk=194;
500 if (obj!=oyster||hinted[2]||!toting(oyster)
502 hinted[2]=yes(192,193,54);
H A Dsubr.c372 { if (hinted[hint]) continue; in checkhints()
401 hinted[hint]=yes(175,hints[hint][4],54); in checkhints()