HomeSort by: relevance | last modified time | path
    Searched defs:DECLARRAY (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
array.h 112 * DECLARRAY(foo) is equivalent to DECLARRAY_BYTYPE(fooarray, struct foo).
114 * DEFARRAY_BYTYPE and DEFARRAY are the same as DECLARRAY except that
123 * DECLARRAY(potion);
124 * DECLARRAY(sword);
230 #define DECLARRAY(T) DECLARRAY_BYTYPE(T##array, struct T)
  /src/external/bsd/tradcpp/dist/
array.h 112 * DECLARRAY(foo, INLINE) is equivalent to
115 * DEFARRAY_BYTYPE and DEFARRAY are the same as DECLARRAY except that
122 * DECLARRAY(foo, );
128 * DECLARRAY(foo, static);
133 * DECLARRAY(foo, inline);
141 * DECLARRAY(foo, );
152 * DECLARRAY(foo, FOO_INLINE);
252 #define DECLARRAY(T, INLINE) DECLARRAY_BYTYPE(T##array, struct T, INLINE)

Completed in 66 milliseconds