![]() |
NEURON
|
Go to the source code of this file.
Macros | |
#define | NLEVEL 10 /* 10 levels of call! */ |
Functions | |
void | unit_push (Item *q) |
const 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 | 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 90 of file units1.cpp.
const char* decode_units | ( | Symbol * | sym | ) |
Definition at line 11 of file units1.cpp.
Definition at line 135 of file units1.cpp.
void ifcnvfac | ( | Item * | q3 | ) |
Definition at line 21 of file units1.cpp.
Definition at line 123 of file units1.cpp.
Definition at line 67 of file units1.cpp.
void unit_del | ( | int | i | ) |
Definition at line 148 of file units1.cpp.
void unit_done_args | ( | ) |
Definition at line 115 of file units1.cpp.
Definition at line 45 of file units1.cpp.
Definition at line 74 of file units1.cpp.
void unit_push | ( | Item * | q | ) |
Definition at line 7 of file units1.cpp.
void unit_push_args | ( | Item * | q1 | ) |
Definition at line 93 of file units1.cpp.
|
static |
Definition at line 91 of file units1.cpp.
|
static |
Definition at line 91 of file units1.cpp.
|
static |
Definition at line 66 of file units1.cpp.