Home
last modified time | relevance | path

Searched refs:scm_string_eq (Results 1 – 22 of 22) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstrorder.c62 if (scm_is_false (srfi13_cmp (s1, s2, scm_string_eq)))
68 return srfi13_cmp (s1, s2, scm_string_eq);
75 return srfi13_cmp (s1, s2, scm_string_eq); in scm_string_equal_p()
H A Dstruct.c282 && scm_is_true (scm_string_eq (olayout, required_vtable_fields, in scm_i_struct_inherit_vtable_magic()
293 if (scm_is_false (scm_string_eq (olayout, required_applicable_with_setter_fields, in scm_i_struct_inherit_vtable_magic()
304 if (scm_is_false (scm_string_eq (olayout, required_applicable_fields, in scm_i_struct_inherit_vtable_magic()
H A Dsrfi-13.h52 SCM_API SCM scm_string_eq (SCM s1, SCM s2, SCM start1, SCM end1, SCM start2, SCM end2);
H A Dsrfi-13.c1176 SCM_DEFINE (scm_string_eq, "string=", 2, 4, 0,
H A DChangeLog-20083964 scm_string_ci_gr_p, scm_string_ci_geq_p): Use scm_string_eq, etc
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstrorder.c68 if (scm_is_false (srfi13_cmp (s1, s2, scm_string_eq)))
74 return srfi13_cmp (s1, s2, scm_string_eq);
81 return srfi13_cmp (s1, s2, scm_string_eq); in scm_string_equal_p()
H A Dstruct.c224 && scm_is_true (scm_string_eq (olayout, required_vtable_fields, in scm_i_struct_inherit_vtable_magic()
235 if (scm_is_false (scm_string_eq (olayout, required_applicable_with_setter_fields, in scm_i_struct_inherit_vtable_magic()
246 if (scm_is_false (scm_string_eq (olayout, required_applicable_fields, in scm_i_struct_inherit_vtable_magic()
H A Dsrfi-13.h52 SCM_API SCM scm_string_eq (SCM s1, SCM s2, SCM start1, SCM end1, SCM start2, SCM end2);
H A Dsrfi-13.c1184 SCM_DEFINE (scm_string_eq, "string=", 2, 4, 0,
H A DChangeLog-20083964 scm_string_ci_gr_p, scm_string_ci_geq_p): Use scm_string_eq, etc
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dstrorder.c56 return srfi13_cmp (s1, s2, scm_string_eq);
H A Dsrfi-13.h51 SCM_API SCM scm_string_eq (SCM s1, SCM s2, SCM start1, SCM end1, SCM start2, SCM end2);
H A Dsrfi-13.c1112 SCM_DEFINE (scm_string_eq, "string=", 2, 4, 0,
H A DChangeLog-20083517 scm_string_ci_gr_p, scm_string_ci_geq_p): Use scm_string_eq, etc
/dports/lang/qscheme/qscheme-0.5.1/
H A Dstr.c375 SOBJ scm_string_eq(SOBJ s1, SOBJ s2) { return(SCM_MKBOOL(scmp(s1,s2) == 0)); } in scm_string_eq() function
1496 scm_add_cprim("string=?", scm_string_eq, 2); in scm_init_str()
H A Dsproto.h532 SOBJ scm_string_eq (SOBJ s1 , SOBJ s2 );
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-data.texi3094 @deffnx {C Function} scm_string_eq (s1, s2, start1, end1, start2, end2)
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dguile.info-22449 -- C Function: scm_string_eq (s1, s2, start1, end1, start2, end2)
H A Dapi-data.texi3585 @deffnx {C Function} scm_string_eq (s1, s2, start1, end1, start2, end2)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-22450 -- C Function: scm_string_eq (s1, s2, start1, end1, start2, end2)
H A Dapi-data.texi3586 @deffnx {C Function} scm_string_eq (s1, s2, start1, end1, start2, end2)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog38271 * libguile/srfi-13.c (scm_string_eq): Fix a bug which caused the slow
47156 * libguile/srfi-13.c (scm_string_eq): Properly type-check S1 and S2.
47350 * libguile/srfi-13.c (scm_string_eq): Add a fast path for the common
61344 (scm_string_eq, scm_string_neq, scm_string_lt, scm_string_gt)