19 #ifndef NASLTREE_H_INCLUDED 20 #define NASLTREE_H_INCLUDED 119 #define FAKE_CELL ((void *) 1) 120 #define EXIT_CELL ((void *) 2)
void deref_cell(tree_cell *)
tree_cell * alloc_RE_cell(int, int, tree_cell *, char *)
const char * nasl_type_name(int)
void ref_cell(tree_cell *)
int nasl_is_leaf(const tree_cell *)
void nasl_dump_tree(const tree_cell *)
char * get_line_nb(const tree_cell *)
char * dump_cell_val(const tree_cell *)
tree_cell * dup_cell(const tree_cell *)
tree_cell * alloc_typed_cell(int)
tree_cell * alloc_expr_cell(int, int, tree_cell *, tree_cell *)
int cell_type(const tree_cell *)