Searched refs:A_OR_AN_OR_THE (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/games/battlestar/ | ||
| D | extern.h | 51 #define A_OR_AN_OR_THE(n) (IS_PLURAL((n)) ? "the " : A_OR_AN((n))) macro |
| D | command2.c | 87 A_OR_AN_OR_THE(value), objsht[value]); in wearit() |