Home
last modified time | relevance | path

Searched refs:Scm_ApplyRec1 (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibio.scm322 (Scm_ApplyRec1 scmflusher
326 (Scm_ApplyRec1 scmflusher SCM_FALSE))))
330 [r (Scm_ApplyRec1 scmfiller (Scm_MakeInteger cnt))])
362 (Scm_ApplyRec1 scmflusher s)
H A Dlazy.c224 return Scm_ApplyRec1(force, obj); in Scm_Force()
H A Dlibdict.scm162 [v::ScmObj (Scm_ApplyRec1 (Scm_ComparatorHashFunction c)
173 [t::ScmObj (Scm_ApplyRec1 (-> c typeFn) (SCM_OBJ key))])
189 [t::ScmObj (Scm_ApplyRec1 (-> c typeFn) (SCM_OBJ a))])
H A Dlibproc.scm263 (define-cproc %apply-rec1 (p a) Scm_ApplyRec1)
H A Dmodule.c868 return Scm_ApplyRec1(module_name_to_path_proc, SCM_OBJ(name)); in Scm_ModuleNameToPath()
875 return Scm_ApplyRec1(path_to_module_name_proc, SCM_OBJ(path)); in Scm_PathToModuleName()
H A Dcompaux.c80 Scm_ApplyRec1(SCM_GLOC_GET(compile_finish_gloc), SCM_OBJ(cc)); in Scm_CompileFinish()
H A Dstring.c397 return Scm_ApplyRec1(proc, SCM_OBJ(x)); in Scm_StringCompleteToIncomplete()
410 r = Scm_ApplyRec1(proc, SCM_OBJ(x)); in Scm_StringIncompleteToComplete()
H A Dportapi.c1294 SAFE_CALL(p, r = Scm_ApplyRec1(getter, SCM_OBJ(p))); in Scm_PortAttrGet()
H A Dregexp.c2304 ctx->grapheme_predicate = Scm_ApplyRec1(make_predicate, str); in is_grapheme_boundary()
2313 ScmObj result = Scm_ApplyRec1(ctx->grapheme_predicate, cursor); in is_grapheme_boundary()
H A Dport.c261 return Scm_ApplyRec1(with_port_locking_proc, closure); in Scm_VMWithPortLocking()
H A Dgauche.h625 SCM_EXTERN ScmObj Scm_ApplyRec1(ScmObj proc, ScmObj arg0);
H A Dsystem.c1610 ScmObj escaped = Scm_ApplyRec1(proc, SCM_CAR(ap)); in win_create_command_line()
H A Dvm.c1724 ScmObj Scm_ApplyRec1(ScmObj proc, ScmObj arg0) in Scm_ApplyRec1() function
H A Dlibio.c6648 Scm_ApplyRec1(scmflusher, in bufport_closer()
6652 Scm_ApplyRec1(scmflusher,SCM_FALSE);}}}}} in bufport_closer()
6656 Scm_ApplyRec1(scmfiller,Scm_MakeInteger(cnt)); in bufport_filler()
6711 Scm_ApplyRec1(scmflusher,s); in bufport_flusher()
H A Dnumber.c1717 obj = Scm_ApplyRec1(real_to_rational, obj); in DEFINE_DUAL_API1()
H A Dlibproc.c1930 {SCM_RESULT=(Scm_ApplyRec1(p,a));goto SCM_STUB_RETURN;} in libproc_25apply_rec1()
H A Dlibdict.c4933 Scm_ApplyRec1(Scm_ComparatorHashFunction(c), in generic_hashtable_hash()
4942 Scm_ApplyRec1((c)->typeFn,SCM_OBJ(key)); in generic_hashtable_hash_typecheck()
4954 Scm_ApplyRec1((c)->typeFn,SCM_OBJ(a)); in generic_hashtable_eq_typecheck()
/dports/lang/gauche/Gauche-0.9.10/ext/sparse/
H A Dsptab.c144 ScmObj r = Scm_ApplyRec1(h, key); in sparse_table_hash()
/dports/lang/gauche/Gauche-0.9.10/ext/charconv/
H A Djconv.c2007 ScmObj replacements = Scm_ApplyRec1(ces_replacement_proc, in jconv_set_replacement()