fromCode          176 ext/charconv/charconv.c                           info->fromCode, info->toCode);
fromCode          241 ext/charconv/charconv.c                                    const char *fromCode,
fromCode          261 ext/charconv/charconv.c     guess = findGuessingProc(fromCode);
fromCode          275 ext/charconv/charconv.c             Scm_Error("%s: failed to guess input encoding", fromCode);
fromCode          276 ext/charconv/charconv.c         fromCode = guessed;
fromCode          279 ext/charconv/charconv.c     cinfo = jconv_open(toCode, fromCode);
fromCode          282 ext/charconv/charconv.c                   fromCode, toCode);
fromCode          307 ext/charconv/charconv.c     name = conv_name(SCM_PORT_INPUT, fromPort, fromCode, toCode);
fromCode          363 ext/charconv/charconv.c                   info->fromCode, info->toCode);
fromCode          444 ext/charconv/charconv.c                                     const char *fromCode,
fromCode          459 ext/charconv/charconv.c     cinfo = jconv_open(toCode, fromCode);
fromCode          462 ext/charconv/charconv.c                   fromCode, toCode);
fromCode          482 ext/charconv/charconv.c     name = conv_name(SCM_PORT_OUTPUT, toPort, fromCode, toCode);
fromCode           65 ext/charconv/charconv.h     const char *fromCode;       /* convert from ... */
fromCode           78 ext/charconv/charconv.h                                           const char *fromCode,
fromCode           85 ext/charconv/charconv.h                                            const char *fromCode,
fromCode          109 ext/charconv/charconv.h extern ScmConvInfo *jconv_open(const char *toCode, const char *fromCode);
fromCode         1212 ext/charconv/jconv.c     fprintf(stderr, "jconv_ident %s->%s\n", info->fromCode, info->toCode);
fromCode         1242 ext/charconv/jconv.c     fprintf(stderr, "jconv_1tier %s->%s\n", info->fromCode, info->toCode);
fromCode         1279 ext/charconv/jconv.c     fprintf(stderr, "jconv_2tier %s->%s\n", info->fromCode, info->toCode);
fromCode         1322 ext/charconv/jconv.c     fprintf(stderr, "jconv_iconv %s->%s\n", info->fromCode, info->toCode);
fromCode         1356 ext/charconv/jconv.c ScmConvInfo *jconv_open(const char *toCode, const char *fromCode)
fromCode         1365 ext/charconv/jconv.c     incode  = conv_name_find(fromCode);
fromCode         1376 ext/charconv/jconv.c         handle = iconv_open(toCode, fromCode);
fromCode         1416 ext/charconv/jconv.c     info->fromCode = fromCode;