Home
last modified time | relevance | path

Searched refs:Scm_VMWithExceptionHandler (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibexc.scm110 Scm_VMWithExceptionHandler)
H A Dgauche.h671 SCM_EXTERN ScmObj Scm_VMWithExceptionHandler(ScmObj handler, ScmObj thunk);
H A Dvm.c2438 ScmObj Scm_VMWithExceptionHandler(ScmObj handler, ScmObj thunk) in Scm_VMWithExceptionHandler() function
H A Dlibexc.c1327 {SCM_RESULT=(Scm_VMWithExceptionHandler(handler,thunk));goto SCM_STUB_RETURN;} in libexcwith_exception_handler()