NEURON
symbol.cpp File Reference
#include <../../nrnconf.h>
#include "modl.h"
#include "parse1.hpp"
#include "symbol.h"
#include <string>

Go to the source code of this file.

Functions

void symbol_init ()
 
Symbollookup (const char *s)
 
Symbolchecklocal (Symbol *sym)
 
Symbolinstall (const char *s, int t)
 
void pushlocal ()
 
void poplocal ()
 
Symbolcopylocal (Symbol *s)
 

Variables

Listsymlist [128]
 
Listsymlistlist
 

Function Documentation

◆ checklocal()

Symbol* checklocal ( Symbol sym)

Definition at line 34 of file symbol.cpp.

◆ copylocal()

Symbol* copylocal ( Symbol s)

Definition at line 102 of file symbol.cpp.

◆ install()

Symbol* install ( const char *  s,
int  t 
)

Definition at line 50 of file symbol.cpp.

◆ lookup()

Symbol* lookup ( const char *  s)

Definition at line 22 of file symbol.cpp.

◆ poplocal()

void poplocal ( )

Definition at line 87 of file symbol.cpp.

◆ pushlocal()

void pushlocal ( )

Definition at line 81 of file symbol.cpp.

◆ symbol_init()

void symbol_init ( )

Definition at line 14 of file symbol.cpp.

Variable Documentation

◆ symlist

List* symlist[128]

Definition at line 9 of file symbol.cpp.

◆ symlistlist

List* symlistlist

Definition at line 12 of file symbol.cpp.