Go to the source code of this file.
|
| void | Unit_cmp () |
| |
| void | Unit_exponent (int) |
| |
| void | Unit_push (char *) |
| |
| void | append (Item *ql, Item *q) |
| |
| void | check_num () |
| |
| void | clear_compartlist () |
| |
| void | consistency () |
| |
| void | consreact_push (Item *) |
| |
| void | debugitem (Item *) |
| |
| void | decdim (Symbol *, Item *) |
| |
| void | declare (long subtype, Item *q, Item *qa) |
| |
| void | declare_array (Symbol *) |
| |
| void | declare_implied () |
| |
| void | declare_indep (Symbol *) |
| |
| void | define_value (Item *q1, Item *q2) |
| |
| void | remove (Item *item) |
| |
| void | deltokens (Item *q1, Item *q2) |
| |
| void | diag (char *, char *) |
| |
| void | dimensionless () |
| |
| void | freelist (List **) |
| |
| void | func_unit (Item *q1, Item *q2) |
| |
| void | ifcnvfac (Item *) |
| |
| void | include_file (Item *) |
| |
| void | init () |
| |
| void | install_cfactor (Item *, Item *, Item *) |
| |
| void | install_local (Item *q, Item *qdim) |
| |
| void | install_units (char *, char *) |
| |
| void | internal_error (Item *q, char *file, int line) |
| |
| void | kinunits (Item *type, int pass) |
| |
| void | lex_start () |
| |
| void | lex_units () |
| |
| void | memory_usage () |
| |
| void | modl_units () |
| |
| void | move (Item *, Item *, Item *) |
| |
| void | movelist (Item *q1, Item *q2, List *s) |
| |
| void | nrn_list (Item *, Item *) |
| |
| void | nrn_unit_chk () |
| |
| void | nrn_unit_init () |
| |
| void | nrn_use (Item *q1, Item *q2, Item *q3) |
| |
| void | parse_restart (Item *q, int i) |
| |
| void | parsepass (int) |
| |
| void | pop_file_stack () |
| |
| void | poplocal () |
| |
| void | print_unit_expr (int) |
| |
| void | printitem (Item *q, FILE *fp) |
| |
| void | printitems (Item *q1, Item *q2) |
| |
| void | printlist (List *) |
| |
| void | punit () |
| |
| void | pushlocal (Item *q1, Item *qdim) |
| |
| void | replacstr (Item *q, char *s) |
| |
| void | symbol_init () |
| |
| void | ucopypop (struct unit *) |
| |
| void | ucopypush (struct unit *) |
| |
| void | unit_chk_arg (Item *q1, Item *q2) |
| |
| void | unit_cmp (Item *q1, Item *q2, Item *q3) |
| |
| void | unit_compartlist (Item *) |
| |
| void | unit_del (int) |
| |
| void | unit_div () |
| |
| void | unit_done_args () |
| |
| void | unit_exponent (Item *y, Item *lastok) |
| |
| void | unit_init () |
| |
| void | unit_ldifuslist (Item *, int) |
| |
| void | unit_less () |
| |
| void | unit_logic (int type, Item *q1, Item *q2, Item *q3) |
| |
| void | unit_mag_mul (double) |
| |
| void | unit_mul () |
| |
| void | unit_pop () |
| |
| void | unit_push (Item *) |
| |
| void | unit_push_args (Item *) |
| |
| void | unit_push_num (double) |
| |
| void | unit_stk_clean () |
| |
| void | unit_swap () |
| |
| void | unitcheck (char *) |
| |
| void | ureactadd (Item *) |
| |
◆ append()
◆ check_num()
◆ clear_compartlist()
| void clear_compartlist |
( |
| ) |
|
◆ consistency()
◆ consreact_push()
◆ debugitem()
◆ decdim()
◆ declare()
◆ declare_array()
◆ declare_implied()
◆ declare_indep()
◆ define_value()
◆ deltokens()
◆ diag()
| void diag |
( |
char * |
s1, |
|
|
char * |
s2 |
|
) |
| |
◆ dimensionless()
◆ freelist()
◆ func_unit()
◆ ifcnvfac()
◆ include_file()
◆ init()
◆ install_cfactor()
◆ install_local()
◆ install_units()
| void install_units |
( |
char * |
s1, |
|
|
char * |
s2 |
|
) |
| |
◆ internal_error()
| void internal_error |
( |
Item * |
q, |
|
|
char * |
file, |
|
|
int |
line |
|
) |
| |
◆ kinunits()
◆ lex_start()
◆ lex_units()
◆ memory_usage()
◆ modl_units()
◆ move()
◆ movelist()
◆ nrn_list()
◆ nrn_unit_chk()
◆ nrn_unit_init()
◆ nrn_use()
◆ parse_restart()
◆ parsepass()
◆ pop_file_stack()
◆ poplocal()
◆ print_unit_expr()
| void print_unit_expr |
( |
int |
i | ) |
|
◆ printitem()
◆ printitems()
◆ printlist()
◆ punit()
◆ pushlocal()
◆ remove()
◆ replacstr()
◆ symbol_init()
◆ ucopypop()
◆ ucopypush()
◆ unit_chk_arg()
◆ Unit_cmp()
◆ unit_cmp()
◆ unit_compartlist()
◆ unit_del()
◆ unit_div()
◆ unit_done_args()
◆ Unit_exponent()
| void Unit_exponent |
( |
int |
val | ) |
|
◆ unit_exponent()
◆ unit_init()
◆ unit_ldifuslist()
| void unit_ldifuslist |
( |
Item * |
q, |
|
|
int |
flag |
|
) |
| |
◆ unit_less()
◆ unit_logic()
◆ unit_mag_mul()
| void unit_mag_mul |
( |
double |
d | ) |
|
◆ unit_mul()
◆ unit_pop()
◆ Unit_push()
| void Unit_push |
( |
char * |
str | ) |
|
◆ unit_push()
◆ unit_push_args()
◆ unit_push_num()
| void unit_push_num |
( |
double |
d | ) |
|
◆ unit_stk_clean()
◆ unit_swap()
◆ unitcheck()
| void unitcheck |
( |
char * |
s | ) |
|
◆ ureactadd()