Home
last modified time | relevance | path

Searched refs:DEFINE_ACCESSOR (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dsystem.c95 #define DEFINE_ACCESSOR(type, slot, ctype, getter_conv, check, setter_conv) \ macro
101 DEFINE_ACCESSOR(time, type, SgTime, ID, SG_SYMBOLP, ID);
102 DEFINE_ACCESSOR(time, sec, SgTime,
104 DEFINE_ACCESSOR(time, nsec, SgTime, Sg_MakeIntegerU, SG_EXACT_INTP,
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dmulti.h353 #define DEFINE_ACCESSOR(N) \ macro
362 DEFINE_ACCESSOR(primary);
363 DEFINE_ACCESSOR(secondary);
365 DEFINE_ACCESSOR(accessory);