Home
last modified time | relevance | path

Searched defs:SCM_SMOBNUM (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsmob.h104 #define SCM_SMOBNUM(x) (SCM_TC2SMOBNUM (SCM_CELL_TYPE (x))) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dsmob.h50 #define SCM_SMOBNUM(x) (SCM_TC2SMOBNUM (SCM_CELL_TYPE (x))) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-tags.h329 #define SCM_SMOBNUM(x) (0x0ff & (CAR(x)>>8)); macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dsmob.h51 #define SCM_SMOBNUM(x) (SCM_TC2SMOBNUM (SCM_CELL_TYPE (x))) macro