Home
last modified time | relevance | path

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

/dports/lang/guile/guile-3.0.7/libguile/
H A Dexceptions.h51 SCM_INTERNAL SCM scm_exception_args (SCM exn);
H A Dthrow.c120 scm_exception_args (exn)); in catch_post_unwind_handler()
128 SCM args = scm_exception_args (exn); in catch_pre_unwind_handler()
H A Dexceptions.c238 scm_exception_args (SCM obj) in scm_exception_args() function
309 scm_write (scm_exception_args (exn), port); in scm_display_exception()