GDB (xrefs)
Public Attributes | List of all members
interp_procs Struct Reference

#include "interps.h"

Public Attributes

interp_init_ftypeinit_proc
 
interp_resume_ftyperesume_proc
 
interp_suspend_ftypesuspend_proc
 
interp_exec_ftypeexec_proc
 
interp_ui_out_ftypeui_out_proc
 
interp_set_logging_ftypeset_logging_proc
 
interp_command_loop_ftypecommand_loop_proc
 

Detailed Description

Definition at line 46 of file interps.h.

Member Data Documentation

interp_command_loop_ftype* interp_procs::command_loop_proc

Definition at line 64 of file interps.h.

Referenced by current_interp_command_loop(), and interp_new().

interp_exec_ftype* interp_procs::exec_proc

Definition at line 51 of file interps.h.

interp_init_ftype* interp_procs::init_proc

Definition at line 48 of file interps.h.

Referenced by interp_set().

interp_resume_ftype* interp_procs::resume_proc

Definition at line 49 of file interps.h.

Referenced by interp_set().

interp_set_logging_ftype* interp_procs::set_logging_proc

Definition at line 62 of file interps.h.

Referenced by current_interp_set_logging().

interp_suspend_ftype* interp_procs::suspend_proc

Definition at line 50 of file interps.h.

Referenced by interp_set().

interp_ui_out_ftype* interp_procs::ui_out_proc

Definition at line 57 of file interps.h.

Referenced by interp_set(), and interp_ui_out().


The documentation for this struct was generated from the following file: