Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dport.c202 static SgObject custom_port_allocate(SgClass *klass, SgObject initargs);
217 port_print, NULL, NULL, custom_port_allocate,
220 port_print, NULL, NULL, custom_port_allocate,
223 port_print, NULL, NULL, custom_port_allocate,
2397 static SgObject custom_port_allocate(SgClass *klass, SgObject initargs) in custom_port_allocate() function