Searched refs:SCM_ISYMNUM (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dscm-lang.h32 #define SCM_ISYMNUM(n) ((int)((n)>>9)) macro
33 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
H A Dscm-tags.h251 #define SCM_ISYMNUM(n) ((int)((n)>>9))
252 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
243 #define SCM_ISYMNUM macro
H A Dscm-valprint.c158 && (SCM_ISYMNUM (svalue)

Completed in 45 milliseconds