8#ifndef NASL_NASL_TREE_H
9#define NASL_NASL_TREE_H
110#define FAKE_CELL ((void *) 1)
111#define EXIT_CELL ((void *) 2)
int nasl_is_leaf(const tree_cell *)
const char * nasl_type_name(int)
int cell_type(const tree_cell *)
tree_cell * alloc_expr_cell(int, int, tree_cell *, tree_cell *)
tree_cell * dup_cell(const tree_cell *)
char * get_line_nb(const tree_cell *)
tree_cell * alloc_RE_cell(int, int, tree_cell *, char *, int *)
void deref_cell(tree_cell *)
void ref_cell(tree_cell *)
void nasl_dump_tree(const tree_cell *)
char * dump_cell_val(const tree_cell *)
tree_cell * alloc_typed_cell(int)
union TC::@332262321161220155002104006201360276211317150140 x