NEURON
ocjump.cpp File Reference
#include <../../nrnconf.h>
#include "nrnfilewrap.h"
#include "nrnoc2iv.h"
#include "ocfunc.h"
#include "ocjump.h"
#include <InterViews/resource.h>
#include <utility>

Go to the source code of this file.

Functions

bool hoc_valid_stmt (const char *stmt, Object *ob)
 
void hoc_execute1 ()
 
void hoc_execute (Inst *)
 

Variables

Objectdatahoc_top_level_data
 
Symlisthoc_top_level_symlist
 
Symlisthoc_symlist
 
Objecthoc_thisobject
 
int hoc_execerror_messages
 

Function Documentation

◆ hoc_execute()

void hoc_execute ( Inst p)

Definition at line 2531 of file code.cpp.

◆ hoc_execute1()

void hoc_execute1 ( void  )

Definition at line 27 of file ocjump.cpp.

◆ hoc_valid_stmt()

bool hoc_valid_stmt ( const char *  stmt,
Object ob 
)

Definition at line 21 of file ocjump.cpp.

Variable Documentation

◆ hoc_execerror_messages

int hoc_execerror_messages
extern

Definition at line 607 of file hoc.cpp.

◆ hoc_symlist

Symlist* hoc_symlist
extern

Definition at line 34 of file symbol.cpp.

◆ hoc_thisobject

Object* hoc_thisobject
extern

Definition at line 121 of file hoc_oop.cpp.

◆ hoc_top_level_data

Objectdata* hoc_top_level_data
extern

Definition at line 123 of file hoc_oop.cpp.

◆ hoc_top_level_symlist

Symlist* hoc_top_level_symlist
extern

Definition at line 16 of file symdir.cpp.