Home
last modified time | relevance | path

Searched defs:SCM_CHAR (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dchars.h31 #define SCM_CHAR(x) ((unsigned int)SCM_ITAG8_DATA(x)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dchars.h38 #define SCM_CHAR(x) ((scm_t_wchar)SCM_ITAG8_DATA(x)) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dchars.h32 #define SCM_CHAR(x) ((scm_t_wchar)SCM_ITAG8_DATA(x)) macro
/dports/net/serveez/serveez-0.2.2/src/
H A Dguile-api.h55 #define SCM_CHAR(x) SCM_ICHR (x) macro
/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-compatibility.h33 #define SCM_CHAR(x) SCM_ICHR(x) macro
/dports/lang/qscheme/qscheme-0.5.1/
H A Ds.h455 #define SCM_CHAR(x) SCM_VALUE(x,chr,c) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dgauche.h386 #define SCM_CHAR(obj) ((ScmChar)(obj)) macro