Scm_PortLine     3580 src/extlib.c   SCM_RESULT = Scm_PortLine(port);
Scm_PortLine     1499 src/gauche.h   SCM_EXTERN int    Scm_PortLine(ScmPort *port);
Scm_PortLine      204 src/load.c                                   Scm_MakeInteger(Scm_PortLine(SCM_PORT(p->prev_port))));
Scm_PortLine      194 src/read.c         int line = Scm_PortLine(port);
Scm_PortLine      342 src/read.c         int line = Scm_PortLine(port);
Scm_PortLine      616 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
Scm_PortLine      638 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
Scm_PortLine      650 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
Scm_PortLine     1062 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);