Home
last modified time | relevance | path

Searched defs:SCM_CHARP (Results 1 – 16 of 16) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dchars.h30 #define SCM_CHARP(x) (SCM_ITAG8(x) == scm_tc8_char) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dchars.h37 #define SCM_CHARP(x) (SCM_ITAG8(x) == scm_tc8_char) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dchars.h31 #define SCM_CHARP(x) (SCM_ITAG8(x) == scm_tc8_char) macro
/dports/net/serveez/serveez-0.2.2/src/
H A Dguile-api.h52 #define SCM_CHARP(obj) gi_nfalsep (scm_char_p (obj)) macro
/dports/lang/qscheme/qscheme-0.5.1/
H A Ds.h564 #define SCM_CHARP(x) (SCM_OBJTYPE(x) == SOBJ_T_CHAR) macro
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-gtk/sigscheme-beb8fbd/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-qt5/sigscheme-beb8fbd/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-m17nlib/sigscheme-beb8fbd/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/japanese/uim-anthy/sigscheme-beb8fbd/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/japanese/uim-anthy/uim-d1ac9d9/sigscheme/src/
H A Dsigscheme.h796 #define SCM_CHARP(o) SCM_SAL_CHARP(o) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dgauche.h387 #define SCM_CHARP(obj) ((SCM_WORD(obj)&0xff) == 3) macro