matches          2535 src/gauche.h       } *matches;
matches          1672 src/regexp.c       struct match_list *matches;
matches          1841 src/regexp.c               ctx->matches = mlist;
matches          1895 src/regexp.c               mlist = ctx->matches;
matches          1926 src/regexp.c       rm->matches = SCM_NEW_ARRAY(struct ScmRegMatchSub, rx->numGroups);
matches          1935 src/regexp.c           rm->matches[i].start = -1;
matches          1936 src/regexp.c           rm->matches[i].length = -1;
matches          1937 src/regexp.c           rm->matches[i].startp = NULL;
matches          1938 src/regexp.c           rm->matches[i].endp = NULL;
matches          1941 src/regexp.c       rm->matches[0].endp = ctx->last;
matches          1943 src/regexp.c       for (ml = ctx->matches; ml; ml = ml->next) {
matches          1945 src/regexp.c               rm->matches[ml->grpnum].startp = ml->ptr;
matches          1947 src/regexp.c               rm->matches[-ml->grpnum].endp = ml->ptr;
matches          1953 src/regexp.c           if ((rm->matches[i].startp && !rm->matches[i].endp)
matches          1954 src/regexp.c               || (!rm->matches[i].startp && rm->matches[i].endp)) {
matches          1970 src/regexp.c       ctx.matches = NULL;
matches          2036 src/regexp.c       sub = &rm->matches[i];
matches          2054 src/regexp.c       sub = &rm->matches[i];
matches          2068 src/regexp.c       sub = &rm->matches[i];
matches          2085 src/regexp.c       sub = &rm->matches[i];
matches          2095 src/regexp.c       sub = &rm->matches[i];
matches          2111 src/regexp.c           struct ScmRegMatchSub *sub = &rm->matches[i];