Home
last modified time | relevance | path

Searched refs:scheme_make_utf8_string (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/racket/racket-8.3/share/pkgs/mzscheme-lib/mzscheme/examples/
H A Dhello.c27 return scheme_make_utf8_string("Hello, world!"); in scheme_reload()
H A Dhelloprint.c10 hw = scheme_make_utf8_string("Hello, World!\n"); in scheme_reload()
H A Dtree.cxx273 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 Dmzrun.swg110 #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 Dmzscheme.exp269 scheme_make_utf8_string
H A Dmzscheme3m.exp275 scheme_make_utf8_string
H A Dmzwin.def293 scheme_make_utf8_string
H A Dracket.exp309 scheme_make_utf8_string
H A Dracket3m.exp314 scheme_make_utf8_string
H A Dmzwin3m.def307 scheme_make_utf8_string
/dports/lang/racket-minimal/racket-8.3/src/bc/include/
H A Dmzscheme.exp269 scheme_make_utf8_string
H A Dmzscheme3m.exp275 scheme_make_utf8_string
H A Dmzwin.def293 scheme_make_utf8_string
H A Dracket.exp309 scheme_make_utf8_string
H A Dracket3m.exp314 scheme_make_utf8_string
H A Dmzwin3m.def307 scheme_make_utf8_string
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/inside/
H A Dextensions.scrbl148 return scheme_make_utf8_string("hello world");
223 scheme_make_utf8_string("hello"),
/dports/lang/racket-minimal/racket-8.3/src/mzcom/
H A Dmzobj.cxx161 scheme_add_global("mzcom-exe",scheme_make_utf8_string(exeBuff),env); in setupSchemeEnv()
/dports/lang/racket/racket-8.3/src/mzcom/
H A Dmzobj.cxx161 scheme_add_global("mzcom-exe",scheme_make_utf8_string(exeBuff),env); in setupSchemeEnv()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dnetwork.c1396 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 Dschemex.inc340 scheme_extension_table->scheme_make_utf8_string = scheme_make_utf8_string;
H A Dschemexm.h340 #define scheme_make_utf8_string (scheme_extension_table->scheme_make_utf8_string) macro
/dports/lang/racket-minimal/racket-8.3/src/bc/
H A Dcmdline.inc153 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 Dcmdline.inc153 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 Dnetwork.c1396 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()

123