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

  /src/games/battlestar/
words.c 126 { "take", TAKE, VERB, NULL },
127 { "get", TAKE, VERB, NULL },
command5.c 51 wordvalue[--wordnumber] = TAKE;
extern.h 140 #define TAKE 1006
375 int take(unsigned int[]);
cypher.c 67 * Take the following word as the verb (e.g.
138 case TAKE:
150 * take(). For these we
179 wordnumber = take(location[position].objects);
184 puts("Nothing to take!");
186 take(location[position].objects);
244 puts("Nothing to take off!");

Completed in 86 milliseconds