Searched refs:DECLARRAY (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/games/sail/ |
H A D | array.h | 230 #define DECLARRAY(T) DECLARRAY_BYTYPE(T##array, struct T) macro
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | array.h | 252 #define DECLARRAY(T, INLINE) DECLARRAY_BYTYPE(T##array, struct T, INLINE) macro
|
H A D | macro.c | 49 DECLARRAY(expansionitem, static UNUSED); 68 DECLARRAY(macro, static UNUSED); 70 DECLARRAY(macroarray, static UNUSED);
|
H A D | place.c | 48 DECLARRAY(placefile, static UNUSED);
|
H A D | files.c | 49 DECLARRAY(incdir, static UNUSED);
|
H A D | eval.c | 135 DECLARRAY(token, static UNUSED);
|