NEURON
code.h File Reference
#include "redef.h"

Go to the source code of this file.

Functions

void nopop (void)
 
void edit (void)
 
void eval (void)
 
void add (void)
 
void hoc_sub (void)
 
void mul (void)
 
void hoc_div (void)
 
void hoc_cyclic (void)
 
void negate (void)
 
void power (void)
 
void assign (void)
 
void bltin (void)
 
void varpush (void)
 
void constpush (void)
 
void print (void)
 
void varread (void)
 
void prexpr (void)
 
void prstr (void)
 
void assstr (void)
 
void pushzero (void)
 
void gt (void)
 
void lt (void)
 
void eq (void)
 
void ge (void)
 
void le (void)
 
void ne (void)
 
void hoc_and (void)
 
void hoc_or (void)
 
void hoc_not (void)
 
void ifcode (void)
 
void forcode (void)
 
void shortfor (void)
 
void call (void)
 
void arg (void)
 
void argassign (void)
 
void hoc_argrefasgn (void)
 
void hoc_argref (void)
 
void hoc_iterator (void)
 
void hoc_iterator_stmt (void)
 
void funcret (void)
 
void procret (void)
 
void Break (void)
 
void Continue (void)
 
void Stop (void)
 
void debug (void)
 
void hoc_evalpointer (void)
 
void hoc_newline (void)
 
void hoc_delete_symbol (void)
 
void hoc_stringarg (void)
 
void hoc_push_string (void)
 
void hoc_parallel_begin (void)
 
void hoc_parallel_end (void)
 
void hoc_argrefarg (void)
 
void hoc_arayinstal (void)
 
void hoc_objectvar (void)
 
void hoc_object_component (void)
 
void hoc_object_eval (void)
 
void hoc_object_asgn (void)
 
void hoc_objvardecl (void)
 
void hoc_cmp_otype (void)
 
void hoc_newobj (void)
 
void hoc_asgn_obj_to_str (void)
 
void hoc_known_type (void)
 
void hoc_objectarg (void)
 
void hoc_ob_pointer (void)
 
void hoc_constobject (void)
 
void hoc_push_current_object (void)
 
void hoc_newobj_arg (void)
 
void hoc_autoobject (void)
 
void hocobjret (void)
 
void hoc_newobj_ret (void)
 
void connectsection (void)
 
void add_section (void)
 
void range_const (void)
 
void range_interpolate (void)
 
void clear_sectionlist (void)
 
void install_sectionlist (void)
 
void rangevareval (void)
 
void sec_access (void)
 
void mech_access (void)
 
void for_segment (void)
 
void for_segment1 (void)
 
void sec_access_temp (void)
 
void sec_access_push (void)
 
void sec_access_pop (void)
 
void rangepoint (void)
 
void forall_section (void)
 
void hoc_ifsec (void)
 
void rangevarevalpointer (void)
 
void connectpointer (void)
 
void connect_point_process_pointer (void)
 
void nrn_cppp (void)
 
void ob_sec_access (void)
 
void sec_access_object (void)
 
void forall_sectionlist (void)
 
void connect_obsec_syntax (void)
 
void hoc_ifseclist (void)
 
void mech_uninsert (void)
 
void simpleconnectsection (void)
 
void range_interpolate_single (void)
 
void hoc_sec_internal_push (void)
 

Function Documentation

◆ add()

void add ( void  )

◆ add_section()

void add_section ( void  )

◆ arg()

void arg ( void  )

◆ argassign()

void argassign ( void  )

Definition at line 1686 of file code.cpp.

◆ assign()

void assign ( void  )

◆ assstr()

void assstr ( void  )

◆ bltin()

void bltin ( void  )

◆ Break()

void Break ( void  )

◆ call()

void call ( void  )

◆ clear_sectionlist()

void clear_sectionlist ( void  )

◆ connect_obsec_syntax()

void connect_obsec_syntax ( void  )

◆ connect_point_process_pointer()

void connect_point_process_pointer ( void  )

◆ connectpointer()

void connectpointer ( void  )

◆ connectsection()

void connectsection ( void  )

◆ constpush()

void constpush ( void  )

◆ Continue()

void Continue ( void  )

◆ debug()

void debug ( void  )

◆ edit()

void edit ( void  )

◆ eq()

void eq ( void  )

◆ eval()

void eval ( void  )

Definition at line 1820 of file code.cpp.

◆ for_segment()

void for_segment ( void  )

◆ for_segment1()

void for_segment1 ( void  )

Definition at line 1258 of file code.cpp.

◆ forall_section()

void forall_section ( void  )

◆ forall_sectionlist()

void forall_sectionlist ( void  )

◆ forcode()

void forcode ( void  )

◆ funcret()

void funcret ( void  )

◆ ge()

void ge ( void  )

◆ gt()

void gt ( void  )

◆ hoc_and()

void hoc_and ( void  )

◆ hoc_arayinstal()

void hoc_arayinstal ( void  )

◆ hoc_argref()

void hoc_argref ( void  )

◆ hoc_argrefarg()

void hoc_argrefarg ( void  )

Definition at line 1740 of file code.cpp.

◆ hoc_argrefasgn()

void hoc_argrefasgn ( void  )

◆ hoc_asgn_obj_to_str()

void hoc_asgn_obj_to_str ( void  )

◆ hoc_autoobject()

