remote            124 ext/charconv/charconv.c     return Scm_PortFileNo(info->remote);
remote            131 ext/charconv/charconv.c     return Scm_CharReady(info->remote);
remote            134 ext/charconv/charconv.c static ScmObj conv_name(int dir, ScmPort *remote, const char *from, const char *to)
remote            139 ext/charconv/charconv.c                Scm_PortName(remote));
remote            163 ext/charconv/charconv.c     nread = Scm_Getz(info->ptr, info->bufsiz - insize, info->remote);
remote            179 ext/charconv/charconv.c                 Scm_ClosePort(info->remote);
remote            284 ext/charconv/charconv.c     cinfo->remote = fromPort;
remote            352 ext/charconv/charconv.c         Scm_Putz(info->buf, info->ptr - info->buf, info->remote);
remote            366 ext/charconv/charconv.c         Scm_Putz(info->buf, r, info->remote);
remote            369 ext/charconv/charconv.c     Scm_Flush(info->remote);
remote            371 ext/charconv/charconv.c         Scm_ClosePort(info->remote);
remote            411 ext/charconv/charconv.c             Scm_Putz(info->buf, outbuf - info->buf, info->remote);
remote            418 ext/charconv/charconv.c             Scm_Putz(info->buf, outbuf - info->buf, info->remote);
remote            433 ext/charconv/charconv.c             Scm_Putz(info->buf, outbuf - info->buf, info->remote);
remote            464 ext/charconv/charconv.c     cinfo->remote = toPort;
remote             69 ext/charconv/charconv.h     ScmPort *remote;            /* source or drain port */