Home
last modified time | relevance | path

Searched defs:DECLARRAY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/sail/
H A Darray.h230 #define DECLARRAY(T) DECLARRAY_BYTYPE(T##array, struct T) macro
/netbsd-src/external/bsd/tradcpp/dist/
H A Darray.h252 #define DECLARRAY(T, INLINE) DECLARRAY_BYTYPE(T##array, struct T, INLINE) macro