Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c791 static Scheme_Object *exn_catching_apply = NULL; variable
1022 MZ_REGISTER_STATIC(exn_catching_apply); in startup_mzscheme()
1492 if (!exn_catching_apply) in init_exn_catching_apply()
1499 exn_catching_apply = scheme_eval_string(e, environment); in init_exn_catching_apply()
1518 v = _scheme_apply(exn_catching_apply, 1, &f); in _apply_thunk_catch_exceptions()