#include "def.h"Go to the source code of this file.
Functions | |
| NODE * | expr_copy () |
| NODE * | node_new () |
| NODE * | expr_update () |
| NODE * | ole_multiply (TERM_NODE *tn) |
| NODE * | ole_add (TERM_NODE *exp) |
| NODE * | ole_solve (TERM_NODE *exp) |
| NODE* expr_copy | ( | ) |
| NODE* expr_update | ( | ) |
| NODE* node_new | ( | ) |
Definition at line 23 of file expr.c.
References error(), node::next, NODE_ALLOC, and NULL.
Referenced by exp_parse(), expr_copy(), init(), instantiate(), name_put(), name_space_insert(), ole_add(), parse(), and primitive_execute().
Definition at line 92 of file mole.c.
References op::arity, expr_copy(), termnode::label, termnode::left, node_new(), NULL, termnode::op, OP_NUM, and termnode::right.
Definition at line 48 of file mole.c.
References op::arity, error(), expr_copy(), expr_print(), termnode::left, termnode::op, OP_NUM, and termnode::right.
1.5.4