OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 in typeref:typename:const int[]
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 140 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025