OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_plural_object
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/battlestar/
extern.h
266
#define
is_plural_object
(n) (objflags[(n)] & OBJ_PLURAL)
macro
272
#define A_OR_AN_OR_THE(n) (
is_plural_object
((n)) ? "the " : A_OR_AN((n)))
273
#define A_OR_AN_OR_BLANK(n) (
is_plural_object
((n)) ? "" : A_OR_AN((n)))
274
#define IS_OR_ARE(n) (
is_plural_object
((n)) ? "are " : "is ")
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025