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

/openbsd-current/libexec/tradcpp/
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 78 milliseconds