Home
last modified time | relevance | path

Searched refs:inc_wordnumber (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/battlestar/
H A Dcommand2.c109 if (inc_wordnumber(words[wordnumber], "what")) in put()
134 if (inc_wordnumber(words[wordnumber], "what")) in use()
180 if (inc_wordnumber(words[wordnumber], "whom")) in murder()
281 if (inc_wordnumber(words[wordnumber], "whom")) in ravage()
363 if (inc_wordnumber(words[wordnumber], "whom")) in undress()
H A Dcommand5.c41 if (inc_wordnumber(words[wordnumber], "whom")) in kiss()
95 if (inc_wordnumber(words[wordnumber], "whom")) in love()
H A Dextern.h335 int inc_wordnumber(const char *, const char *);
H A Dcypher.c478 inc_wordnumber(const char *v, const char *adv) in inc_wordnumber() function