Searched refs:eval_with_exn_handling (Results 1 – 1 of 1) sorted by relevance
158 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() function1346 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()