Home
last modified time | relevance | path

Searched refs:SCM_CHARSETP (Results 1 – 10 of 10) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsrfi-13.c125 else if (SCM_CHARSETP (char_pred))
192 else if (SCM_CHARSETP (char_pred))
751 else if (SCM_CHARSETP (char_pred))
827 else if (SCM_CHARSETP (char_pred))
915 else if (SCM_CHARSETP (char_pred))
1692 else if (SCM_CHARSETP (char_pred))
1757 else if (SCM_CHARSETP (char_pred))
1844 else if (SCM_CHARSETP (char_pred))
1910 else if (SCM_CHARSETP (char_pred))
1977 else if (SCM_CHARSETP (char_pred))
[all …]
H A Dsrfi-14.h49 #define SCM_CHARSETP(x) (SCM_HAS_TYP16 (x, scm_tc16_charset)) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dsrfi-13.c118 else if (SCM_CHARSETP (char_pred))
185 else if (SCM_CHARSETP (char_pred))
743 else if (SCM_CHARSETP (char_pred))
819 else if (SCM_CHARSETP (char_pred))
907 else if (SCM_CHARSETP (char_pred))
1684 else if (SCM_CHARSETP (char_pred))
1749 else if (SCM_CHARSETP (char_pred))
1836 else if (SCM_CHARSETP (char_pred))
1902 else if (SCM_CHARSETP (char_pred))
1969 else if (SCM_CHARSETP (char_pred))
[all …]
H A Dsrfi-14.h48 #define SCM_CHARSETP(x) (SCM_HAS_TYP16 (x, scm_tc16_charset)) macro
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dcharset.h91 #define SCM_CHARSETP(obj) SCM_CHAR_SET_P(obj) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsrfi-13.c127 else if (SCM_CHARSETP (char_pred))
196 else if (SCM_CHARSETP (char_pred))
741 else if (SCM_CHARSETP (char_pred))
819 else if (SCM_CHARSETP (char_pred))
909 else if (SCM_CHARSETP (char_pred))
1950 else if (SCM_CHARSETP (char_pred))
2017 else if (SCM_CHARSETP (char_pred))
2106 else if (SCM_CHARSETP (char_pred))
2175 else if (SCM_CHARSETP (char_pred))
2245 else if (SCM_CHARSETP (char_pred))
[all …]
H A Dsrfi-14.h38 #define SCM_CHARSETP(x) (!SCM_IMP (x) && (SCM_TYP16 (x) == scm_tc16_charset)) macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibchar.c2087 {SCM_RESULT=(SCM_CHARSETP(obj));goto SCM_STUB_RETURN;} in libcharchar_setP()
2131 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_copy()
2154 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_freeze()
2177 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_freezeX()
2248 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_containsP()
2274 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_complementX()
2297 if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm); in libcharchar_set_immutableP()
2324 if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm); in libchar_25char_set_equalP()
2327 if (!SCM_CHARSETP(y_scm)) Scm_Error("char-set required, but got %S", y_scm); in libchar_25char_set_equalP()
2352 if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm); in libchar_25char_set_LT_3dP()
[all …]
H A Dlibchar.scm214 (define-cproc char-set? (obj) ::<boolean> :constant SCM_CHARSETP)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog33356 * libguile/srfi-14.h (SCM_CHARSETP):