![]() |
NEURON
|
#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 () |
| Symbol * | lookup (const char *s) |
| Symbol * | checklocal (Symbol *sym) |
| Symbol * | install (const char *s, int t) |
| void | pushlocal () |
| void | poplocal () |
| Symbol * | copylocal (Symbol *s) |
Variables | |
| List * | symlist [128] |
| List * | symlistlist |
Definition at line 34 of file symbol.cpp.
Definition at line 102 of file symbol.cpp.
| Symbol* install | ( | const char * | s, |
| int | t | ||
| ) |
Definition at line 50 of file symbol.cpp.
| Symbol* lookup | ( | const char * | s | ) |
Definition at line 22 of file symbol.cpp.
| void poplocal | ( | ) |
Definition at line 87 of file symbol.cpp.
| void pushlocal | ( | ) |
Definition at line 81 of file symbol.cpp.
| void symbol_init | ( | ) |
Definition at line 14 of file symbol.cpp.
| List* symlist[128] |
Definition at line 9 of file symbol.cpp.
| List* symlistlist |
Definition at line 12 of file symbol.cpp.