Home
last modified time | relevance | path

Searched refs:Sg_Apply4 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dtranscoder.c145 c = Sg_Apply4(SG_CODEC_CUSTOM(tran->codec)->getc, in get_char_internal()
289 r = Sg_Apply4(SG_CODEC_CUSTOM(trans->codec)->readc, in Sg_TranscoderRead()
322 Sg_Apply4(SG_CODEC_CUSTOM(codec)->putc, (p), SG_MAKE_CHAR(c), \
374 i = Sg_Apply4(SG_CODEC_CUSTOM(codec)->writec, (p), (new_s), \
H A Dcodec.c604 SgObject c = Sg_Apply4(SG_CODEC_CUSTOM(codec)->getc, port, mode, SG_FALSE, in readc_proc()
633 Sg_Apply4(SG_CODEC_CUSTOM(codec)->putc, port, in writec_proc()
H A Dreader.c1619 return Sg_Apply4(disptab[c2].sfunc, port, SG_MAKE_CHAR(c2), in dispmacro_reader()
H A Dvm.c1104 SgObject Sg_Apply4(SgObject proc, SgObject arg0, SgObject arg1, in Sg_Apply4() function
H A Dclos.c1090 Sg_Apply4(SG_OBJ(&Sg_GenericSlotMissing), \
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dvm.h362 SG_EXTERN SgObject Sg_Apply4(SgObject proc, SgObject arg0, SgObject arg1, SgObject arg2, SgObject a…