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

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