HomeSort by: relevance | last modified time | path
    Searched refs:INVEN (Results 1 - 3 of 3) sorted by relevancy

  /src/games/battlestar/
words.c 144 { "inven", INVEN, VERB, NULL },
145 { "i", INVEN, VERB, NULL },
extern.h 155 #define INVEN 1021
308 extern unsigned int inven[NUMOFWORDS];
cypher.c 195 if (testbit(inven, n)) {
216 if (testbit(inven, n) ||
292 if (testbit(inven, n)) {
310 if (testbit(inven, n)) {
326 case INVEN:
327 if (ucard(inven)) {
330 if (testbit(inven, n))
384 if (testbit(inven, n)) {
397 if (!notes[CANTSEE] || testbit(inven, LAMPON) ||

Completed in 36 milliseconds