Home
last modified time | relevance | path

Searched refs:IS_OR_ARE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/battlestar/
H A Dcommand4.c76 IS_OR_ARE(value)); in take()
79 objsht[value], IS_OR_ARE(value)); in take()
H A Dextern.h274 #define IS_OR_ARE(n) (is_plural_object((n)) ? "are " : "is ") macro