optargs           438 src/code.c     ScmObj Scm_MakeCompiledCodeBuilder(int reqargs, int optargs,
optargs           444 src/code.c         cc->optionalArgs = optargs;
optargs           102 src/gauche/code.h #define SCM_COMPILED_CODE_CONST_INITIALIZER(code, codesize, maxstack, reqargs, optargs, name, info, arginfo, parent, iform) \
optargs           105 src/gauche/code.h       (reqargs), (optargs), (name), (info), (arginfo),   \
optargs           114 src/gauche/code.h SCM_EXTERN ScmObj Scm_MakeCompiledCodeBuilder(int reqargs, int optargs,
optargs           708 src/intlib.c     u_int optargs;
optargs           721 src/intlib.c     optargs = Scm_GetIntegerU(optargs_scm);
optargs           731 src/intlib.c   SCM_RESULT = Scm_MakeCompiledCodeBuilder(reqargs, optargs, name, parent, intform);