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

/netbsd-current/games/sail/
H A Darray.h114 * 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) macro
/netbsd-current/external/bsd/tradcpp/dist/
H A Darray.h115 * 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) macro
H A Dfiles.c50 DEFARRAY(incdir, static);
H A Dplace.c49 DEFARRAY(placefile, static);
H A Dmacro.c50 DEFARRAY(expansionitem, static);
69 DEFARRAY(macro, static);
71 DEFARRAY(macroarray, static);
H A Deval.c136 DEFARRAY(token, static);

Completed in 86 milliseconds