Scm_GetKeyword     63 ext/charconv/convlib.c   to_code_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_to_code), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword     65 ext/charconv/convlib.c   buffer_size_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffer_size), SCM_OPTARGS, Scm_MakeInteger(0));
Scm_GetKeyword     68 ext/charconv/convlib.c   ownerP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_ownerP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword     70 ext/charconv/convlib.c   handler_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_handler), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    109 ext/charconv/convlib.c   from_code_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_from_code), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    111 ext/charconv/convlib.c   buffer_size_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffer_size), SCM_OPTARGS, Scm_MakeInteger(0));
Scm_GetKeyword    114 ext/charconv/convlib.c   ownerP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_ownerP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    277 ext/mt-random/mt-random.c     ScmObj seed = Scm_GetKeyword(key_seed, initargs, SCM_FALSE);
Scm_GetKeyword    120 ext/net/addr.c     ScmObj path = Scm_GetKeyword(key_path, initargs, SCM_FALSE);
Scm_GetKeyword    155 ext/net/addr.c     ScmObj host = Scm_GetKeyword(key_host, initargs, key_any);
Scm_GetKeyword    156 ext/net/addr.c     ScmObj port = Scm_GetKeyword(key_port, initargs, SCM_MAKE_INT(0));
Scm_GetKeyword    216 ext/net/addr.c     ScmObj host = Scm_GetKeyword(key_host, initargs, key_any);
Scm_GetKeyword    217 ext/net/addr.c     ScmObj port = Scm_GetKeyword(key_port, initargs, SCM_MAKE_INT(0));
Scm_GetKeyword    473 ext/net/netlib.c   buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    475 ext/net/netlib.c   bufferedP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_bufferedP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    504 ext/net/netlib.c   buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    506 ext/net/netlib.c   bufferedP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_bufferedP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword    617 ext/vport/vport.c     int bufsize = Scm_GetInteger(Scm_GetKeyword(key_bufsize, initargs,
Scm_GetKeyword   1195 src/class.c            ScmObj v = Scm_GetKeyword(sa->initKeyword, initargs, SCM_UNDEFINED);
Scm_GetKeyword   1647 src/class.c                ScmObj val = Scm_GetKeyword(acc->initKeyword, initargs, SCM_UNDEFINED);
Scm_GetKeyword   2166 src/class.c        ScmObj llist = Scm_GetKeyword(key_lambda_list, initargs, SCM_FALSE);
Scm_GetKeyword   2167 src/class.c        ScmObj generic = Scm_GetKeyword(key_generic, initargs, SCM_FALSE);
Scm_GetKeyword   2168 src/class.c        ScmObj specs = Scm_GetKeyword(key_specializers, initargs, SCM_FALSE);
Scm_GetKeyword   2169 src/class.c        ScmObj body = Scm_GetKeyword(key_body, initargs, SCM_FALSE);
Scm_GetKeyword   2506 src/class.c        ScmObj sa = Scm_GetKeyword(key_slot_accessor, initargs, SCM_FALSE);
Scm_GetKeyword   2835 src/class.c                    a = Scm_GetKeyword(key_slot_accessor, SCM_CDR(slot), SCM_FALSE);
Scm_GetKeyword   1011 src/extlib.c   SCM_RESULT = Scm_GetKeyword(key, list, fallback);
Scm_GetKeyword   2219 src/extlib.c     after_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_after), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   2363 src/extlib.c     case_fold_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_case_fold), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   2429 src/extlib.c     case_fold_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_case_fold), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3059 src/extlib.c     if_does_not_exist_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_if_does_not_exist), SCM_OPTARGS, key_error);
Scm_GetKeyword   3061 src/extlib.c     buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3063 src/extlib.c     element_type_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_element_type), SCM_OPTARGS, key_character);
Scm_GetKeyword   3106 src/extlib.c     if_exists_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_if_exists), SCM_OPTARGS, key_supersede);
Scm_GetKeyword   3108 src/extlib.c     if_does_not_exist_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_if_does_not_exist), SCM_OPTARGS, key_create);
Scm_GetKeyword   3110 src/extlib.c     mode_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_mode), SCM_OPTARGS, Scm_MakeInteger(438));
Scm_GetKeyword   3113 src/extlib.c     buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3115 src/extlib.c     element_type_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_element_type), SCM_OPTARGS, key_character);
Scm_GetKeyword   3166 src/extlib.c     privateP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_privateP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3187 src/extlib.c     privateP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_privateP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3741 src/extlib.c     buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3743 src/extlib.c     ownerP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_ownerP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3746 src/extlib.c     name_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_name), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3773 src/extlib.c     buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3775 src/extlib.c     ownerP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_ownerP), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   3778 src/extlib.c     name_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_name), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   4228 src/extlib.c     init_function_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_init_function), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   4230 src/extlib.c     export_symbols_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_export_symbols), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   5036 src/extlib.c     if_exists_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_if_exists), SCM_OPTARGS, key_error);
Scm_GetKeyword   1942 src/gauche.h   SCM_EXTERN ScmObj Scm_GetKeyword(ScmObj key, ScmObj list, ScmObj fallback);
Scm_GetKeyword   1949 src/gauche.h       Scm_GetKeyword(SCM_MAKE_KEYWORD(cstr), list, fallback)
Scm_GetKeyword    225 src/load.c         paths = Scm_GetKeyword(key_paths, args[1], SCM_FALSE);
Scm_GetKeyword    226 src/load.c         env   = Scm_GetKeyword(key_environment, args[1], SCM_FALSE);
Scm_GetKeyword    401 src/load.c         paths = Scm_GetKeyword(key_paths, args[1], SCM_FALSE);
Scm_GetKeyword    402 src/load.c         env   = Scm_GetKeyword(key_environment, args[1], SCM_FALSE);
Scm_GetKeyword    403 src/load.c         if (SCM_FALSEP(Scm_GetKeyword(key_error_if_not_found, args[1], SCM_TRUE)))
Scm_GetKeyword    405 src/load.c         if (!SCM_FALSEP(Scm_GetKeyword(key_ignore_coding, args[1], SCM_FALSE)))
Scm_GetKeyword     94 src/syslib.c     absolute_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_absolute), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword     96 src/syslib.c     expand_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_expand), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword     98 src/syslib.c     canonicalize_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_canonicalize), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   1423 src/syslib.c     nohang_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_nohang), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   1425 src/syslib.c     untraced_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_untraced), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   2183 src/syslib.c     name_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_name), SCM_OPTARGS, SCM_MAKE_STR("(pipe)"));
Scm_GetKeyword   2185 src/syslib.c     buffering_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_buffering), SCM_OPTARGS, SCM_FALSE);
Scm_GetKeyword   2187 src/syslib.c     bufferedP_scm = Scm_GetKeyword(SCM_OBJ(KEYARG_bufferedP), SCM_OPTARGS, SCM_FALSE);