Home
last modified time | relevance | path

Searched refs:Scm_Length (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibvec.c1631 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecvector_ref()
1715 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecvector_TOlist()
1759 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libveclist_TOvector()
1805 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecvector_fillX()
1850 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecvector_copy()
1904 …Scm_Error("too many arguments: up to 5 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecvector_copyX()
2087 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecweak_vector_ref()
2160 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecs8vector_setX()
2203 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecs8vector_ref()
2246 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libvecu8vector_setX()
[all …]
H A Dbox.c163 ScmSmallInt size = Scm_Length(elts); in Scm_ListToMVBox()
H A Dlibextra.c212 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libextramake_fptr_simple()
247 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libextramake_fptr_unique()
282 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libextramake_fptr_maybe()
H A Dlist.c157 ScmSize len = Scm_Length(list); in Scm_ListToArray()
252 ScmSize Scm_Length(ScmObj obj) in Scm_Length() function
709 int nseqs = Scm_Length(sequences); in Scm_MonotonicMerge1()
H A Dclass.c675 int len = Scm_Length(cp); in class_cpl_set()
797 int len = Scm_Length(val); in class_initargs_set()
1786 if (Scm_Length(initargs) % 2) { in builtin_initialize()
2079 Scm_Length(SCM_GENERIC(obj)->methods), in generic_print()
2084 Scm_Length(SCM_GENERIC(obj)->methods)); in generic_print()
2251 int n = Scm_Length(arglist); in compute_applicable_methods()
2306 int targc = Scm_Length(targlist); in method_more_specific_p()
2346 int cnt = 0, len = Scm_Length(methods); in Scm_SortMethods()
2483 if ((speclen = Scm_Length(specs)) < 0) in method_initialize()
2586 int len = Scm_Length(val); in method_specializers_set()
H A Dmacro.c540 int numRules = Scm_Length(rules); in compile_rules()
543 if (Scm_Length(literals) < 0) goto badform; in compile_rules()
574 if (Scm_Length(rule) != 2) goto badform; in compile_rules()
H A Dlibio.c5678 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libiocurrent_input_port()
5714 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libiocurrent_output_port()
5750 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libiocurrent_error_port()
5786 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libiostandard_input_port()
5818 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libiostandard_output_port()
6353 if (Scm_Length(SCM_OPTARGS) % 2) in libio_25open_input_file()
6433 if (Scm_Length(SCM_OPTARGS) % 2) in libio_25open_output_file()
6534 if (Scm_Length(SCM_OPTARGS) % 2) in libioopen_input_fd_port()
6597 if (Scm_Length(SCM_OPTARGS) % 2) in libioopen_output_fd_port()
6771 if (Scm_Length(SCM_OPTARGS) % 2) in libioopen_input_string()
[all …]
H A Dvector.c132 ScmSmallInt size = Scm_Length(l); in Scm_ListToVector()
350 ScmSize length = Scm_Length(list); in Scm_ListToUVector()
881 ScmSmallInt len = Scm_Length(lis); in Scm_ListToBitvector()
H A Dlibproc.scm55 (when (< (Scm_Length (SCM_CAR cp)) 0)
H A Dlibrx.c1415 if (Scm_Length(SCM_OPTARGS) % 2) in librxstring_TOregexp()
1512 if (Scm_Length(SCM_OPTARGS) % 2) in librxregexp_parse()
1556 if (Scm_Length(SCM_OPTARGS) % 2) in librxregexp_compile()
1666 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch()
1715 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch_substring()
1750 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch_start()
1785 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch_end()
1820 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch_before()
1855 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in librxrxmatch_after()
H A Dliblist.scm134 (let* ([len::long (Scm_Length list)])
148 (let* ([ln::ScmSmallInt (Scm_Length list)])
197 (let* ([i::int (Scm_Length list)])
H A Dgauche.h1217 #define SCM_PROPER_LIST_P(obj) (Scm_Length(obj) >= 0)
1218 #define SCM_DOTTED_LIST_P(obj) (Scm_Length(obj) == SCM_LIST_DOTTED)
1219 #define SCM_CIRCULAR_LIST_P(obj) (Scm_Length(obj) == SCM_LIST_CIRCULAR)
1245 SCM_EXTERN ScmSize Scm_Length(ScmObj obj);
H A Dcode.c605 int numConstants = Scm_Length(b->constants); in Scm_CompiledCodeFinishBuilder()
951 int len = Scm_Length(obj); in Scm_VMInsnBuild()
H A Dlibalpha.scm155 (let* ([argc::ScmSmallInt (Scm_Length vs)]
H A Dlibcmp.scm498 [(>= (Scm_Length seq) 0) (return (Scm_SortList seq '#f))]
506 [(>= (Scm_Length seq) 0) (return (Scm_SortListX seq '#f))]
H A Dlibstr.c3825 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrmake_string()
3884 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_copy()
3950 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_copy_immutable()
3997 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_join()
4050 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_TOlist()
4142 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_ref()
4241 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstr_25maybe_substring()
4281 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstr_25hash_string()
4341 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_scan()
4388 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libstrstring_scan_right()
[all …]
H A Dlibdict.c4699 …Scm_Error("too many arguments: up to 1 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdict_25current_recursive_hash()
5113 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicthash_table_get()
5308 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicthash_table_updateX()
5380 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicthash_table_popX()
5454 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicthash_table_copy()
5677 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicttree_map_get()
5843 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicttree_map_updateX()
5915 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicttree_map_popX()
6162 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicttree_map_floor()
6209 …Scm_Error("too many arguments: up to 3 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libdicttree_map_floor_key()
[all …]
H A Dvm.c1373 int numargs = Scm_Length(args); in Scm_VMApply()
1701 int nargs = Scm_Length(args); in Scm_ApplyRec()
2577 nargs = Scm_Length(args); in throw_cont_body()
3265 Scm_Printf(out, "reset-chain-length: %d\n", (int)Scm_Length(vm->resetChain)); in Scm_VMDump()
H A Dlibmod.c1765 if (Scm_Length(SCM_OPTARGS) % 2) in libmodmake_module()
1844 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libmodglobal_variable_ref()
1951 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libmod_25insert_binding()
2124 …Scm_Error("too many arguments: up to 4 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libmod_25import_module()
2405 …Scm_Error("too many arguments: up to 2 is expected, %d given.", SCM_ARGCNT + Scm_Length(SCM_ARGREF… in libmodgloc_ref()
H A Dvminsn.scm979 (let* ([len::int (Scm_Length VAL0)])
1129 (when (< (Scm_Length a) 0) ($vm-err "list required, but got %S" a))
/dports/lang/gauche/Gauche-0.9.10/ext/data/
H A Dqueue.scm93 (set! (Q_LENGTH q) (Scm_Length (Q_HEAD q))))
431 (set! tail (Scm_LastPair more-objs) cnt (Scm_Length head)))
483 cnt (Scm_Length head)))
/dports/lang/gauche/Gauche-0.9.10/ext/termios/
H A Dtermios.c146 int argc = Scm_Length(args); in Scm_ForkptyAndExec()
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dgauche-gl.c99 int len = Scm_Length(lis), i; in Scm_ListToGLBooleanVector()
/dports/graphics/gauche-gl/Gauche-gl-0.6/cg/
H A Dcg-lib.stub587 n = Scm_Length(compiler_arg_list);
708 ; dim = Scm_Length(length_list);
836 ; n = Scm_Length(list);
/dports/lang/gauche/Gauche-0.9.10/ext/net/
H A Dnet.c562 if (!(Scm_Length(c) == 3 in Scm_SocketBuildMsg()

123