ScmRegMatchSub   2530 src/gauche.h       struct ScmRegMatchSub {
ScmRegMatchSub   1926 src/regexp.c       rm->matches = SCM_NEW_ARRAY(struct ScmRegMatchSub, rx->numGroups);
ScmRegMatchSub   2033 src/regexp.c       struct ScmRegMatchSub *sub;
ScmRegMatchSub   2051 src/regexp.c       struct ScmRegMatchSub *sub;
ScmRegMatchSub   2065 src/regexp.c       struct ScmRegMatchSub *sub;
ScmRegMatchSub   2082 src/regexp.c       struct ScmRegMatchSub *sub;
ScmRegMatchSub   2092 src/regexp.c       struct ScmRegMatchSub *sub;
ScmRegMatchSub   2111 src/regexp.c           struct ScmRegMatchSub *sub = &rm->matches[i];