Home
last modified time | relevance | path

Searched defs:SCM_BOOLP (Results 1 – 5 of 5) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Ddiscouraged.h44 #define SCM_BOOLP scm_is_bool macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dboolean.h97 #define SCM_BOOLP(x) (scm_is_bool (x)) macro
/dports/net/serveez/serveez-0.2.2/src/
H A Dguile-api.h43 #define SCM_BOOLP(obj) gi_nfalsep (scm_boolean_p (obj)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dboolean.h96 #define SCM_BOOLP(x) (scm_is_bool (x)) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dgauche.h334 #define SCM_BOOLP(obj) ((obj) == SCM_TRUE || (obj) == SCM_FALSE) macro