Searched refs:DECLARRAY (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/games/sail/
H A Darray.h112 * 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) macro
/netbsd-current/external/bsd/tradcpp/dist/
H A Darray.h112 * 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) macro
H A Dfiles.c49 DECLARRAY(incdir, static UNUSED);
H A Dplace.c48 DECLARRAY(placefile, static UNUSED);
H A Dmacro.c49 DECLARRAY(expansionitem, static UNUSED);
68 DECLARRAY(macro, static UNUSED);
70 DECLARRAY(macroarray, static UNUSED);
H A Deval.c135 DECLARRAY(token, static UNUSED);

Completed in 86 milliseconds