Home
last modified time | relevance | path

Searched refs:SCM_NCELLP (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDscm-lang.h25 #undef SCM_NCELLP
26 #define SCM_NCELLP(x) ((SCM_SIZE-1) & (int)(x)) macro
HDscm-tags.h297 #define SCM_CELLP(x) (!SCM_NCELLP(x))
298 #define SCM_NCELLP(x) ((sizeof(scm_cell)-1) & (int)(x)) macro