Searched refs:SCM_TYP7 (Results 1 – 3 of 3) sorted by relevance
36 #define SCM_TYP7(x) (0x7f & (int)SCM_CAR(x)) macro
319 #define SCM_TYP7(x) (0x7f & (int)SCM_CAR(x)) macro
185 switch (SCM_TYP7 (svalue)) in scm_scmval_print()