Scm_GetCESName     93 ext/charconv/charconv.h extern const char *Scm_GetCESName(ScmObj code, const char *argname);
Scm_GetCESName     23 ext/charconv/convlib.c const char *cfrom = Scm_GetCESName(from, "from-code");
Scm_GetCESName     24 ext/charconv/convlib.c const char *cto   = Scm_GetCESName(to, "to-code");
Scm_GetCESName     75 ext/charconv/convlib.c const char *fc = Scm_GetCESName(from_code, "from-code");
Scm_GetCESName     76 ext/charconv/convlib.c const char *tc = Scm_GetCESName(to_code, "to-code");
Scm_GetCESName    119 ext/charconv/convlib.c const char *fc = Scm_GetCESName(from_code, "from-code");
Scm_GetCESName    120 ext/charconv/convlib.c const char *tc = Scm_GetCESName(to_code, "to-code");