Home
last modified time | relevance | path

Searched refs:scheme_write_byte_string (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/racket/racket-8.3/src/bc/src/
H A Derror.c1124 scheme_write_byte_string(buffer, len, in scheme_warning()
2706 scheme_write_byte_string(" ", 1, strout); in do_error()
3132 scheme_write_byte_string(":", 1, port); in scheme_write_proc_context()
3134 scheme_write_byte_string(":", 1, port); in scheme_write_proc_context()
3138 scheme_write_byte_string("::", 2, port); in scheme_write_proc_context()
3143 scheme_write_byte_string(": ", 2, port); in scheme_write_proc_context()
3156 scheme_write_byte_string(buf, strlen(buf), port); in write_context_repeats()
3174 scheme_write_byte_string(SCHEME_BYTE_STR_VAL(s), in def_error_display_proc()
3292 scheme_write_byte_string("\n", 1, port); in def_error_display_proc()
3293 scheme_write_byte_string(" ", 3, port); in def_error_display_proc()
[all …]
H A Dschemex.inc474 scheme_extension_table->scheme_write_byte_string = scheme_write_byte_string;
H A Dschemexm.h474 #define scheme_write_byte_string (scheme_extension_table->scheme_write_byte_string) macro
H A Dstring.c1811 scheme_write_byte_string("~", 1, port); in scheme_do_format()
1816 scheme_write_byte_string("\n", 1, port); in scheme_do_format()
1844 scheme_write_byte_string(s, len, port); in scheme_do_format()
1870 scheme_write_byte_string(s, len, port); in scheme_do_format()
1900 scheme_write_byte_string(s, strlen(s), port); in scheme_do_format()
H A Dprint.c296 scheme_write_byte_string(s, len, port); in do_handled_print()
1177 scheme_write_byte_string(str, len, port); in print_to_port()
1248 scheme_write_byte_string(pp->print_buffer, pp->print_position, pp->print_port); in print_this_string()
H A Dschemex.h618 void (*scheme_write_byte_string)(const char *str, intptr_t len, Scheme_Object *port); member
H A Dschemef.h763 MZ_EXTERN void scheme_write_byte_string(const char *str, intptr_t len, Scheme_Object *port);
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Derror.c1124 scheme_write_byte_string(buffer, len, in scheme_warning()
2706 scheme_write_byte_string(" ", 1, strout); in do_error()
3132 scheme_write_byte_string(":", 1, port); in scheme_write_proc_context()
3134 scheme_write_byte_string(":", 1, port); in scheme_write_proc_context()
3138 scheme_write_byte_string("::", 2, port); in scheme_write_proc_context()
3143 scheme_write_byte_string(": ", 2, port); in scheme_write_proc_context()
3156 scheme_write_byte_string(buf, strlen(buf), port); in write_context_repeats()
3174 scheme_write_byte_string(SCHEME_BYTE_STR_VAL(s), in def_error_display_proc()
3292 scheme_write_byte_string("\n", 1, port); in def_error_display_proc()
3293 scheme_write_byte_string(" ", 3, port); in def_error_display_proc()
[all …]
H A Dschemexm.h474 #define scheme_write_byte_string (scheme_extension_table->scheme_write_byte_string) macro
H A Dschemex.inc474 scheme_extension_table->scheme_write_byte_string = scheme_write_byte_string;
H A Dstring.c1811 scheme_write_byte_string("~", 1, port); in scheme_do_format()
1816 scheme_write_byte_string("\n", 1, port); in scheme_do_format()
1844 scheme_write_byte_string(s, len, port); in scheme_do_format()
1870 scheme_write_byte_string(s, len, port); in scheme_do_format()
1900 scheme_write_byte_string(s, strlen(s), port); in scheme_do_format()
H A Dprint.c296 scheme_write_byte_string(s, len, port); in do_handled_print()
1177 scheme_write_byte_string(str, len, port); in print_to_port()
1248 scheme_write_byte_string(pp->print_buffer, pp->print_position, pp->print_port); in print_this_string()
H A Dschemex.h618 void (*scheme_write_byte_string)(const char *str, intptr_t len, Scheme_Object *port); member
/dports/lang/racket/racket-8.3/src/bc/include/
H A Dmzscheme.exp364 scheme_write_byte_string
H A Dmzscheme3m.exp370 scheme_write_byte_string
H A Dmzwin.def393 scheme_write_byte_string
H A Dracket.exp409 scheme_write_byte_string
H A Dracket3m.exp414 scheme_write_byte_string
H A Dmzwin3m.def407 scheme_write_byte_string
/dports/lang/racket-minimal/racket-8.3/src/bc/include/
H A Dmzscheme.exp364 scheme_write_byte_string
H A Dmzscheme3m.exp370 scheme_write_byte_string
H A Dmzwin.def393 scheme_write_byte_string
H A Dracket.exp409 scheme_write_byte_string
H A Dracket3m.exp414 scheme_write_byte_string
H A Dmzwin3m.def407 scheme_write_byte_string

12