Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c158 static int eval_with_exn_handling(void *, Scheme_Closed_Prim *,
1288 eval_with_exn_handling(void *data, Scheme_Closed_Prim *what, Scheme_Object **ret) in eval_with_exn_handling() function
1346 return eval_with_exn_handling(data, what, NULL); in do_mzscheme_command()
3453 if (eval_with_exn_handling(str, do_eval, &ret) == OK) in do_mzeval()