![]() |
NEURON
|
Go to the source code of this file.
Functions | |
| void | symbol_init () |
| Symbol * | lookup (char *s) |
| Symbol * | checklocal (Symbol *sym) |
| Symbol * | install (char *s, int t) |
| void | pushlocal (Item *q1, Item *qdim) |
| void | poplocal () |
| void | install_local (Item *q, Item *qdim) |
Variables | |
| List * | symlist [128] |
| List * | symlistlist |
Definition at line 35 of file symbol.cpp.
Definition at line 53 of file symbol.cpp.
Definition at line 106 of file symbol.cpp.
| Symbol* lookup | ( | char * | s | ) |
Definition at line 22 of file symbol.cpp.
| void poplocal | ( | ) |
Definition at line 92 of file symbol.cpp.
Definition at line 82 of file symbol.cpp.
| void symbol_init | ( | ) |
Definition at line 13 of file symbol.cpp.
| List* symlist[128] |
Definition at line 8 of file symbol.cpp.
| List* symlistlist |
Definition at line 11 of file symbol.cpp.