Searched refs:current_interpreter (Results 1 – 1 of 1) sorted by relevance
138 if (current_interpreter != NULL) in interp_set()143 && !current_interpreter->procs->suspend_proc (current_interpreter-> in interp_set()147 current_interpreter->name); in interp_set()155 current_interpreter = interp; in interp_set()246 if (current_interpreter) in current_interp_named_p()258 if (current_interpreter == NULL in current_interp_display_prompt_p()262 return current_interpreter->procs->prompt_proc_p (current_interpreter-> in current_interp_display_prompt_p()275 else if (current_interpreter != NULL in current_interp_command_loop()277 current_interpreter->procs->command_loop_proc (current_interpreter->data); in current_interp_command_loop()290 return current_interpreter->quiet_p; in interp_quiet_p()[all …]