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

  /src/games/battlestar/
words.c 114 { "up", UP, VERB, NULL },
115 { "u", UP, VERB, NULL },
116 { "down", DOWN, VERB, NULL },
117 { "d", DOWN, VERB, NULL },
118 { "ahead", AHEAD, VERB, NULL },
119 { "a", AHEAD, VERB, NULL },
120 { "back", BACK, VERB, NULL },
121 { "b", BACK, VERB, NULL },
122 { "right", RIGHT, VERB, NULL },
123 { "r", RIGHT, VERB, NULL }
    [all...]
command2.c 117 wordtype[wordnumber] = VERB;
122 wordtype[wordnumber] = VERB;
parse.c 127 /* Don't let a comma mean AND if followed by a verb. */
130 && wordtype[n + 1] == VERB) {
extern.h 61 #define VERB 0
command4.c 52 wordtype[wordnumber] = VERB;
cypher.c 54 if (wordtype[wordnumber] != VERB &&
67 * Take the following word as the verb (e.g.

Completed in 14 milliseconds