repeat             48 src/gauche/macro.h     short repeat;               /* does this subpattern repeat? */
repeat            103 src/macro.c                   SCM_SYNTAX_PATTERN(obj)->repeat? " ..." : "");
repeat            108 src/macro.c    ScmSyntaxPattern *make_syntax_pattern(int level, int repeat)
repeat            115 src/macro.c        p->repeat = repeat;