HomeSort by: relevance | last modified time | path
    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