Home
last modified time | relevance | path

Searched refs:Sg_Apply3 (Results 1 – 12 of 12) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dvminsn.c225Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1166),SG_IDENTIFIER_LIBRARY(id1166),… in CASE()
238 …,SG_IDENTIFIER_NAME(var),SG_UNBOUND));if (SG_UNBOUNDP(oldval)){{oldval=(Sg_Apply3((&(Sg_GenericUnb… in CASE()
993Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1185),SG_IDENTIFIER_LIBRARY(id1185),… in CASE()
1020Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1189),SG_IDENTIFIER_LIBRARY(id1189),… in CASE()
1031Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1192),SG_IDENTIFIER_LIBRARY(id1192),… in CASE()
1178Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1195),SG_IDENTIFIER_LIBRARY(id1195),… in CASE()
1189Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1198),SG_IDENTIFIER_LIBRARY(id1198),… in CASE()
1248Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1201),SG_IDENTIFIER_LIBRARY(id1201),… in CASE()
1259Sg_Apply3((&(Sg_GenericUnboundVariable)),SG_IDENTIFIER_NAME(id1204),SG_IDENTIFIER_LIBRARY(id1204),… in CASE()
H A Dcore.c693 Sg_Apply3(SG_GLOC_GET(SG_GLOC(start)), fileOrPort, commandLine, args); in Sg_Start()
H A Dmain.c341 Sg_Apply3(SG_GLOC_GET(SG_GLOC(gloc)), SG_FALSE, profiler_option, in cleanup_main()
H A Dport.c1815 result = Sg_Apply3(SG_CUSTOM_PORT(self)->read, bv, in custom_binary_read_inner()
1878 result = Sg_Apply3(SG_CUSTOM_PORT(self)->write, bv, in custom_binary_put_u8_array()
2125 result = Sg_Apply3(SG_CUSTOM_PORT(self)->read, s, in custom_textual_get_string()
2165 result = Sg_Apply3(SG_CUSTOM_PORT(self)->write, s, start, in custom_textual_put_string()
H A Dcache.c554 cbs = Sg_Apply3(klass->cscanner, obj, cbs, ctx); in write_cache_scan()
956 Sg_Apply3(klass->cwriter, o, out, ctx); in write_object_cache()
H A Dinstructions.scm122 (set! ,ret (Sg_Apply3 (& Sg_GenericUnboundVariable)
H A Dreader.c694 return Sg_Apply3(tab[c].sfunc, port, SG_MAKE_CHAR(c), ctx); in macro_reader()
1623 return Sg_Apply3(disptab[c2].sfunc, port, SG_MAKE_CHAR(c2), in dispmacro_reader()
H A Dclos.c1082 Sg_Apply3(SG_OBJ(&Sg_GenericSlotUnbound), \
1086 Sg_Apply3(SG_OBJ(&Sg_GenericSlotMissing), \
H A Dvm.c1095 SgObject Sg_Apply3(SgObject proc, SgObject arg0, SgObject arg1, SgObject arg2) in Sg_Apply3() function
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dvm.h361 SG_EXTERN SgObject Sg_Apply3(SgObject proc, SgObject arg0, SgObject arg1, SgObject arg2);
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/socket/
H A Dtls_openssl.c532 SgObject result = Sg_Apply3(verifier, SG_MAKE_INT(depth), in verify_callback()
H A Dtls_win.c1022 SgObject r = Sg_Apply3(verifier, SG_MAKE_INT(0), in verify_certificate()