has_ref            69 src/read.c                                       ScmReadContext *ctx, int has_ref);
has_ref           558 src/read.c                                 ScmReadContext *ctx, int *has_ref, int start_line)
has_ref           567 src/read.c                 *has_ref = !!ref_seen;
has_ref           612 src/read.c         int has_ref;
has_ref           618 src/read.c         r = read_list_int(port, closer, ctx, &has_ref, line);
has_ref           628 src/read.c         if (has_ref) ref_push(ctx, r, SCM_FALSE);
has_ref           634 src/read.c         int has_ref;
has_ref           639 src/read.c         r = read_list_int(port, closer, ctx, &has_ref, line);
has_ref           641 src/read.c         if (has_ref) ref_push(ctx, r, SCM_FALSE);
has_ref          1052 src/read.c         int len, has_ref, line=-1;
has_ref          1064 src/read.c         form = read_list_int(port, ')', ctx, &has_ref, line);
has_ref          1069 src/read.c         r = process_sharp_comma(port, SCM_CAR(form), SCM_CDR(form), ctx, has_ref);
has_ref          1074 src/read.c                                       ScmReadContext *ctx, int has_ref)
has_ref          1086 src/read.c         if (has_ref) ref_push(ctx, r, SCM_CDR(e->value));