![]() |
NEURON
|
Go to the source code of this file.
Macros | |
| #define | NLEVEL 10 /* 10 levels of call! */ |
Functions | |
| void | unit_push (Item *q) |
| char * | decode_units (Symbol *sym) |
| void | ifcnvfac (Item *q3) |
| void | unit_exponent (Item *y, Item *lastok) |
| void | unit_cmp (Item *q1, Item *q2, Item *q3) |
| void | print_unit_expr (int i) |
| void | unit_logic (int type, Item *q1, Item *q2, Item *q3) |
| void | unit_push_args (Item *q1) |
| void | unit_done_args () |
| void | unit_chk_arg (Item *q1, Item *q2) |
| void | func_unit (Item *q1, Item *q2) |
| void | unit_del (int i) |
Variables | |
| static Item * | qexpr [3] |
| static int | argnumstk [NLEVEL] |
| static int | pargnum = -1 |
| #define NLEVEL 10 /* 10 levels of call! */ |
Definition at line 109 of file units1.cpp.
| char* decode_units | ( | Symbol * | sym | ) |
Definition at line 13 of file units1.cpp.
Definition at line 157 of file units1.cpp.
Definition at line 24 of file units1.cpp.
Definition at line 78 of file units1.cpp.
Definition at line 144 of file units1.cpp.
Definition at line 171 of file units1.cpp.
| void unit_done_args | ( | ) |
Definition at line 135 of file units1.cpp.
Definition at line 48 of file units1.cpp.
Definition at line 92 of file units1.cpp.
Definition at line 7 of file units1.cpp.
Definition at line 112 of file units1.cpp.
Definition at line 110 of file units1.cpp.
|
static |
Definition at line 110 of file units1.cpp.
|
static |
Definition at line 69 of file units1.cpp.