Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dscm-lang.h32 #define SCM_ISYMNUM(n) ((int)((n)>>9)) macro
33 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
Dscm-tags.h243 #define SCM_ISYMNUM(n) ((int)((n)>>9)) macro
244 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
Dscm-valprint.c158 && (SCM_ISYMNUM (svalue) in scm_scmval_print()