Home
last modified time | relevance | path

Searched defs:SCM_NULL_OR_NIL_P (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dlang.h41 #define SCM_NULL_OR_NIL_P(x) (scm_is_null (x) || SCM_NILP (x)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dpairs.h65 #define SCM_NULL_OR_NIL_P(x) (scm_is_null_or_nil (x)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dpairs.h58 #define SCM_NULL_OR_NIL_P(x) (scm_is_null_or_nil (x)) macro