sym_string_eq      60 src/extlib.c   static ScmObj sym_string_eq = SCM_UNBOUND;
sym_string_eq    4439 src/extlib.c     else if (SCM_EQ(SCM_OBJ(type), sym_string_eq)) return SCM_HASH_STRING;
sym_string_eq    4500 src/extlib.c      case SCM_HASH_STRING:  SCM_RETURN(sym_string_eq);
sym_string_eq    6230 src/extlib.c     sym_string_eq = Scm_Intern(&sym_string_eq__NAME);