toplevelp         919 src/regexp.c   static void rc3_rec(regcomp_ctx *ctx, ScmObj ast, int lastp, int toplevelp);
toplevelp         973 src/regexp.c   static void rc3_seq(regcomp_ctx *ctx, ScmObj seq, int lastp, int toplevelp)
toplevelp        1013 src/regexp.c               rc3_rec(ctx, item, lastp&&SCM_NULLP(SCM_CDR(cp)), toplevelp);
toplevelp        1018 src/regexp.c   static void rc3_rec(regcomp_ctx *ctx, ScmObj ast, int lastp, int toplevelp)
toplevelp        1097 src/regexp.c           rc3_seq(ctx, SCM_CDR(ast), lastp, toplevelp);
toplevelp        1104 src/regexp.c           rc3_seq(ctx, SCM_CDR(ast), lastp, toplevelp);
toplevelp        1112 src/regexp.c           rc3_seq(ctx, SCM_CDR(ast), lastp, toplevelp);
toplevelp        1140 src/regexp.c           rc3_seq(ctx, SCM_CDR(ast), lastp, toplevelp);
toplevelp        1293 src/regexp.c           if (!greedy) rc3_seq(ctx, item, FALSE, toplevelp);
toplevelp        1299 src/regexp.c               rc3_seq(ctx, item, FALSE, toplevelp);