Searched refs:SCM_ISYMNUM (Results 1 – 3 of 3) sorted by relevance
32 #define SCM_ISYMNUM(n) ((int)((n)>>9)) macro33 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
243 #define SCM_ISYMNUM(n) ((int)((n)>>9)) macro244 #define SCM_ISYMCHARS(n) (scm_isymnames[SCM_ISYMNUM(n)])
158 && (SCM_ISYMNUM (svalue) in scm_scmval_print()