Home
last modified time | relevance | path

Searched refs:scm_get_output_string (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/
H A Dguile_runner.c115 SCM str_scm = scm_get_output_string (out_port); in guile_mode_func()
117 scm_get_output_string (error_out_port); in guile_mode_func()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/guile/
H A Dguile.c182 SCM str_scm = scm_get_output_string (out_port); in guile_mode_func()
186 scm_get_output_string (error_out_port); in guile_mode_func()
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dg_basic.c256 short_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
278 long_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Dg_basic.c258 short_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
281 long_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstrports.h53 SCM_API SCM scm_get_output_string (SCM port);
H A Dstrports.c310 SCM_DEFINE (scm_get_output_string, "get-output-string", 1, 0, 0,
H A Dload.c596 lines = scm_string_split (scm_get_output_string (oport), in load_thunk_from_file_catch_handler()
1069 lines = scm_string_split (scm_get_output_string (oport), in auto_compile_catch_handler()
H A Dread.c156 string = scm_get_output_string (string_port); in scm_i_input_error()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dstrports.h52 SCM_API SCM scm_get_output_string (SCM port);
H A Dstrports.c397 return scm_get_output_string (p);
445 SCM_DEFINE (scm_get_output_string, "get-output-string", 1, 0, 0,
H A Dread.c108 string = scm_get_output_string (string_port); in scm_i_input_error()
H A DChangeLog-20085667 * strports.c (scm_call_with_output_string): scm_get_output_string
12808 (scm_get_output_string), strop.c (scm_string_copy),
13193 (scm_get_output_string): New prototypes.
13196 (scm_get_output_string): New procedures (SRFI-6 compliant).
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstrports.h57 SCM_API SCM scm_get_output_string (SCM port);
H A Dstrports.c314 SCM_DEFINE (scm_get_output_string, "get-output-string", 1, 0, 0,
H A Dload.c604 lines = scm_string_split (scm_get_output_string (oport), in load_thunk_from_file_catch_handler()
1077 lines = scm_string_split (scm_get_output_string (oport), in auto_compile_catch_handler()
H A Dread.c113 string = scm_get_output_string (string_port); in scm_i_input_error()
/dports/lang/qscheme/qscheme-0.5.1/
H A Dport.c878 SOBJ scm_get_output_string(SOBJ port) in scm_get_output_string() function
906 rval = scm_get_output_string(port); in scm_close_port()
1251 scm_add_cprim("get-output-string", scm_get_output_string, 1); in scm_init_port()
H A Dsproto.h406 SOBJ scm_get_output_string (SOBJ port );
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-exception.c604 = gdbscm_scm_to_c_string (scm_get_output_string (port)); in gdbscm_exception_message_to_string()
/dports/games/aisleriot/aisleriot-3.22.19/src/
H A Dgame.c313 string = scm_to_utf8_string (scm_get_output_string (port)); in cscmi_exception_get_backtrace()
321 string = scm_to_utf8_string (scm_get_output_string (port)); in cscmi_exception_get_backtrace()
331 string = scm_to_utf8_string (scm_get_output_string (port)); in cscmi_exception_get_backtrace()
/dports/devel/libruin/libruin-0.2.0/src/
H A Dscheme.c102 port_str = scm_to_locale_string (scm_get_output_string (port)); in ruin_scheme_catch_handler()
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dguile.cc117 SCM stackstr = scm_get_output_string(oport); in handleError()
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-io.texi937 @deffnx {C Function} scm_get_output_string (port)
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-io.texi1214 @deffnx {C Function} scm_get_output_string (port)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-io.texi1243 @deffnx {C Function} scm_get_output_string (port)

12