Searched refs:SCM_ITAG8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dscm-lang.h29 #define SCM_ICHRP(x) (SCM_ITAG8(x) == scm_tc8_char)
35 #define SCM_ITAG8(X) ((int)(X) & 0xff) macro
H A Dscm-tags.h222 #define SCM_ITAG8(X) ((int)(X) & 0xff)
216 #define SCM_ITAG8 macro

Completed in 47 milliseconds