Searched refs:_scheme_call_with_prompt (Results 1 – 18 of 18) sorted by relevance
158 _scheme_call_with_prompt
185 _scheme_call_with_prompt
194 scheme_extension_table->_scheme_call_with_prompt = _scheme_call_with_prompt;
194 #define _scheme_call_with_prompt (scheme_extension_table->_scheme_call_with_prompt) macro
249 Scheme_Object *(*_scheme_call_with_prompt)(Scheme_Closed_Prim f, void *data); member
326 MZ_EXTERN Scheme_Object *_scheme_call_with_prompt(Scheme_Closed_Prim f, void *data);
1622 return _scheme_call_with_prompt(finish_apply_with_prompt, a); in do_apply_with_prompt()7413 Scheme_Object *_scheme_call_with_prompt(Scheme_Closed_Prim f, void *data) in _scheme_call_with_prompt() function