OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFARRAY
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
array.h
114
* DEFARRAY_BYTYPE and
DEFARRAY
are the same as DECLARRAY except that
131
*
DEFARRAY
(potion, ITEMINLINE);
132
*
DEFARRAY
(sword, ITEMINLINE);
231
#define
DEFARRAY
(T, INLINE) DEFARRAY_BYTYPE(T##array, struct T, INLINE)
/src/external/bsd/tradcpp/dist/
array.h
115
* DEFARRAY_BYTYPE and
DEFARRAY
are the same as DECLARRAY except that
124
*
DEFARRAY
(foo, );
129
*
DEFARRAY
(foo, static);
134
*
DEFARRAY
(foo, inline);
142
*
DEFARRAY
(foo, FOO_INLINE);
153
*
DEFARRAY
(foo, FOO_INLINE);
253
#define
DEFARRAY
(T, INLINE) DEFARRAY_BYTYPE(T##array, struct T, INLINE)
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026