Go to the documentation of this file.
8 #ifndef NASL_NASL_TREE_H
9 #define NASL_NASL_TREE_H
110 #define FAKE_CELL ((void *) 1)
111 #define EXIT_CELL ((void *) 2)
void deref_cell(tree_cell *)
const char * nasl_type_name(int)
tree_cell * alloc_typed_cell(int)
tree_cell * dup_cell(const tree_cell *)
void nasl_dump_tree(const tree_cell *)
char * get_line_nb(const tree_cell *)
int nasl_is_leaf(const tree_cell *)
char * dump_cell_val(const tree_cell *)
tree_cell * alloc_expr_cell(int, int, tree_cell *, tree_cell *)
int cell_type(const tree_cell *)
void ref_cell(tree_cell *)
tree_cell * alloc_RE_cell(int, int, tree_cell *, char *, int *)