OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/battlestar/
globals.c
234
const int
objflags
[NUMOFOBJECTS] = {
variable
extern.h
229
* These are flags for objects in the
objflags
array. OBJ_PLURAL means
265
extern const int
objflags
[NUMOFOBJECTS];
266
#define is_plural_object(n) (
objflags
[(n)] & OBJ_PLURAL)
271
#define A_OR_AN(n) (
objflags
[(n)] & OBJ_AN ? "an " : "a ")
Completed in 16 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026