SCM_READ_SOURCE_INFO 1617 src/gauche.h       SCM_READ_SOURCE_INFO = (1L<<0),  /* preserving souce file information */
SCM_READ_SOURCE_INFO  193 src/load.c         p->ctx.flags = SCM_READ_LITERAL_IMMUTABLE | SCM_READ_SOURCE_INFO;
SCM_READ_SOURCE_INFO  177 src/read.c         ctx->flags = SCM_READ_SOURCE_INFO;
SCM_READ_SOURCE_INFO  616 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
SCM_READ_SOURCE_INFO  620 src/read.c         if (SCM_PAIRP(r) && (ctx->flags & SCM_READ_SOURCE_INFO) && line >= 0) {
SCM_READ_SOURCE_INFO  638 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
SCM_READ_SOURCE_INFO  650 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);
SCM_READ_SOURCE_INFO 1062 src/read.c         if (ctx->flags & SCM_READ_SOURCE_INFO) line = Scm_PortLine(port);