![]() |
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 103 of file units1.cpp.
| char* decode_units | ( | Symbol * | sym | ) |
Definition at line 11 of file units1.cpp.
Definition at line 148 of file units1.cpp.
Definition at line 21 of file units1.cpp.
| void print_unit_expr | ( | int | i | ) |
Definition at line 74 of file units1.cpp.
Definition at line 136 of file units1.cpp.
| void unit_del | ( | int | i | ) |
Definition at line 161 of file units1.cpp.
| void unit_done_args | ( | ) |
Definition at line 128 of file units1.cpp.
Definition at line 45 of file units1.cpp.
Definition at line 87 of file units1.cpp.
Definition at line 7 of file units1.cpp.
Definition at line 106 of file units1.cpp.
|
static |
Definition at line 104 of file units1.cpp.
|
static |
Definition at line 104 of file units1.cpp.
|
static |
Definition at line 66 of file units1.cpp.