Home
last modified time | relevance | path

Searched refs:A_OR_AN_OR_BLANK (Results 1 – 3 of 3) sorted by relevance

/openbsd/games/battlestar/
H A Dcommand2.c58 A_OR_AN_OR_BLANK(value), objsht[value]); in wearit()
207 A_OR_AN_OR_BLANK(wordvalue[wordnumber]), in murder()
H A Dcommand4.c70 A_OR_AN_OR_BLANK(value), objsht[value]); in take()
378 A_OR_AN_OR_BLANK(value), objsht[value]); in eat()
H A Dextern.h52 #define A_OR_AN_OR_BLANK(n) (IS_PLURAL((n)) ? "" : A_OR_AN((n))) macro