Home
last modified time | relevance | path

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

/original-bsd/games/battlestar/
H A Dbattlestar.c37 beenthere[position]++;
H A Dcypher.c242 beenthere[position] = 2; in cypher()
302 … visited %d out of %d rooms this run (%d%%).\n",card(beenthere,NUMOFROOMS),NUMOFROOMS,card(beenthe… in cypher()
H A Droom.c21 if (beenthere[position] < 3) { in writedes()
H A Dcom6.c158 …while (!(position = rnd(NUMOFROOMS+1)) || !OUTSIDE || !beenthere[position] || location[position].f… in ride()
H A Dextern.h250 char beenthere[NUMOFROOMS+1]; variable
H A Dcom1.c139 if (position == DOCK && (beenthere[position] || time > CYCLE)){ in news()