void hoc_autoobject ( void  )

◆ hoc_cmp_otype()

void hoc_cmp_otype ( void  )

◆ hoc_constobject()

void hoc_constobject ( void  )

Definition at line 903 of file hoc_oop.cpp.

◆ hoc_cyclic()

void hoc_cyclic ( void  )

◆ hoc_delete_symbol()

void hoc_delete_symbol ( void  )

◆ hoc_div()

void hoc_div ( void  )

◆ hoc_evalpointer()

void hoc_evalpointer ( void  )

Definition at line 1909 of file code.cpp.

◆ hoc_ifsec()

void hoc_ifsec ( void  )

Definition at line 2211 of file cabcode.cpp.

◆ hoc_ifseclist()

void hoc_ifseclist ( void  )

◆ hoc_iterator()

void hoc_iterator ( void  )

◆ hoc_iterator_stmt()

void hoc_iterator_stmt ( void  )

Definition at line 1074 of file code.cpp.

◆ hoc_known_type()

void hoc_known_type ( void  )

◆ hoc_newline()

void hoc_newline ( void  )

◆ hoc_newobj()

void hoc_newobj ( void  )

Definition at line 655 of file hoc_oop.cpp.

◆ hoc_newobj_arg()

void hoc_newobj_arg ( void  )

Definition at line 640 of file hoc_oop.cpp.

◆ hoc_newobj_ret()

void hoc_newobj_ret ( void  )

Definition at line 651 of file hoc_oop.cpp.

◆ hoc_not()

void hoc_not ( void  )

Definition at line 2212 of file code.cpp.

◆ hoc_ob_pointer()

void hoc_ob_pointer ( void  )

◆ hoc_object_asgn()

void hoc_object_asgn ( void  )

◆ hoc_object_component()

void hoc_object_component ( void  )

◆ hoc_object_eval()

void hoc_object_eval ( void  )

Definition at line 1296 of file hoc_oop.cpp.

◆ hoc_objectarg()

void hoc_objectarg ( void  )

◆ hoc_objectvar()

void hoc_objectvar ( void  )

◆ hoc_objvardecl()

void hoc_objvardecl ( void  )

◆ hoc_or()

void hoc_or ( void  )

◆ hoc_parallel_begin()

void hoc_parallel_begin ( void  )

◆ hoc_parallel_end()

void hoc_parallel_end ( void  )

◆ hoc_push_current_object()

void hoc_push_current_object ( void  )

◆ hoc_push_string()

void hoc_push_string ( void  )

Definition at line 685 of file code.cpp.

◆ hoc_sec_internal_push()

void hoc_sec_internal_push ( void  )

Definition at line 757 of file cabcode.cpp.

◆ hoc_stringarg()

void hoc_stringarg ( void  )

◆ hoc_sub()

void hoc_sub ( void  )

◆ hocobjret()

void hocobjret ( void  )

◆ ifcode()

void ifcode ( void  )

◆ install_sectionlist()

void install_sectionlist ( void  )

◆ le()

void le ( void  )

◆ lt()

void lt ( void  )

◆ mech_access()

void mech_access ( void  )

Definition at line 843 of file cabcode.cpp.

◆ mech_uninsert()

void mech_uninsert ( void  )

Definition at line 910 of file cabcode.cpp.

◆ mul()

void mul ( void  )

◆ ne()

void ne ( void  )

◆ negate()

void negate ( void  )

◆ nopop()

void nopop ( void  )

Definition at line 895 of file code.cpp.

◆ nrn_cppp()

void nrn_cppp ( void  )

Definition at line 307 of file point.cpp.

◆ ob_sec_access()

void ob_sec_access ( void  )

◆ power()

void power ( void  )

Definition at line 2219 of file code.cpp.

◆ prexpr()

void prexpr ( void  )

◆ print()

void print ( void  )

◆ procret()

void procret ( void  )

◆ prstr()

void prstr ( void  )

◆ pushzero()

void pushzero ( void  )

Definition at line 909 of file code.cpp.

◆ range_const()

void range_const ( void  )

◆ range_interpolate()

void range_interpolate ( void  )

Definition at line 1195 of file cabcode.cpp.

◆ range_interpolate_single()

void range_interpolate_single ( void  )

Definition at line 1153 of file cabcode.cpp.

◆ rangepoint()

void rangepoint ( void  )

◆ rangevareval()

void rangevareval ( void  )

◆ rangevarevalpointer()

void rangevarevalpointer ( void  )

Definition at line 1410 of file cabcode.cpp.

◆ sec_access()

void sec_access ( void  )

◆ sec_access_object()

void sec_access_object ( void  )

Definition at line 730 of file cabcode.cpp.

◆ sec_access_pop()

void sec_access_pop ( void  )

Definition at line 145 of file cabcode.cpp.

◆ sec_access_push()

void sec_access_push ( void  )

Definition at line 65 of file cabcode.cpp.

◆ sec_access_temp()

void sec_access_temp ( void  )

◆ shortfor()

void shortfor ( void  )

◆ simpleconnectsection()

void simpleconnectsection ( void  )

Definition at line 93 of file cabcode.cpp.

◆ Stop()

void Stop ( void  )

Definition at line 1292 of file code.cpp.

◆ varpush()

void varpush ( void  )

◆ varread()

void varread ( void  )

Definition at line 2577 of file code.cpp.