Home
last modified time | relevance | path

Searched refs:Sg_MakeCustomBinaryPort (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dport.h577 SG_EXTERN SgObject Sg_MakeCustomBinaryPort(SgString *id,
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/
H A DChangeLog86 * src/port.c (Sg_MakeCustomBinaryPort): improved
702 * src/port.c (rnrs io port): added Sg_MakeCustomBinaryPort and
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dlib_core.stub1812 (result (Sg_MakeCustomBinaryPort id SG_INPUT_PORT read SG_FALSE
2246 (result (Sg_MakeCustomBinaryPort id SG_OUTPUT_PORT SG_FALSE write
2360 (result (Sg_MakeCustomBinaryPort id SG_IN_OUT_PORT read write
H A Dport.c2087 SgObject Sg_MakeCustomBinaryPort(SgString *id, in Sg_MakeCustomBinaryPort() function
H A Dlib_sagittarius.stub1059 (result (Sg_MakeCustomBinaryPort id SG_BIDIRECTIONAL_PORT read write
H A Dlib_core.c9859 SG_RESULT=(Sg_MakeCustomBinaryPort(id,SG_INPUT_PORT,read,SG_FALSE,getter,setter,close,ready)); in core_make_custom_binary_input_port()
10966 SG_RESULT=(Sg_MakeCustomBinaryPort(id,SG_OUTPUT_PORT,SG_FALSE,write,getter,setter,close,SG_FALSE)); in core_make_custom_binary_output_port()
11467 SG_RESULT=(Sg_MakeCustomBinaryPort(id,SG_IN_OUT_PORT,read,write,getter,setter,close,ready)); in core_make_custom_binary_input_2foutput_port()
H A Dlib_sagittarius.c5498 SG_RESULT=(Sg_MakeCustomBinaryPort(id,SG_BIDIRECTIONAL_PORT,read,write,SG_FALSE,SG_FALSE,close,read… in sagittarius_make_custom_binary_bidirectional_port()