/dports/lang/racket/racket-8.3/share/pkgs/mzscheme-lib/mzscheme/examples/ |
H A D | hello.c | 27 return scheme_make_utf8_string("Hello, world!"); in scheme_reload()
|
H A D | helloprint.c | 10 hw = scheme_make_utf8_string("Hello, World!\n"); in scheme_reload()
|
H A D | tree.cxx | 273 argv[1] = scheme_make_utf8_string(cmd); in Grow() 274 argv[2] = scheme_box(scheme_make_utf8_string("")); in Grow() 377 SCHEME_BOX_VAL(argv[2]) = scheme_make_utf8_string(result); in Grow()
|
/dports/devel/swig/swig-4.0.2/Lib/mzscheme/ |
H A D | mzrun.swg | 110 #define scheme_make_string(s) scheme_make_utf8_string(s) 114 #define SCHEME_MAKE_STRING(s) scheme_make_utf8_string(s)
|
/dports/lang/racket/racket-8.3/src/bc/include/ |
H A D | mzscheme.exp | 269 scheme_make_utf8_string
|
H A D | mzscheme3m.exp | 275 scheme_make_utf8_string
|
H A D | mzwin.def | 293 scheme_make_utf8_string
|
H A D | racket.exp | 309 scheme_make_utf8_string
|
H A D | racket3m.exp | 314 scheme_make_utf8_string
|
H A D | mzwin3m.def | 307 scheme_make_utf8_string
|
/dports/lang/racket-minimal/racket-8.3/src/bc/include/ |
H A D | mzscheme.exp | 269 scheme_make_utf8_string
|
H A D | mzscheme3m.exp | 275 scheme_make_utf8_string
|
H A D | mzwin.def | 293 scheme_make_utf8_string
|
H A D | racket.exp | 309 scheme_make_utf8_string
|
H A D | racket3m.exp | 314 scheme_make_utf8_string
|
H A D | mzwin3m.def | 307 scheme_make_utf8_string
|
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/inside/ |
H A D | extensions.scrbl | 148 return scheme_make_utf8_string("hello world"); 223 scheme_make_utf8_string("hello"),
|
/dports/lang/racket-minimal/racket-8.3/src/mzcom/ |
H A D | mzobj.cxx | 161 scheme_add_global("mzcom-exe",scheme_make_utf8_string(exeBuff),env); in setupSchemeEnv()
|
/dports/lang/racket/racket-8.3/src/mzcom/ |
H A D | mzobj.cxx | 161 scheme_add_global("mzcom-exe",scheme_make_utf8_string(exeBuff),env); in setupSchemeEnv()
|
/dports/lang/racket/racket-8.3/src/bc/src/ |
H A D | network.c | 1396 result[0] = scheme_make_utf8_string(local_names[0]); in tcp_addresses() 1403 result[with_ports ? 2 : 1] = scheme_make_utf8_string("0.0.0.0"); in tcp_addresses() 1406 result[with_ports ? 2 : 1] = scheme_make_utf8_string(peer_names[0]); in tcp_addresses() 2576 res = scheme_make_utf8_string(intf); in udp_multicast_interface()
|
H A D | schemex.inc | 340 scheme_extension_table->scheme_make_utf8_string = scheme_make_utf8_string;
|
H A D | schemexm.h | 340 #define scheme_make_utf8_string (scheme_extension_table->scheme_make_utf8_string) macro
|
/dports/lang/racket-minimal/racket-8.3/src/bc/ |
H A D | cmdline.inc | 153 scheme_make_pair(scheme_make_utf8_string("."), 241 scheme_make_pair(scheme_make_utf8_string(fa->init_lib), 306 … scheme_make_pair(scheme_make_utf8_string(fa->evals_and_loads[i]), 323 … scheme_make_pair(scheme_make_utf8_string("."),
|
/dports/lang/racket/racket-8.3/src/bc/ |
H A D | cmdline.inc | 153 scheme_make_pair(scheme_make_utf8_string("."), 241 scheme_make_pair(scheme_make_utf8_string(fa->init_lib), 306 … scheme_make_pair(scheme_make_utf8_string(fa->evals_and_loads[i]), 323 … scheme_make_pair(scheme_make_utf8_string("."),
|
/dports/lang/racket-minimal/racket-8.3/src/bc/src/ |
H A D | network.c | 1396 result[0] = scheme_make_utf8_string(local_names[0]); in tcp_addresses() 1403 result[with_ports ? 2 : 1] = scheme_make_utf8_string("0.0.0.0"); in tcp_addresses() 1406 result[with_ports ? 2 : 1] = scheme_make_utf8_string(peer_names[0]); in tcp_addresses() 2576 res = scheme_make_utf8_string(intf); in udp_multicast_interface()
|